/followers/ids.json
GET
/followers/ids.json
of user IDs for every user following the specified user.
subject to unannounced change and eventual consistency issues. Results are given in groups of 5,000
user IDs and multiple "pages" of results can be navigated through using the next_cursor value in
subsequent requests. See Using cursors to navigate collections for more information.
allows you to convert user IDs into full user objects in bulk.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.twitter.com/1.1/followers/ids.json'
Response Response Example
{}
Request
None
Responses
Modified at 2022-09-10 16:58:08