/v1/users/{id}/followersEnriched Reads1 base + 1 per item#List a user's followers; choose IDs-only graph reads or profiles mode for enriched objects.
curl 'https://api.xfetch.io/v1/users/44196397/followers?mode=profiles' \
-H "Authorization: Bearer $XFETCH_API_KEY"| Name | In | Type | Required | Constraints | Description |
|---|---|---|---|---|---|
id | path | string | required | pattern: ^\d+$ | |
next_token | query | string | optional | ||
mode | query | string | optional | default: profiles; enum: ids | profiles |
{
"data": [
{
"id": "95092020",
"username": "jordanbpeterson",
"name": "Dr Jordan B Peterson",
"description": "Best-Selling Author | Clinical Psychologist | #1 Education Podcast | Co-founder of @petersonacademy | Order my new book \"We Who Wrestle With God\" here:",
"created_at": "2009-12-06T23:33:02.000Z",
"verified": true,
"protected": false,
"profile_image_url": "https://pbs.twimg.com/profile_images/1407056014776614923/TKBC60e1_normal.jpg",
"follower_count": 6180030,
"following_count": 1653,
"tweet_count": 51532,
"media_count": 7370
}
],
"meta": {
"request_id": "req_01HXFETCHEXAMPLE",
"credits": {
"charged": 2,
"remaining": 998
},
"pagination": {
"next_token": "tok_2"
}
}
}