Twitter Scraper

ENDPOINTS
GET/lists/details

List Details

Get a list's name, description, member and subscriber counts, owner and creation date.

QUERY PARAMS

List ID or list link (x.com/i/lists/<id> or x.com/<owner>/lists/<slug>).

Examples:

  • ID: 1343798673386434560
  • URL: https://x.com/i/lists/1343798673386434560
{
  "list": {
    "id": "1343798673386434560",
    "name": "Marvel/Star Wars",
    "slug": "marvel-star-wars-34765",
    "link": "https://x.com/i/lists/1343798673386434560",
    "description": null,
    "is_private": false,
    "members_count": 19,
    "subscribers_count": 5508,
    "created_at": "2020-12-29T05:59:04Z",
    "owner": {
      "id": "1567348212",
      "username": "nelligan_14",
      "name": "Jack Nelligan",
      "link": "https://x.com/nelligan_14",
      "profile_image": "https://pbs.twimg.com/profile_images/1272973617509220352/S9Ipf986_400x400.jpg",
      "is_blue_verified": null,
      "is_verified": false,
      "followers_count": 510
    }
  }
}