---
title: "GET /followers/ids.json"
method: GET
path: "/followers/ids.json"
---

# GET /followers/ids.json

`GET /followers/ids.json`

Returns a cursored collection
of user IDs for every user following the specified user.

At this time, results are ordered with the most recent following first — however, this ordering is
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.

This method is especially powerful when used in conjunction with GET users/lookup, a method that
allows you to convert user IDs into full user objects in bulk.

## Response `200`

Successful Response

---

[API](https://skmtc.net/mfullbrook/apis/legacy.md) · [All operations](https://skmtc.net/mfullbrook/apis/legacy/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mfullbrook/legacy/versions/0293423507bb/schema)
