|
GET lists/show |
Returns the specified list. Private lists will only be shown if the authenticated user owns the specified list. |
|
GET account/rate_limit_status |
Returns the remaining number of API requests available to the requesting user before the API limit is reached for the current hour. Calls to rate_limit_status do not count against the rate limit. If authentication credentials are provided, the rate limit status for the authenticating user is... |
|
GET users/suggestions/:slug |
Access the users in a given category of the Twitter suggested user list.
It is recommended that end clients cache this data for no more than one hour. |
|
GET users/suggestions |
Access to Twitter's suggested user list. This returns the list of suggested user categories. The category can be used in GET users/suggestions/:slug to get the users in that category. |
|
POST account/update_delivery_device |
Sets which device Twitter delivers updates to for the authenticating user. Sending none as the device parameter will disable SMS updates. |
|
POST account/update_profile |
Sets values that users are able to set under the "Account" tab of their settings page. Only the parameters specified will be updated. |
|
POST account/update_profile_background_image |
Updates the authenticating user's profile background image. This method can also be used to enable or disable the profile background image.
Although each parameter is marked as optional, at least one of image, tile or use must be provided when making this request. |
|
POST account/update_profile_colors |
Sets one or more hex values that control the color scheme of the authenticating user's profile page on twitter.com. Each parameter's value must be a valid hexidecimal value, and may be either three or six characters (ex: #fff or #ffffff). |
|
GET account/totals |
Returns the current count of friends, followers, updates (statuses) and favorites of the authenticating user. |
|
GET account/settings |
Returns settings (including current trend, geo and sleep time information) for the authenticating user. |
|
POST account/settings |
Updates the authenticating user's settings. |
|
POST notifications/follow |
Enables device notifications for updates from the specified user. Returns the specified user when successful. |
|
POST notifications/leave |
Disables notifications for updates from the specified user to the authenticating user. Returns the specified user when successful. |
|
GET saved_searches |
Returns the authenticated user's saved search queries. |
|
GET saved_searches/show/:id |
Retrieve the information for the saved search represented by the given id. The authenticating user must be the owner of saved search ID being requested. |
|
POST saved_searches/create |
Create a new saved search for the authenticated user. A user may only have 25 saved searches. |
|
POST saved_searches/destroy/:id |
Destroys a saved search for the authenticating user. The authenticating user must be the owner of saved search id being destroyed. |
|
GET geo/nearby_places |
This method is deprecated and has been replaced by geo/search. Please update your applications with the new endpoint. |
|
GET help/test |
Returns the string "ok" in the requested format with a 200 OK HTTP status code.
This method is great for sending a HEAD request to determine our servers current time. |
|
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. |