Followers V1
GET
/tw-v2/user/followers-listDescription
Get a paginated list of users following the specified account. Returns user objects with complete profile information.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| userId | string | required | Unique platform user ID (e.g., '90013690') |
| count | string | optional | Number of results to return per page (max: 100, default: 20) |
| cursor | string | optional | Pagination cursor for fetching next page of results. Obtained from previous response. |
Code Examples
const params = new URLSearchParams({
userId: '90013690'
});
const response = await fetch(`https://api.tweetapi.com/tw-v2/user/followers-list?${params}`, {
method: 'GET',
headers: {
'X-API-Key': 'YOUR_API_KEY'
}
});
const data = await response.json();
console.log(data);
Response
Success Response (200 OK)
200
{
"data": [
{
"id": "1001314082880034515",
"username": "sample_user_80170",
"name": "Sample User 80170",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-80170.jpg",
"banner": null,
"profileImageShape": null,
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": {
"affiliatesCount": 0
},
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": false,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": null,
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 0,
"followingCount": 6,
"tweetCount": 0,
"listedCount": 0,
"mediaCount": 0,
"favoritesCount": 0,
"createdAt": "2025-10-02T05:47:58.000Z"
},
{
"id": "1003319103125038054",
"username": "sample_user_17369",
"name": "Sample User 17369",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-17369.jpg",
"banner": null,
"profileImageShape": null,
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": {
"affiliatesCount": 0
},
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": false,
"isProfileTranslatable": false,
"hasCustomTimelines": true,
"isTranslator": false,
"affiliatesHighlightedLabel": null,
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 12,
"followingCount": 50,
"tweetCount": 0,
"listedCount": 0,
"mediaCount": 0,
"favoritesCount": 0,
"createdAt": "2022-02-15T22:09:59.000Z"
},
{
"id": "1009576817859776133",
"username": "sample_user_69509",
"name": "Sample User 69509",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-69509.jpg",
"banner": null,
"profileImageShape": null,
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": {
"affiliatesCount": 0
},
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": false,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": null,
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 0,
"followingCount": 1,
"tweetCount": 0,
"listedCount": 0,
"mediaCount": 0,
"favoritesCount": 0,
"createdAt": "2025-10-02T05:48:07.000Z"
},
{
"id": "1006370714065768771",
"username": "sample_user_96589",
"name": "Sample User 96589",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-96589.jpg",
"banner": null,
"profileImageShape": null,
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": {
"affiliatesCount": 0
},
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": false,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": null,
"defaultProfile": true,
"defaultProfileImage": true,
"followerCount": 0,
"followingCount": 1,
"tweetCount": 0,
"listedCount": 0,
"mediaCount": 0,
"favoritesCount": 0,
"createdAt": "2025-10-02T05:48:16.000Z"
},
{
"id": "1005709293142012103",
"username": "sample_user_46915",
"name": "Sample User 46915",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-46915.jpg",
"banner": null,
"profileImageShape": null,
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": {
"affiliatesCount": 0
},
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": false,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": null,
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 0,
"followingCount": 1,
"tweetCount": 0,
"listedCount": 0,
"mediaCount": 0,
"favoritesCount": 0,
"createdAt": "2025-10-02T05:47:47.000Z"
},
{
"id": "1001073158194714852",
"username": "sample_user_94009",
"name": "Sample User 94009",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-94009.jpg",
"banner": null,
"profileImageShape": null,
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": {
"affiliatesCount": 0
},
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": false,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": null,
"defaultProfile": true,
"defaultProfileImage": true,
"followerCount": 0,
"followingCount": 2,
"tweetCount": 0,
"listedCount": 0,
"mediaCount": 0,
"favoritesCount": 0,
"createdAt": "2025-10-02T05:47:25.000Z"
},
{
"id": "1008272410444405531",
"username": "sample_user_80610",
"name": "Sample User 80610",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-80610.jpg",
"banner": null,
"profileImageShape": null,
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": {
"affiliatesCount": 0
},
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": false,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": null,
"defaultProfile": true,
"defaultProfileImage": true,
"followerCount": 0,
"followingCount": 0,
"tweetCount": 0,
"listedCount": 0,
"mediaCount": 0,
"favoritesCount": 0,
"createdAt": "2025-10-02T05:48:01.000Z"
},
{
"id": "1001436978716608665",
"username": "sample_user_98121",
"name": "Sample User 98121",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-98121.jpg",
"banner": null,
"profileImageShape": null,
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": {
"affiliatesCount": 0
},
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": false,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": null,
"defaultProfile": true,
"defaultProfileImage": true,
"followerCount": 0,
"followingCount": 3,
"tweetCount": 0,
"listedCount": 0,
"mediaCount": 0,
"favoritesCount": 0,
"createdAt": "2025-10-02T05:48:17.000Z"
},
{
"id": "1001119275049751505",
"username": "sample_user_68055",
"name": "Sample User 68055",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-68055.jpg",
"banner": null,
"profileImageShape": null,
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": {
"affiliatesCount": 0
},
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": false,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": null,
"defaultProfile": true,
"defaultProfileImage": true,
"followerCount": 0,
"followingCount": 18,
"tweetCount": 0,
"listedCount": 0,
"mediaCount": 0,
"favoritesCount": 0,
"createdAt": "2025-10-02T05:23:32.000Z"
},
{
"id": "1001364299402711757",
"username": "sample_user_78763",
"name": "Sample User 78763",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-78763.jpg",
"banner": null,
"profileImageShape": null,
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": {
"affiliatesCount": 0
},
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": false,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": null,
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 0,
"followingCount": 1,
"tweetCount": 0,
"listedCount": 0,
"mediaCount": 0,
"favoritesCount": 0,
"createdAt": "2025-10-02T05:46:21.000Z"
},
{
"id": "1008623704148917770",
"username": "sample_user_53231",
"name": "Sample User 53231",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-53231.jpg",
"banner": null,
"profileImageShape": null,
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": {
"affiliatesCount": 0
},
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": false,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": null,
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 0,
"followingCount": 1,
"tweetCount": 0,
"listedCount": 0,
"mediaCount": 0,
"favoritesCount": 0,
"createdAt": "2025-10-02T05:45:25.000Z"
},
{
"id": "1004023911488779289",
"username": "sample_user_20021",
"name": "Sample User 20021",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-20021.jpg",
"banner": null,
"profileImageShape": null,
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": {
"affiliatesCount": 0
},
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": false,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": null,
"defaultProfile": true,
"defaultProfileImage": true,
"followerCount": 0,
"followingCount": 4,
"tweetCount": 0,
"listedCount": 0,
"mediaCount": 0,
"favoritesCount": 0,
"createdAt": "2025-10-02T05:46:56.000Z"
},
{
"id": "1001003662374077050",
"username": "sample_user_22354",
"name": "Sample User 22354",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-22354.jpg",
"banner": null,
"profileImageShape": null,
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": {
"affiliatesCount": 0
},
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": false,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": null,
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 0,
"followingCount": 12,
"tweetCount": 0,
"listedCount": 0,
"mediaCount": 0,
"favoritesCount": 396,
"createdAt": "2024-03-12T16:59:59.000Z"
},
{
"id": "1001507392931018686",
"username": "sample_user_85168",
"name": "Sample User 85168",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-85168.jpg",
"banner": null,
"profileImageShape": null,
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": {
"affiliatesCount": 0
},
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": false,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": null,
"defaultProfile": true,
"defaultProfileImage": true,
"followerCount": 0,
"followingCount": 2,
"tweetCount": 0,
"listedCount": 0,
"mediaCount": 0,
"favoritesCount": 0,
"createdAt": "2025-10-02T05:46:33.000Z"
},
{
"id": "1001189621131544562",
"username": "sample_user_30278",
"name": "Sample User 30278",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-30278.jpg",
"banner": null,
"profileImageShape": null,
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": {
"affiliatesCount": 0
},
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": false,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": null,
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 62,
"followingCount": 2974,
"tweetCount": 36,
"listedCount": 1,
"mediaCount": 1,
"favoritesCount": 32,
"createdAt": "2019-09-19T22:55:28.000Z"
},
{
"id": "1009354821570618394",
"username": "sample_user_47530",
"name": "Sample User 47530",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-47530.jpg",
"banner": null,
"profileImageShape": null,
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": {
"affiliatesCount": 0
},
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": false,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": null,
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 0,
"followingCount": 3,
"tweetCount": 0,
"listedCount": 0,
"mediaCount": 0,
"favoritesCount": 0,
"createdAt": "2025-10-02T05:48:10.000Z"
},
{
"id": "1001343998169561826",
"username": "sample_user_16633",
"name": "Sample User 16633",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-16633.jpg",
"banner": null,
"profileImageShape": null,
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": {
"affiliatesCount": 0
},
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": false,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": null,
"defaultProfile": true,
"defaultProfileImage": true,
"followerCount": 0,
"followingCount": 3,
"tweetCount": 0,
"listedCount": 0,
"mediaCount": 0,
"favoritesCount": 0,
"createdAt": "2025-03-14T15:03:42.000Z"
},
{
"id": "1002399585468114642",
"username": "sample_user_39434",
"name": "Sample User 39434",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-39434.jpg",
"banner": null,
"profileImageShape": null,
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": {
"affiliatesCount": 0
},
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": false,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": null,
"defaultProfile": true,
"defaultProfileImage": true,
"followerCount": 0,
"followingCount": 6,
"tweetCount": 0,
"listedCount": 0,
"mediaCount": 0,
"favoritesCount": 0,
"createdAt": "2025-10-02T05:46:59.000Z"
},
{
"id": "1001583251795754519",
"username": "sample_user_43895",
"name": "Sample User 43895",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-43895.jpg",
"banner": null,
"profileImageShape": null,
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": {
"affiliatesCount": 0
},
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": false,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": null,
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 0,
"followingCount": 1,
"tweetCount": 0,
"listedCount": 0,
"mediaCount": 0,
"favoritesCount": 0,
"createdAt": "2025-10-02T05:47:01.000Z"
},
{
"id": "1009229173585685139",
"username": "sample_user_19353",
"name": "Sample User 19353",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-19353.jpg",
"banner": null,
"profileImageShape": null,
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": {
"affiliatesCount": 0
},
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": false,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": null,
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 0,
"followingCount": 13,
"tweetCount": 0,
"listedCount": 0,
"mediaCount": 0,
"favoritesCount": 0,
"createdAt": "2025-10-02T05:46:10.000Z"
}
],
"pagination": {
"nextCursor": "1844847953281693545",
"prevCursor": "0"
}
}API Playground
GET
/tw-v2/user/followers-listPress ⌘ + Enter to execute
curl -X GET "https://api.tweetapi.com/tw-v2/user/followers-list" \
-H "X-API-Key: YOUR_API_KEY"Response
Click "Try It!" to see the response