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.
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
}