Data API
Get List Details
Retrieves detailed information about a Twitter List by its ID.
get/twitter/list/{list_id}
Path parameters
list_idstring required
The numeric ID of the desired list. When using languages where the list_id value exceeds the default Integer type limit (e.g., JavaScript), you should store list_id as a String. Use the id_str property returned by the API for these values.
Response
Request succeeded
object required
Twitter List details