GET
/
v1
/
x
/
followers
curl --request GET \
  --url https://api.papercuts.ai/v1/x/followers \
  --header 'X-API-Key: <api-key>'
{
  "results": [
    {
      "name": "<string>",
      "username": "<string>",
      "bio": "<string>",
      "isVerified": true,
      "profileImageUrl": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

API key required for authentication

Query Parameters

username
string
required

X (Twitter) username to fetch followers for

maxResults
integer
default:
100

Maximum number of results to return

Response

200
application/json
Followers retrieved successfully
results
object[]