v1

latestSwagger 2.02026-07-1726829.4 KB
Users

get/users/{user-id}/media/recent

Query parameters

countinteger

Count of media to return.

max_timestampinteger

Return media before this UNIX timestamp.

min_timestampinteger

Return media after this UNIX timestamp.

min_idstring

Return media later than this min_id.

max_idstring

Return media earlier than this max_id.

Response

Get the most recent media published by a user. To get the most recent media published by the owner of the access token, you can use self instead of the user-id.