Followers
GET
/tw-v2/list/followersDescription
Get a paginated list of users following a specific list. Returns user objects with complete profile information.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| listId | string | required | Unique list ID |
| cursor | string | optional | Pagination cursor for fetching next page of results. Obtained from previous response. |
Code Examples
const params = new URLSearchParams({
listId: '1234567890'
});
const response = await fetch(`https://api.tweetapi.com/tw-v2/list/followers?${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": "1005847322855090100",
"username": "sample_user_46821",
"name": "Sample User 46821",
"bio": "Sample profile bio for Sample User 46821.",
"location": "Sample City 875",
"website": "https://example.com/link-94089/profile-46821",
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-46821.jpg",
"banner": null,
"profileImageShape": "Circle",
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": {
"type": "Creator",
"category": [
{
"id": 478,
"name": "Advertising & Marketing Agency",
"icon_name": "IconBriefcaseStroke"
}
],
"restId": "9004679994812961609"
},
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": false,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 114,
"followingCount": 272,
"tweetCount": 383,
"listedCount": 0,
"mediaCount": 84,
"favoritesCount": 135,
"createdAt": "2024-03-21T07:55:54.000Z"
},
{
"id": "10085411",
"username": "sample_user_73359",
"name": "Sample User 73359",
"bio": "",
"location": "Sample City 250",
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-73359.jpg",
"banner": "https://example.com/images/sample-banner-73359.jpg",
"profileImageShape": "Circle",
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": false,
"defaultProfileImage": false,
"followerCount": 378,
"followingCount": 2939,
"tweetCount": 46,
"listedCount": 0,
"mediaCount": 0,
"favoritesCount": 3455,
"createdAt": "2009-03-31T14:42:27.000Z"
},
{
"id": "100166586607221168",
"username": "sample_user_86518",
"name": "Sample User 86518",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [
"2003548940864932993"
],
"avatar": "https://example.com/images/sample-avatar-86518.jpg",
"banner": "https://example.com/images/sample-banner-86518.jpg",
"profileImageShape": "Circle",
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": true,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": true,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 28,
"followingCount": 93,
"tweetCount": 40,
"listedCount": 0,
"mediaCount": 8,
"favoritesCount": 2290,
"createdAt": "2017-09-14T12:03:14.000Z"
},
{
"id": "1001476910277136971",
"username": "sample_user_71130",
"name": "Sample User 71130",
"bio": "Sample profile bio for Sample User 71130.",
"location": "Sample City 626",
"website": null,
"pinnedTweetIds": [
"2002316677909137509"
],
"avatar": "https://example.com/images/sample-avatar-71130.jpg",
"banner": "https://example.com/images/sample-banner-71130.jpg",
"profileImageShape": "Circle",
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 263,
"followingCount": 3398,
"tweetCount": 3180,
"listedCount": 0,
"mediaCount": 1547,
"favoritesCount": 2023,
"createdAt": "2024-12-13T16:36:27.000Z"
},
{
"id": "1009488546",
"username": "sample_user_56809",
"name": "Sample User 56809",
"bio": "",
"location": "Sample City 344",
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-56809.jpg",
"banner": "https://example.com/images/sample-banner-56809.jpg",
"profileImageShape": "Circle",
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": true,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": false,
"defaultProfileImage": false,
"followerCount": 62,
"followingCount": 374,
"tweetCount": 261,
"listedCount": 0,
"mediaCount": 6,
"favoritesCount": 499,
"createdAt": "2013-05-02T02:19:44.000Z"
},
{
"id": "1001431270044262184",
"username": "sample_user_49053",
"name": "Sample User 49053",
"bio": "Sample profile bio for Sample User 49053.",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-49053.jpg",
"banner": "https://example.com/images/sample-banner-49053.jpg",
"profileImageShape": "Circle",
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 2,
"followingCount": 14,
"tweetCount": 4,
"listedCount": 0,
"mediaCount": 1,
"favoritesCount": 111,
"createdAt": "2023-06-29T09:45:50.000Z"
},
{
"id": "1002177007207710907",
"username": "sample_user_65488",
"name": "Sample User 65488",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-65488.jpg",
"banner": null,
"profileImageShape": "Circle",
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 3,
"followingCount": 41,
"tweetCount": 0,
"listedCount": 0,
"mediaCount": 0,
"favoritesCount": 1,
"createdAt": "2023-06-22T09:42:50.000Z"
},
{
"id": "1008299721448135558",
"username": "sample_user_12404",
"name": "Sample User 12404",
"bio": "Sample profile bio for Sample User 12404.",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-12404.jpg",
"banner": null,
"profileImageShape": "Circle",
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": true,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": true,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 0,
"followingCount": 315,
"tweetCount": 0,
"listedCount": 0,
"mediaCount": 0,
"favoritesCount": 23,
"createdAt": "2020-02-18T07:47:13.000Z"
},
{
"id": "10042251",
"username": "sample_user_35696",
"name": "Sample User 35696",
"bio": "",
"location": "Sample City 367",
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-35696.jpg",
"banner": null,
"profileImageShape": "Circle",
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": true,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 131,
"followingCount": 1196,
"tweetCount": 9559,
"listedCount": 8,
"mediaCount": 379,
"favoritesCount": 24466,
"createdAt": "2009-06-17T18:15:25.000Z"
},
{
"id": "100199341",
"username": "sample_user_21607",
"name": "Sample User 21607",
"bio": "Sample profile bio for Sample User 21607.",
"location": "Sample City 597",
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-21607.jpg",
"banner": null,
"profileImageShape": "Circle",
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 74,
"followingCount": 790,
"tweetCount": 54,
"listedCount": 0,
"mediaCount": 4,
"favoritesCount": 138,
"createdAt": "2011-05-23T17:35:30.000Z"
},
{
"id": "1002632407906071892",
"username": "sample_user_83760",
"name": "Sample User 83760",
"bio": "Sample profile bio for Sample User 83760.",
"location": "Sample City 984",
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-83760.jpg",
"banner": "https://example.com/images/sample-banner-83760.jpg",
"profileImageShape": "Circle",
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 0,
"followingCount": 19,
"tweetCount": 0,
"listedCount": 0,
"mediaCount": 0,
"favoritesCount": 0,
"createdAt": "2025-03-19T23:30:13.000Z"
},
{
"id": "1006700538687198430",
"username": "sample_user_29891",
"name": "Sample User 29891",
"bio": "Sample profile bio for Sample User 29891.",
"location": "Sample City 254",
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-29891.jpg",
"banner": "https://example.com/images/sample-banner-29891.jpg",
"profileImageShape": "Circle",
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 0,
"followingCount": 942,
"tweetCount": 17,
"listedCount": 0,
"mediaCount": 1,
"favoritesCount": 96,
"createdAt": "2022-04-06T13:37:01.000Z"
},
{
"id": "100109090",
"username": "sample_user_77838",
"name": "Sample User 77838",
"bio": "Sample profile bio for Sample User 77838.",
"location": "Sample City 542",
"website": "https://example.com/link-94089/profile-77838",
"pinnedTweetIds": [
"2003963824275179675"
],
"avatar": "https://example.com/images/sample-avatar-77838.jpg",
"banner": "https://example.com/images/sample-banner-77838.jpg",
"profileImageShape": "Circle",
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": {
"type": "Creator",
"category": [
{
"id": 940,
"name": "Musician",
"icon_name": "IconBriefcaseStroke"
}
],
"restId": "9001626199835771365"
},
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": true,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": false,
"defaultProfileImage": false,
"followerCount": 2616,
"followingCount": 25,
"tweetCount": 478,
"listedCount": 10,
"mediaCount": 53,
"favoritesCount": 96,
"createdAt": "2010-05-07T18:46:10.000Z"
},
{
"id": "100762707",
"username": "sample_user_65115",
"name": "Sample User 65115",
"bio": "",
"location": "Sample City 363",
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-65115.jpg",
"banner": null,
"profileImageShape": "Circle",
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 57,
"followingCount": 534,
"tweetCount": 54,
"listedCount": 0,
"mediaCount": 0,
"favoritesCount": 149,
"createdAt": "2012-03-09T21:17:34.000Z"
},
{
"id": "1001739187",
"username": "sample_user_24922",
"name": "Sample User 24922",
"bio": "Sample profile bio for Sample User 24922.",
"location": "Sample City 571",
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-24922.jpg",
"banner": "https://example.com/images/sample-banner-24922.jpg",
"profileImageShape": "Circle",
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": true,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 139,
"followingCount": 412,
"tweetCount": 125,
"listedCount": 0,
"mediaCount": 0,
"favoritesCount": 914,
"createdAt": "2014-09-21T15:08:47.000Z"
},
{
"id": "1004075800693477309",
"username": "sample_user_32434",
"name": "Sample User 32434",
"bio": "Sample profile bio for Sample User 32434.",
"location": null,
"website": "https://example.com/link-94089/profile-32434",
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-32434.jpg",
"banner": "https://example.com/images/sample-banner-32434.jpg",
"profileImageShape": "Circle",
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": false,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 5,
"followingCount": 7,
"tweetCount": 8,
"listedCount": 0,
"mediaCount": 0,
"favoritesCount": 2,
"createdAt": "2025-09-17T22:32:32.000Z"
},
{
"id": "1001477371562798814",
"username": "sample_user_17372",
"name": "Sample User 17372",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-17372.jpg",
"banner": null,
"profileImageShape": "Circle",
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": true,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": true,
"defaultProfileImage": false,
"followerCount": 2,
"followingCount": 52,
"tweetCount": 4,
"listedCount": 0,
"mediaCount": 0,
"favoritesCount": 160,
"createdAt": "2020-04-07T15:46:55.000Z"
},
{
"id": "100147625367253458",
"username": "sample_user_53304",
"name": "Sample User 53304",
"bio": "Sample profile bio for Sample User 53304.",
"location": "Sample City 384",
"website": "https://example.com/link-94089/profile-53304",
"pinnedTweetIds": [
"2001627032652925231"
],
"avatar": "https://example.com/images/sample-avatar-53304.jpg",
"banner": "https://example.com/images/sample-banner-53304.jpg",
"profileImageShape": "Circle",
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": {
"type": "Creator",
"category": [],
"restId": "9003768798407128655"
},
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": true,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": false,
"defaultProfileImage": false,
"followerCount": 729,
"followingCount": 767,
"tweetCount": 25194,
"listedCount": 3,
"mediaCount": 746,
"favoritesCount": 15311,
"createdAt": "2018-04-24T14:32:23.000Z"
},
{
"id": "10088848",
"username": "sample_user_21251",
"name": "Sample User 21251",
"bio": "",
"location": "Sample City 787",
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-21251.jpg",
"banner": null,
"profileImageShape": "Circle",
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": true,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": true,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": false,
"defaultProfileImage": false,
"followerCount": 27,
"followingCount": 222,
"tweetCount": 36,
"listedCount": 0,
"mediaCount": 0,
"favoritesCount": 109,
"createdAt": "2007-05-25T15:31:04.000Z"
},
{
"id": "100126183",
"username": "sample_user_07119",
"name": "Sample User 07119",
"bio": "Sample profile bio for Sample User 07119.",
"location": "Sample City 178",
"website": null,
"pinnedTweetIds": [],
"avatar": "https://example.com/images/sample-avatar-07119.jpg",
"banner": "https://example.com/images/sample-banner-07119.jpg",
"profileImageShape": "Circle",
"verified": false,
"isBlueVerified": false,
"verifiedType": null,
"verifiedSince": null,
"isIdentityVerified": false,
"isProtected": false,
"possiblySensitive": false,
"profileInterstitialType": null,
"withheldInCountries": [],
"professional": null,
"businessAccount": null,
"creatorSubscriptionsCount": 0,
"hasHiddenSubscriptions": false,
"highlightsInfo": null,
"hasGraduatedAccess": true,
"isProfileTranslatable": false,
"hasCustomTimelines": false,
"isTranslator": false,
"affiliatesHighlightedLabel": {},
"defaultProfile": false,
"defaultProfileImage": false,
"followerCount": 871,
"followingCount": 2454,
"tweetCount": 1595,
"listedCount": 10,
"mediaCount": 102,
"favoritesCount": 5504,
"createdAt": "2011-05-07T17:34:56.000Z"
}
],
"pagination": {
"nextCursor": "1843347950502702997|1973626801934565354",
"prevCursor": "-1|1973626801934565377"
}
}API Playground
GET
/tw-v2/list/followersPress ⌘ + Enter to execute
curl -X GET "https://api.tweetapi.com/tw-v2/list/followers" \
-H "X-API-Key: YOUR_API_KEY"Response
Click "Try It!" to see the response