Get latest followers of a user
curl --request GET \
--url https://api.twitterxapi.com/twitter/latest-followers/{screen_name} \
--header 'Authorization: Bearer <token>'
{
"code": 200,
"msg": "success",
"data": [
{
"userId": "<string>",
"isBlueVerified": true,
"createdAt": "<string>",
"createdAtDatetime": "<string>",
"defaultProfile": true,
"defaultProfileImage": true,
"description": "<string>",
"location": "<string>",
"fastFollowersCount": 123,
"favouritesCount": 123,
"followersCount": 123,
"hasCustomTimelines": true,
"isTranslator": true,
"listedCount": 123,
"mediaCount": 123,
"name": "<string>",
"normalFollowersCount": 123,
"pinnedTweetIdsStr": [
"<any>"
],
"possiblySensitive": true,
"profileImageUrlHttps": "<string>",
"username": "<string>",
"statusesCount": 123,
"translatorType": "<string>",
"verified": true,
"withheldInCountries": [
"<any>"
],
"protected": true,
"url": "<string>",
"descriptionUrls": [
"<any>"
],
"urls": [
"<any>"
],
"pinnedTweetIds": [
"<any>"
]
}
]
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The screen name of the user to get latest followers.
"elonmusk"
A list of user info
latest followers API response
curl --request GET \
--url https://api.twitterxapi.com/twitter/latest-followers/{screen_name} \
--header 'Authorization: Bearer <token>'
{
"code": 200,
"msg": "success",
"data": [
{
"userId": "<string>",
"isBlueVerified": true,
"createdAt": "<string>",
"createdAtDatetime": "<string>",
"defaultProfile": true,
"defaultProfileImage": true,
"description": "<string>",
"location": "<string>",
"fastFollowersCount": 123,
"favouritesCount": 123,
"followersCount": 123,
"hasCustomTimelines": true,
"isTranslator": true,
"listedCount": 123,
"mediaCount": 123,
"name": "<string>",
"normalFollowersCount": 123,
"pinnedTweetIdsStr": [
"<any>"
],
"possiblySensitive": true,
"profileImageUrlHttps": "<string>",
"username": "<string>",
"statusesCount": 123,
"translatorType": "<string>",
"verified": true,
"withheldInCountries": [
"<any>"
],
"protected": true,
"url": "<string>",
"descriptionUrls": [
"<any>"
],
"urls": [
"<any>"
],
"pinnedTweetIds": [
"<any>"
]
}
]
}
Get latest followers of a user
curl --request GET \
--url https://api.twitterxapi.com/twitter/latest-followers/{screen_name} \
--header 'Authorization: Bearer <token>'
{
"code": 200,
"msg": "success",
"data": [
{
"userId": "<string>",
"isBlueVerified": true,
"createdAt": "<string>",
"createdAtDatetime": "<string>",
"defaultProfile": true,
"defaultProfileImage": true,
"description": "<string>",
"location": "<string>",
"fastFollowersCount": 123,
"favouritesCount": 123,
"followersCount": 123,
"hasCustomTimelines": true,
"isTranslator": true,
"listedCount": 123,
"mediaCount": 123,
"name": "<string>",
"normalFollowersCount": 123,
"pinnedTweetIdsStr": [
"<any>"
],
"possiblySensitive": true,
"profileImageUrlHttps": "<string>",
"username": "<string>",
"statusesCount": 123,
"translatorType": "<string>",
"verified": true,
"withheldInCountries": [
"<any>"
],
"protected": true,
"url": "<string>",
"descriptionUrls": [
"<any>"
],
"urls": [
"<any>"
],
"pinnedTweetIds": [
"<any>"
]
}
]
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The screen name of the user to get latest followers.
"elonmusk"
A list of user info
latest followers API response
curl --request GET \
--url https://api.twitterxapi.com/twitter/latest-followers/{screen_name} \
--header 'Authorization: Bearer <token>'
{
"code": 200,
"msg": "success",
"data": [
{
"userId": "<string>",
"isBlueVerified": true,
"createdAt": "<string>",
"createdAtDatetime": "<string>",
"defaultProfile": true,
"defaultProfileImage": true,
"description": "<string>",
"location": "<string>",
"fastFollowersCount": 123,
"favouritesCount": 123,
"followersCount": 123,
"hasCustomTimelines": true,
"isTranslator": true,
"listedCount": 123,
"mediaCount": 123,
"name": "<string>",
"normalFollowersCount": 123,
"pinnedTweetIdsStr": [
"<any>"
],
"possiblySensitive": true,
"profileImageUrlHttps": "<string>",
"username": "<string>",
"statusesCount": 123,
"translatorType": "<string>",
"verified": true,
"withheldInCountries": [
"<any>"
],
"protected": true,
"url": "<string>",
"descriptionUrls": [
"<any>"
],
"urls": [
"<any>"
],
"pinnedTweetIds": [
"<any>"
]
}
]
}