|
GET lists/subscribers/show |
Check if the specified user is a subscriber of the specified list. Returns the user if they are subscriber. |
|
GET lists/subscribers |
Returns the subscribers of the specified list. Private list subscribers will only be shown if the authenticated user owns the specified list. |
|
GET lists/show |
Returns the specified list. Private lists will only be shown if the authenticated user owns the specified list. |
|
GET lists/members/show |
Check if the specified user is a member of the specified list. |
|
GET lists/members |
Returns the members of the specified list. Private list members will only be shown if the authenticated user owns the specified list. |
|
GET help/tos |
Returns the Twitter Terms of Service in the requested format. These are not the same as the Developer Rules of the Road. |
|
GET help/privacy |
Returns Twitter's Privacy Policy. |
|
GET help/languages |
Returns the list of languages supported by Twitter along with their ISO 639-1 code. The ISO 639-1 code is the two letter value to use if you include lang with any of your requests. |
|
GET help/configuration |
Returns the current configuration used by Twitter including twitter.com slugs which are not usernames, maximum photo resolutions, and t.co URL lengths.
It is recommended applications request this endpoint when they are loaded, but no more than once a day. |
|
GET friends/list |
Returns a cursored collection of user objects for every user the specified user is following (otherwise known as their "friends").
At this time, results are ordered with the most recent following first — however, this ordering is subject to unannounced change and eventual consistency issues... |
|
GET friends/ids |
Returns a cursored collection of user IDs for every user the specified user is following (otherwise known as their "friends").
At this time, results are ordered with the most recent following first — however, this ordering is subject to unannounced change and eventual consistency issues.... |
|
GET followers/list |
Returns a cursored collection of user objects for users following the specified user.
At this time, results are ordered with the most recent following first — however, this ordering is subject to unannounced change and eventual consistency issues. Results are given in groups of 20 users and... |
|
GET followers/ids |
Returns a cursored collection of user IDs for every user following the specified user.
At this time, results are ordered with the most recent following first — however, this ordering is subject to unannounced change and eventual consistency issues. Results are given in groups of 5,000 user... |
|
GET favorites/list |
Returns the 20 most recent Tweets favorited by the authenticating or specified user. |