GET
/2/lists/{id}
curl \
-X GET https://api.twitter.com/2/lists/1146654567674912769 \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"data": {
"id": "1146654567674912769",
"name": "string",
"created_at": "2023-05-04T09:42:00+00:00",
"description": "string",
"follower_count": 42,
"member_count": 42,
"owner_id": "2244994945",
"private": true
},
"includes": {
"users": [
{
"id": "2244994945",
"created_at": "2013-12-14T04:35:55Z",
"name": "Twitter Dev",
"username": "TwitterDev",
"protected": false
}
]
},
"errors": [
{
"type": "string",
"title": "string",
"detail": "string",
"status": 42
}
]
}
Response examples (200)
{
"data": {
"id": "1146654567674912769",
"name": "string",
"created_at": "2025-05-04T09:42:00Z",
"description": "string",
"follower_count": 42,
"member_count": 42,
"owner_id": "2244994945",
"private": true
},
"includes": {
"users": [
{
"id": "2244994945",
"name": "Twitter Dev",
"username": "TwitterDev",
"protected": false,
"created_at": "2013-12-14T04:35:55Z"
}
]
},
"errors": [
{
"type": "string",
"title": "string",
"detail": "string",
"status": 42
}
]
}
Response examples (default)
{
"code": 42,
"message": "string"
}
Response examples (default)
{
"code": 42,
"message": "string"
}