From 620f70e42c16c324459ca2da52c68f1def8683de Mon Sep 17 00:00:00 2001 From: Kibigo Date: Mon, 27 Feb 2017 04:06:25 -0800 Subject: Adds site metadata access to the API --- docs/Using-the-API/API.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs') diff --git a/docs/Using-the-API/API.md b/docs/Using-the-API/API.md index 07c1b25a9..8dcf2a842 100644 --- a/docs/Using-the-API/API.md +++ b/docs/Using-the-API/API.md @@ -19,6 +19,7 @@ API overview - Who reblogged/favourited a status - Following/unfollowing accounts - Blocking/unblocking accounts + - Getting site information - Creating OAuth apps - [Entities](#entities) - Status @@ -207,6 +208,13 @@ Returns the updated relationship to the user. Returns the updated relationship to the user. +### Getting site information + +**GET /api/v1/site** + +Returns an object containing the `title`, character limit (`max_chars`), and an object of `links` for the site. +Does not require authentication. + ### OAuth apps **POST /api/v1/apps** -- cgit