Following V1

GET/tw-v2/user/following-list

Description

Get a paginated list of users that the specified account is following. Returns user objects with complete profile information.

Parameters

ParameterTypeRequiredDescription
userIdstringrequiredUnique Twitter/X user ID (e.g., '44196397')
countstringoptionalNumber of results to return per page (max: 100, default: 20)
cursorstringoptionalPagination 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/following-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": "64844802",
      "username": "a16z",
      "name": "a16z",
      "bio": "we invest in software eating the world \nhttps://t.co/A9eTFq6plZ\nhttps://t.co/MXGUBJoesw\n\nWatch \"The Ben & Marc Show\": https://t.co/eRuDhx7kpe",
      "location": "The Cloud",
      "website": "http://www.a16z.com",
      "pinnedTweetIds": [
        "1972027557685141716"
      ],
      "avatar": "https://pbs.twimg.com/profile_images/1919488160125616128/QAZXTMEj_400x400.png",
      "banner": "https://pbs.twimg.com/profile_banners/64844802/1746024233/1500x500",
      "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": false,
      "defaultProfileImage": false,
      "followerCount": 882232,
      "followingCount": 52,
      "tweetCount": 24311,
      "listedCount": 12649,
      "mediaCount": 1715,
      "favoritesCount": 9008,
      "createdAt": "2009-08-11T22:26:28.000Z"
    },
    {
      "id": "121999927",
      "username": "EveOnline",
      "name": "EVE Online",
      "bio": "The game that science fiction warned us about! - Killscreen  //  For server status updates, please follow @EVE_Status 🚀",
      "location": "New Eden",
      "website": "http://EVE.Online/Start_Now",
      "pinnedTweetIds": [],
      "avatar": "https://pbs.twimg.com/profile_images/1927295626531786752/jiGtsOg8_400x400.jpg",
      "banner": "https://pbs.twimg.com/profile_banners/121999927/1748338060/1500x500",
      "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": false,
      "defaultProfileImage": false,
      "followerCount": 78373,
      "followingCount": 177,
      "tweetCount": 12681,
      "listedCount": 915,
      "mediaCount": 5987,
      "favoritesCount": 2370,
      "createdAt": "2010-03-11T08:04:25.000Z"
    },
    {
      "id": "1937253135061229568",
      "username": "RUSHMOREonX",
      "name": "RUSHMOREonX",
      "bio": "The 🐐’s of their industry give their Mount Rushmore’s.",
      "location": null,
      "website": null,
      "pinnedTweetIds": [
        "1972991061849997642"
      ],
      "avatar": "https://pbs.twimg.com/profile_images/1973330260004306945/2Uu8kEaJ_400x400.jpg",
      "banner": "https://pbs.twimg.com/profile_banners/1937253135061229568/1759196414/1500x500",
      "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": 7318,
      "followingCount": 4,
      "tweetCount": 9,
      "listedCount": 9,
      "mediaCount": 2,
      "favoritesCount": 7,
      "createdAt": "2025-06-23T20:55:27.000Z"
    },
    {
      "id": "1904142400554995714",
      "username": "mkratsios47",
      "name": "Director Michael Kratsios",
      "bio": "Assistant to the President & 13th Director of @WHOSTP47 | Previously 4th CTO of the United States and Under Secretary of Defense | South Carolinian 🇺🇸",
      "location": "Washington, DC",
      "website": "https://www.whitehouse.gov/",
      "pinnedTweetIds": [
        "1911984399022772673"
      ],
      "avatar": "https://pbs.twimg.com/profile_images/1949165039899791360/MCKyYFCE_400x400.jpg",
      "banner": "https://pbs.twimg.com/profile_banners/1904142400554995714/1742860915/1500x500",
      "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": 17708,
      "followingCount": 41,
      "tweetCount": 284,
      "listedCount": 170,
      "mediaCount": 56,
      "favoritesCount": 190,
      "createdAt": "2025-03-24T12:15:30.000Z"
    },
    {
      "id": "491719838",
      "username": "TPUSA",
      "name": "Turning Point USA",
      "bio": "Leading the fight to save America 🇺🇸 Founded by @charliekirk11",
      "location": "The United States of America",
      "website": "https://linktr.ee/turningpointusa",
      "pinnedTweetIds": [
        "1969944725454192767"
      ],
      "avatar": "https://pbs.twimg.com/profile_images/1944810273757401088/T8Dx4GeQ_400x400.jpg",
      "banner": "https://pbs.twimg.com/profile_banners/491719838/1752513912/1500x500",
      "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": false,
      "defaultProfileImage": false,
      "followerCount": 1463768,
      "followingCount": 1849,
      "tweetCount": 34795,
      "listedCount": 3214,
      "mediaCount": 11505,
      "favoritesCount": 20302,
      "createdAt": "2012-02-13T23:15:31.000Z"
    },
    {
      "id": "47293791",
      "username": "w_terrence",
      "name": "Terrence K. Williams",
      "bio": "Comedian & Founder of Cousin T’s. My New Children’s Book is out now, order yours here at https://t.co/lk1drhKLiR",
      "location": "United States",
      "website": "https://terrencekwilliams.com",
      "pinnedTweetIds": [
        "1935497774658662789"
      ],
      "avatar": "https://pbs.twimg.com/profile_images/1263559832876900354/-XKHWR6m_400x400.jpg",
      "banner": "https://pbs.twimg.com/profile_banners/47293791/1595796201/1500x500",
      "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": false,
      "defaultProfileImage": false,
      "followerCount": 2424430,
      "followingCount": 1432,
      "tweetCount": 15150,
      "listedCount": 3441,
      "mediaCount": 4817,
      "favoritesCount": 6035,
      "createdAt": "2009-06-15T08:46:13.000Z"
    },
    {
      "id": "2269061347",
      "username": "ag_i_2211",
      "name": "Aditya Gupta",
      "bio": "@xAI",
      "location": "San Francisco, CA",
      "website": null,
      "pinnedTweetIds": [],
      "avatar": "https://pbs.twimg.com/profile_images/1402090925795397632/5EBzWYdJ_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": false,
      "defaultProfileImage": false,
      "followerCount": 6162,
      "followingCount": 307,
      "tweetCount": 272,
      "listedCount": 62,
      "mediaCount": 14,
      "favoritesCount": 874,
      "createdAt": "2013-12-30T15:53:37.000Z"
    },
    {
      "id": "1886531809284173824",
      "username": "AGPamBondi",
      "name": "Attorney General Pamela Bondi",
      "bio": "87th Attorney General serving under the leadership of @POTUS Trump 🇺🇸",
      "location": "Washington, DC",
      "website": "http://justice.gov",
      "pinnedTweetIds": [],
      "avatar": "https://pbs.twimg.com/profile_images/1887141259208249344/l0ecgB9z_400x400.jpg",
      "banner": "https://pbs.twimg.com/profile_banners/1886531809284173824/1738764523/1500x500",
      "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": 1041639,
      "followingCount": 9,
      "tweetCount": 312,
      "listedCount": 2327,
      "mediaCount": 136,
      "favoritesCount": 4,
      "createdAt": "2025-02-03T21:47:12.000Z"
    },
    {
      "id": "1540897980",
      "username": "dustinvtran",
      "name": "Dustin Tran",
      "bio": "I work on reasoning & posttraining at xAI. ex-google",
      "location": "San Francisco, CA",
      "website": "http://dustintran.com",
      "pinnedTweetIds": [
        "1951375401374327253"
      ],
      "avatar": "https://pbs.twimg.com/profile_images/1760473078960975872/pcr-qicQ_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": 53947,
      "followingCount": 696,
      "tweetCount": 2555,
      "listedCount": 1002,
      "mediaCount": 202,
      "favoritesCount": 4450,
      "createdAt": "2013-06-23T12:57:08.000Z"
    },
    {
      "id": "1376251730183262210",
      "username": "rawat_ritvik",
      "name": "Ritvik Rawat",
      "bio": "Leading AI Inference at Tesla",
      "location": null,
      "website": null,
      "pinnedTweetIds": [],
      "avatar": "https://pbs.twimg.com/profile_images/1968430517659017216/6vNYsmGb_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": 750,
      "followingCount": 22,
      "tweetCount": 0,
      "listedCount": 5,
      "mediaCount": 0,
      "favoritesCount": 11,
      "createdAt": "2021-03-28T19:16:07.000Z"
    },
    {
      "id": "1676905146482315264",
      "username": "TeslaAUNZ",
      "name": "Tesla Australia & New Zealand",
      "bio": "Accelerating the transition to sustainable energy 🦘🇦🇺🇳🇿🌏",
      "location": "Down Under",
      "website": "http://tesla.com",
      "pinnedTweetIds": [
        "1968314169578697069"
      ],
      "avatar": "https://pbs.twimg.com/profile_images/1719328310222540800/M1hPWpx0_400x400.jpg",
      "banner": "https://pbs.twimg.com/profile_banners/1676905146482315264/1723762948/1500x500",
      "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": 16545,
      "followingCount": 21,
      "tweetCount": 254,
      "listedCount": 108,
      "mediaCount": 111,
      "favoritesCount": 63,
      "createdAt": "2023-07-06T10:46:17.000Z"
    },
    {
      "id": "1173974870",
      "username": "a2xai",
      "name": "anthony armstrong",
      "bio": "",
      "location": null,
      "website": null,
      "pinnedTweetIds": [],
      "avatar": "https://pbs.twimg.com/profile_images/1968930287691395072/Ux6HIWiH_400x400.jpg",
      "banner": "https://pbs.twimg.com/profile_banners/1173974870/1734185910/1500x500",
      "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": 846,
      "followingCount": 90,
      "tweetCount": 10,
      "listedCount": 6,
      "mediaCount": 0,
      "favoritesCount": 125,
      "createdAt": "2013-02-13T05:14:04.000Z"
    },
    {
      "id": "1695126229446479872",
      "username": "zephyr_z9",
      "name": "Zephyr",
      "bio": "Tech, AI, Semiconductors, Stocks, Finance. DMs are open",
      "location": null,
      "website": null,
      "pinnedTweetIds": [
        "1973400686370103627"
      ],
      "avatar": "https://pbs.twimg.com/profile_images/1837802996723597312/Jk4w7gjp_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": 32070,
      "followingCount": 511,
      "tweetCount": 21234,
      "listedCount": 255,
      "mediaCount": 1873,
      "favoritesCount": 62726,
      "createdAt": "2023-08-25T17:30:19.000Z"
    },
    {
      "id": "1520136498967990274",
      "username": "USMiniTru",
      "name": "U.S. Ministry of Truth",
      "bio": "Established to prevent disinformation and protect democracy. | They/Them | Satire | 恶搞",
      "location": "Washington, DC",
      "website": "http://usminitru.org",
      "pinnedTweetIds": [
        "1967634995289477147"
      ],
      "avatar": "https://pbs.twimg.com/profile_images/1673039888629866498/qkaOo10E_400x400.jpg",
      "banner": "https://pbs.twimg.com/profile_banners/1520136498967990274/1669138617/1500x500",
      "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": 413765,
      "followingCount": 69,
      "tweetCount": 11241,
      "listedCount": 823,
      "mediaCount": 2274,
      "favoritesCount": 18949,
      "createdAt": "2022-04-29T20:22:48.000Z"
    },
    {
      "id": "1405410944608477185",
      "username": "MrsErikaKirk",
      "name": "Erika Kirk",
      "bio": "steadfast in faith ✞ ✖️ social entrepreneur | PROCLAIM Streetwear™ ✖️ MIDWEEK RISE UP podcast ✖️ BIBLE in 365 ✖️ formerly @erikafrantzve",
      "location": null,
      "website": null,
      "pinnedTweetIds": [],
      "avatar": "https://pbs.twimg.com/profile_images/1405413278386319364/lezjCuAR_400x400.jpg",
      "banner": "https://pbs.twimg.com/profile_banners/1405410944608477185/1623911685/1500x500",
      "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": 905417,
      "followingCount": 25,
      "tweetCount": 54,
      "listedCount": 507,
      "mediaCount": 0,
      "favoritesCount": 16,
      "createdAt": "2021-06-17T06:26:36.000Z"
    },
    {
      "id": "1072660589061791745",
      "username": "TPointUK",
      "name": "Turning Point UK 🇬🇧",
      "bio": "Conservative activist & political organisation. Freedom, Free Markets, Limited Government, Actual Anti-Fascists. Press inquiries contact: info@tpointuk.co.uk",
      "location": "United Kingdom",
      "website": "https://tpointuk.co.uk/join-us/",
      "pinnedTweetIds": [
        "1970073636795986397"
      ],
      "avatar": "https://pbs.twimg.com/profile_images/1704571042524491776/ieHPB868_400x400.jpg",
      "banner": "https://pbs.twimg.com/profile_banners/1072660589061791745/1743949536/1500x500",
      "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": 260056,
      "followingCount": 1205,
      "tweetCount": 13375,
      "listedCount": 620,
      "mediaCount": 6059,
      "favoritesCount": 7363,
      "createdAt": "2018-12-12T01:13:08.000Z"
    },
    {
      "id": "1548488713440595968",
      "username": "LipBuTan1",
      "name": "Lip-Bu Tan",
      "bio": "CEO of Intel Corporation, Chairman of Walden International, Founding Managing Partner of Walden Catalyst Ventures",
      "location": null,
      "website": null,
      "pinnedTweetIds": [],
      "avatar": "https://pbs.twimg.com/profile_images/1957589480254377984/8aTzyFu4_400x400.jpg",
      "banner": "https://pbs.twimg.com/profile_banners/1548488713440595968/1755720237/1500x500",
      "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": 11135,
      "followingCount": 36,
      "tweetCount": 9,
      "listedCount": 51,
      "mediaCount": 7,
      "favoritesCount": 5,
      "createdAt": "2022-07-17T02:04:40.000Z"
    },
    {
      "id": "49573859",
      "username": "iamwill",
      "name": "will.i.am",
      "bio": "https://t.co/45JasOxl97",
      "location": null,
      "website": "http://www.will.i.am",
      "pinnedTweetIds": [],
      "avatar": "https://pbs.twimg.com/profile_images/1945967480448368640/UpTcwHD3_400x400.jpg",
      "banner": "https://pbs.twimg.com/profile_banners/49573859/1752789788/1500x500",
      "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": false,
      "defaultProfileImage": false,
      "followerCount": 10941122,
      "followingCount": 1386,
      "tweetCount": 8997,
      "listedCount": 19161,
      "mediaCount": 1538,
      "favoritesCount": 1311,
      "createdAt": "2009-06-22T08:24:19.000Z"
    },
    {
      "id": "7076492",
      "username": "Glinner",
      "name": "Graham Linehan 🎗️",
      "bio": "Substack https://t.co/C5bDlddFJx YouTube https://t.co/KxvlEmE8G3 BuyMeACoffee https://t.co/SFz8dFE7Bp",
      "location": "Norwich",
      "website": null,
      "pinnedTweetIds": [
        "1973507606330446311"
      ],
      "avatar": "https://pbs.twimg.com/profile_images/1275451851920404487/33tfznq2_400x400.jpg",
      "banner": "https://pbs.twimg.com/profile_banners/7076492/1757876134/1500x500",
      "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": false,
      "defaultProfileImage": false,
      "followerCount": 672408,
      "followingCount": 3478,
      "tweetCount": 267584,
      "listedCount": 4978,
      "mediaCount": 15841,
      "favoritesCount": 96203,
      "createdAt": "2007-06-25T21:03:36.000Z"
    },
    {
      "id": "116551076",
      "username": "ThorBjornsson_",
      "name": "Hafþór J Björnsson",
      "bio": "Hafþór Björnsson - hafthorjuliusbjornsson@gmail.com",
      "location": "Iceland - Kópavogur",
      "website": "https://youtu.be/au71AZYP5Es",
      "pinnedTweetIds": [],
      "avatar": "https://pbs.twimg.com/profile_images/1948873608098377728/a-5Sa7_h_400x400.jpg",
      "banner": "https://pbs.twimg.com/profile_banners/116551076/1753482616/1500x500",
      "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": 125709,
      "followingCount": 258,
      "tweetCount": 1387,
      "listedCount": 243,
      "mediaCount": 638,
      "favoritesCount": 467,
      "createdAt": "2010-02-22T21:46:21.000Z"
    }
  ],
  "pagination": {
    "nextCursor": "1842784569137304976",
    "prevCursor": "0"
  }
}

API Playground

GET/tw-v2/user/following-list

Press ⌘ + Enter to execute

curl -X GET "https://api.tweetapi.com/tw-v2/user/following-list" \
  -H "X-API-Key: YOUR_API_KEY"
Response

Click "Try It!" to see the response