cURL
curl --request POST \ --url https://api.apitwitter.com/twitter/lists/{list_id}/info \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "cookie": "<string>", "proxy": "<string>" } '
{ "data": { "id": "1879298220892504449", "name": "Tech Leaders", "description": "Top voices in technology", "member_count": 25, "subscriber_count": 150, "created_at": "Mon Jan 15 12:00:00 +0000 2025", "is_private": false, "owner": { "id": "44196397", "userName": "elonmusk", "name": "Elon Musk", "screen_name": "elonmusk" } } }
GET Twitter/X list details by list ID via ApiTwitter API. Returns list name, description, member count, and metadata.
Your API key
ID of the list
Twitter auth cookie
Proxy URL to use for the request (HTTP or SOCKS5)
List data
Response status
"success"
Response message
Response data