curl --request GET \
--url https://api.apitwitter.com/twitter/lists/{list_id}/subscribers \
--header 'X-API-Key: <api-key>'{
"data": {
"subscribers": [
{
"id": "11348282",
"userName": "NASA",
"name": "NASA",
"screen_name": "NASA",
"description": "Official NASA account. Exploring the universe, advancing science, and inspiring the next generation of explorers.",
"location": "Pale Blue Dot",
"url": "https://t.co/9NkQJKAnuU",
"created_at": "Wed Dec 19 20:20:32 +0000 2007",
"followers": 90024447,
"following": 116,
"favourites_count": 16551,
"statuses_count": 73493,
"listed_count": 96550,
"media_count": 27783,
"verified": false,
"is_blue_verified": true,
"profile_image_url": "https://pbs.twimg.com/profile_images/1321163587679784960/0ZxKlEKB_normal.jpg",
"profile_banner_url": "https://pbs.twimg.com/profile_banners/11348282/1718393721",
"protected": false,
"can_dm": false
}
],
"next_cursor": "0|2035407347207110654"
}
}GET subscribers of a Twitter/X list via ApiTwitter API. Paginated subscriber list via server-side pool.
curl --request GET \
--url https://api.apitwitter.com/twitter/lists/{list_id}/subscribers \
--header 'X-API-Key: <api-key>'{
"data": {
"subscribers": [
{
"id": "11348282",
"userName": "NASA",
"name": "NASA",
"screen_name": "NASA",
"description": "Official NASA account. Exploring the universe, advancing science, and inspiring the next generation of explorers.",
"location": "Pale Blue Dot",
"url": "https://t.co/9NkQJKAnuU",
"created_at": "Wed Dec 19 20:20:32 +0000 2007",
"followers": 90024447,
"following": 116,
"favourites_count": 16551,
"statuses_count": 73493,
"listed_count": 96550,
"media_count": 27783,
"verified": false,
"is_blue_verified": true,
"profile_image_url": "https://pbs.twimg.com/profile_images/1321163587679784960/0ZxKlEKB_normal.jpg",
"profile_banner_url": "https://pbs.twimg.com/profile_banners/11348282/1718393721",
"protected": false,
"can_dm": false
}
],
"next_cursor": "0|2035407347207110654"
}
}Your API key
ID of the list
Number of results per page
x >= 1Pagination cursor