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 Twitter/X user ID (e.g., '44196397') |
| 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: '44196397'
});
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": "1973625878539042816",
"username": "AlomaG29569",
"name": "Aloma George",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://pbs.twimg.com/profile_images/1973625989851992064/AwN-_NDe_400x400.png",
"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": "1493709122646069248",
"username": "JincyWei",
"name": "Jincy Wei",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://pbs.twimg.com/profile_images/1493709200270118913/9-7Hrbn4_400x400.png",
"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": "1973625985577758720",
"username": "Jajajiwiqa",
"name": "Ueuwuwuwu Jsksksks",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://pbs.twimg.com/profile_images/1973626025553907712/gzoQJztI_400x400.png",
"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": "1973625977386442756",
"username": "AshkanEsma90047",
"name": "Ashkan Esmaily",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://abs.twimg.com/sticky/default_profile_images/default_profile_400x400.png",
"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": "1973625870201004034",
"username": "SilasVicto38081",
"name": "Silas Victor",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://pbs.twimg.com/profile_images/1973625943844593668/G0KLaxHD_400x400.png",
"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": "1973625798729793536",
"username": "Thembani531710",
"name": "Thembani",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://abs.twimg.com/sticky/default_profile_images/default_profile_400x400.png",
"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": "1973625957043888128",
"username": "Ricky5373075296",
"name": "Ricky",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://abs.twimg.com/sticky/default_profile_images/default_profile_400x400.png",
"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": "1973626035502530560",
"username": "Stephen1495050",
"name": "Stephen",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://abs.twimg.com/sticky/default_profile_images/default_profile_400x400.png",
"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": "1973619658230992896",
"username": "kofifisco",
"name": "Adu Gyamfi Williams",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://abs.twimg.com/sticky/default_profile_images/default_profile_400x400.png",
"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": "1973625318113153024",
"username": "m_diana99138",
"name": "Diana M. Meehan",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://pbs.twimg.com/profile_images/1973626052292325376/0wUWMj_S_400x400.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": "1973625230040895488",
"username": "ugly_blvcky",
"name": "Ayoola Ajayi",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://pbs.twimg.com/profile_images/1973625449365323776/blutmG-i_400x400.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": "1973625581435527168",
"username": "DhumalShiv30",
"name": "Shivaraj Dhumal",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://abs.twimg.com/sticky/default_profile_images/default_profile_400x400.png",
"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": "1767596290785873920",
"username": "aemanbiroh",
"name": "shima shojaie",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://pbs.twimg.com/profile_images/1767596413725167616/pQbCTW2z_400x400.png",
"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": "1973625560724357121",
"username": "chilledmanu",
"name": "Manali",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://abs.twimg.com/sticky/default_profile_images/default_profile_400x400.png",
"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": "1174819279708934144",
"username": "6uHx5R0ruSa2nqY",
"name": "Lee cA",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://pbs.twimg.com/profile_images/1175651297418043393/UIZzMWjA_400x400.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": "1973625981626929152",
"username": "ngoc_ly64117",
"name": "Ngoc Phuc Ly",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://pbs.twimg.com/profile_images/1973626039898349571/lGIt6J-f_400x400.png",
"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": "1900563440269225984",
"username": "IEDoughboy",
"name": "Jeff Shady",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://abs.twimg.com/sticky/default_profile_images/default_profile_400x400.png",
"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": "1973625651576836101",
"username": "Mr_Elegante7",
"name": "Elegante",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://abs.twimg.com/sticky/default_profile_images/default_profile_400x400.png",
"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": "1973625526578454530",
"username": "ThinhTran169667",
"name": "Thinh Tran",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://pbs.twimg.com/profile_images/1973625749405048837/sd0T-46n_400x400.png",
"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": "1973625445162610688",
"username": "Ankitsinha1510",
"name": "Ankit Raj",
"bio": "",
"location": null,
"website": null,
"pinnedTweetIds": [],
"avatar": "https://pbs.twimg.com/profile_images/1973625535780757506/jxqzsyYj_400x400.png",
"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