mirror of
https://github.com/mastodon/mastodon.git
synced 2026-09-09 16:15:53 -05:00
Improve details
5
API.md
5
API.md
@@ -27,7 +27,8 @@ Returns statuses, most recent ones first. Home timeline is statuses from people
|
||||
|
||||
Query parameters:
|
||||
|
||||
- max_id (optional, default none): Skip statuses up to ID
|
||||
- max_id (optional): Skip statuses younger than ID (e.g. navigate backwards in time)
|
||||
- since_id (optional): Skip statuses older than ID (e.g. check for updates)
|
||||
- limit (optional, default 20): Return this many statuses
|
||||
|
||||
## Following a remote user
|
||||
@@ -56,7 +57,7 @@ Returns authenticated user's account.
|
||||
|
||||
**GET /api/v1/accounts/:id/statuses**
|
||||
|
||||
Returns statuses by user.
|
||||
Returns statuses by user. Same options as timeline are permitted.
|
||||
|
||||
**GET /api/v1/accounts/:id/following**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user