Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url 'https://api.xshot.fun/twitter/user/lists?api_key='
{ "lists": [ { "id": "<string>", "name": "<string>", "description": "<string>", "mode": "Public", "member_count": 123, "subscriber_count": 123, "created_at": 123, "following": true, "is_member": true, "muting": true, "banner_url": "<string>", "owner": { "id": "<string>", "name": "<string>", "username": "<string>", "profile_image": "<string>", "verified": true, "followers_count": 123 } } ], "next_cursor": "<string>", "has_next_page": true }
Get the Twitter lists a user is a member of.
Paginated list memberships
Show child attributes