twitSandbox1.1

twitSandbox is a web application to support creating applications using the Twitter APIs. It actually processes the methods of almost all and you can confirm what kind of response receives.

Timelines are collections of Tweets, ordered with the most recent first.

Description

Returns the 20 most recent mentions (tweets containing a users's @screen_name) for the authenticating user.

From official documents. GET statuses/mentions_timeline | Twitter Developers

Resource URL

https://api.twitter.com/1.1/statuses/mentions_timeline.json

Parameters

Description

Returns a collection of the most recent Tweets posted by the user indicated by the screen_name or user_id parameters.

From official documents. GET statuses/user_timeline | Twitter Developers

Resource URL

https://api.twitter.com/1.1/statuses/user_timeline.json

Parameters

Description

Returns a collection of the most recent Tweets and retweets posted by the authenticating user and the users they follow.

From official documents. GET statuses/home_timelin | Twitter Developers

Resource URL

https://api.twitter.com/1.1/statuses/home_timeline.json

Parameters

Description

Returns the most recent tweets authored by the authenticating user that have recently been retweeted by others..

From official documents. GET statuses/retweets_of_me | Twitter Developers

Resource URL

https://api.twitter.com/1.1/statuses/retweets_of_me.json

Parameters

Tweets are the atomic building blocks of Twitter, 140-character status updates with additional associated metadata. People tweet for a variety of reasons about a multitude of topics.

Description

Returns up to 100 of the first retweets of a given tweet.

From official documents. GET statuses/retweets/:id | Twitter Developers

Resource URL

https://api.twitter.com/1.1/statuses/retweets/:id.json

Parameters

Description

Returns a single Tweet, specified by the id parameter.

From official documents. GET statuses/show/:id | Twitter Developers

Resource URL

https://api.twitter.com/1.1/statuses/show.json

Parameters

Description

Destroys the status specified by the required ID parameter.

From official documents. POST statuses/destroy/:id | Twitter Developers

Resource URL

https://api.twitter.com/1.1/statuses/destroy/:id.json

Parameters

Description

Updates the authenticating user's current status, also known as tweeting.

From official documents. POST statuses/update | Twitter Developers

Resource URL

https://api.twitter.com/1.1/statuses/update.json

Parameters

Description

Retweets a tweet.

From official documents. POST statuses/retweet/:id | Twitter Developers

Resource URL

https://api.twitter.com/1.1/statuses/retweet/:id.json

Parameters

Description

Updates the authenticating user's current status and attaches media for upload.

From official documents. POST statuses/update_with_media | Twitter Developers

Resource URL

https://api.twitter.com/1.1/statuses/update_with_media.json

Parameters

Description

Returns information allowing the creation of an embedded representation of a Tweet on third party sites.

From official documents. GET statuses/oembed | Twitter Developers

Resource URL

https://api.twitter.com/1.1/statuses/oembed.json

Parameters

Description

Returns a collection of up to 100 user IDs belonging to users who have retweeted the tweet specified by the id parameter.

From official documents. GET statuses/retweeters/ids | Twitter Developers

Resource URL

https://api.twitter.com/1.1/statuses/retweeters/ids.json

Parameters

Description

Returns fully-hydrated tweet objects for up to 100 tweets per request, as specified by comma-separated values passed to the id parameter.

From official documents. GET statuses/lookup | Twitter Developers

Resource URL

https://api.twitter.com/1.1/statuses/lookup.json

Parameters

Users follow their interests on Twitter through both one-way and mutual following relationships.

Description

Returns a collection of user_ids that the currently authenticated user does not want to receive retweets from.

From official documents. GET friendships/no_retweets/ids | Twitter Developers

Resource URL

https://api.twitter.com/1.1/friendships/no_retweets/ids.json

Parameters

Description

Returns a cursored collection of user IDs for every user the specified user is following (otherwise known as their "friends").

From official documents. GET friends/ids | Twitter Developers

Resource URL

https://api.twitter.com/1.1/friends/ids.json

Parameters

Description

Returns a cursored collection of user IDs for every user following the specified user.

From official documents. GET followers/ids | Twitter Developers

Resource URL

https://api.twitter.com/1.1/followers/ids.json

Parameters

Description

Returns a collection of numeric IDs for every user who has a pending request to follow the authenticating user.

From official documents. GET friendships/incoming | Twitter Developers

Resource URL

https://api.twitter.com/1.1/friendships/incoming.json

Parameters

Description

Returns a collection of numeric IDs for every protected user for whom the authenticating user has a pending follow request.

From official documents. GET friendships/outgoing | Twitter Developers

Resource URL

https://api.twitter.com/1.1/friendships/outgoing.json

Parameters

Description

Allows the authenticating users to follow the user specified in the ID parameter.

From official documents. POST friendships/create | Twitter Developers

Resource URL

https://api.twitter.com/1.1/friendships/create.json

Parameters

Description

Allows the authenticating user to unfollow the user specified in the ID parameter.

From official documents. POST friendships/destroy | Twitter Developers

Resource URL

https://api.twitter.com/1.1/friendships/destroy.json

Parameters

Description

Allows one to enable or disable retweets and device notifications from the specified user.

From official documents. POST friendships/update | Twitter Developers

Resource URL

https://api.twitter.com/1.1/friendships/update.json

Parameters

Description

Returns detailed information about the relationship between two arbitrary users.

From official documents. GET friendships/show | Twitter Developers

Resource URL

https://api.twitter.com/1.1/friendships/show.json

Parameters

Description

Returns a cursored collection of user objects for every user the specified user is following (otherwise known as their "friends").

From official documents. GET friends/list | Twitter Developers

Resource URL

https://api.twitter.com/1.1/friends/list.json

Parameters

Description

Returns a cursored collection of user objects for users following the specified user.

From official documents. GET followers/list | Twitter Developers

Resource URL

https://api.twitter.com/1.1/followers/list.json

Parameters

Description

Returns the relationships of the authenticating user to the comma-separated list of up to 100 screen_names or user_ids provided.

From official documents. GET friendships/lookup | Twitter Developers

Resource URL

https://api.twitter.com/1.1/friendships/lookup.json

Parameters

Users are at the center of everything Twitter: they follow, they favorite, and tweet & retweet.

Description

Returns settings (including current trend, geo and sleep time information) for the authenticating user.

From official documents. GET account/settings | Twitter Developers

Resource URL

https://api.twitter.com/1.1/account/settings.json

Parameters

Description

Returns an HTTP 200 OK response code and a representation of the requesting user if authentication was successful; returns a 401 status code and an error message if not.

From official documents. GET account/verify_credentials | Twitter Developers

Resource URL

https://api.twitter.com/1.1/account/verify_credentials.json

Parameters

Description

Updates the authenticating user's settings.

From official documents. POST account/settings | Twitter Developers

Resource URL

https://api.twitter.com/1.1/account/settings.json

Parameters

Description

Sets values that users are able to set under the "Account" tab of their settings page.

From official documents. POST account/update_profile | Twitter Developers

Resource URL

https://api.twitter.com/1.1/account/update_profile.json

Parameters

Description

Updates the authenticating user's profile background image.

From official documents. POST account/update_profile_background_image | Twitter Developers

Resource URL

https://api.twitter.com/1.1/account/update_profile_background_image.json

Parameters

Description

Updates the authenticating user's profile image.

From official documents. POST account/update_profile_image | Twitter Developers

Resource URL

https://api.twitter.com/1.1/account/update_profile_image.json

Parameters

Description

Returns a collection of user objects that the authenticating user is blocking.

From official documents. GET blocks/list | Twitter Developers

Resource URL

https://api.twitter.com/1.1/blocks/list.json

Parameters

Description

Returns an array of numeric user ids the authenticating user is blocking.

From official documents. GET blocks/ids | Twitter Developers

Resource URL

https://api.twitter.com/1.1/blocks/ids.json

Parameters

Description

Blocks the specified user from following the authenticating user.

From official documents. POST blocks/create | Twitter Developers

Resource URL

https://api.twitter.com/1.1/blocks/create.json

Parameters

Description

Un-blocks the user specified in the ID parameter for the authenticating user.

From official documents. POST blocks/destroy | Twitter Developers

Resource URL

https://api.twitter.com/1.1/blocks/destroy.json

Parameters

Description

Returns fully-hydrated user objects for up to 100 users per request, as specified by comma-separated values passed to the user_id and/or screen_name parameters.

From official documents. GET users/lookup | Twitter Developers

Resource URL

https://api.twitter.com/1.1/users/lookup.json

Parameters

Description

Returns a variety of information about the user specified by the required user_id or screen_name parameter.

From official documents. GET users/show | Twitter Developers

Resource URL

https://api.twitter.com/1.1/users/show.json

Parameters

Description

Removes the uploaded profile banner for the authenticating user. Returns HTTP 200 upon success.

From official documents. POST account/remove_profile_banner | Twitter Developers

Resource URL

https://api.twitter.com/1.1/account/remove_profile_banner.json

Parameters

None

Description

Uploads a profile banner on behalf of the authenticating user.

From official documents. POST account/update_profile_banner | Twitter Developers

Resource URL

https://api.twitter.com/1.1/account/update_profile_banner.json

Parameters

The Base64-encoded or raw image data being uploaded as the user's new profile banner.

Description

Returns a map of the available size variations of the specified user's profile banner.

From official documents. GET users/profile_banner | Twitter Developers

Resource URL

https://api.twitter.com/1.1/users/profile_banner.json

Parameters

Description

Mutes the user specified in the ID parameter for the authenticating user.

From official documents. POST mutes/users/create | Twitter Developers

Resource URL

https://api.twitter.com/1.1/mutes/users/create.json

Parameters

Description

Un-mutes the user specified in the ID parameter for the authenticating user.

From official documents. POST mutes/users/destroy | Twitter Developers

Resource URL

https://api.twitter.com/1.1/mutes/users/destroy.json

Parameters

Description

Un-mutes the user specified in the ID parameter for the authenticating user.

From official documents. GET mutes/users/ids | Twitter Developers

Resource URL

https://api.twitter.com/1.1/mutes/users/ids.json

Parameters

Description

Un-mutes the user specified in the ID parameter for the authenticating user.

From official documents. GET mutes/users/list | Twitter Developers

Resource URL

https://api.twitter.com/1.1/mutes/users/list.json

Parameters

Categorical organization of users that others may be interested to follow.

Description

Access the users in a given category of the Twitter suggested user list.

From official documents. GET users/suggestions/:slug | Twitter Developers

Resource URL

https://api.twitter.com/1.1/users/suggestions/:slug.json

Parameters

Description

Access to Twitter's suggested user list.

From official documents. GET users/suggestions | Twitter Developers

Resource URL

https://api.twitter.com/1.1/users/suggestions.json

Parameters

Description

Access the users in a given category of the Twitter suggested user list and return their most recent status if they are not a protected user.

From official documents. GET users/suggestions/:slug/members | Twitter Developers

Resource URL

https://api.twitter.com/1.1/users/suggestions/:slug/members.json

Parameters

Users favorite tweets to give recognition to awesome tweets, to curate the best of Twitter, to save for reading later, and a variety of other reasons. Likewise, developers make use of "favs" in many different ways.

Description

Returns the 20 most recent Tweets favorited by the authenticating or specified user.

From official documents. GET favorites/list | Twitter Developers

Resource URL

https://api.twitter.com/1.1/favorites/list.json

Parameters

Description

Un-favorites the status specified in the ID parameter as the authenticating user.

From official documents. POST favorites/destroy | Twitter Developers

Resource URL

https://api.twitter.com/1.1/favorites/destroy.json

Parameters

Description

Favorites the status specified in the ID parameter as the authenticating user.

From official documents. POST favorites/create | Twitter Developers

Resource URL

https://api.twitter.com/1.1/favorites/create.json

Parameters

Lists are collections of tweets, culled from a curated list of Twitter users. List timeline methods include tweets by all members of a list.

Description

Returns all lists the authenticating or specified user subscribes to, including their own.

From official documents. GET lists/list | Twitter Developers

Resource URL

https://api.twitter.com/1.1/lists/list.json

Parameters

Description

Returns tweet timeline for members of the specified list.

From official documents. GET lists/statuses | Twitter Developers

Resource URL

https://api.twitter.com/1.1/lists/statuses.json

Parameters

Description

Removes the specified member from the list.

From official documents. POST lists/members/destroy | Twitter Developers

Resource URL

https://api.twitter.com/1.1/lists/members/destroy.json

Parameters

Description

Returns the lists the specified user has been added to.

From official documents. GET lists/memberships | Twitter Developers

Resource URL

https://api.twitter.com/1.1/lists/memberships.json

Parameters

Description

Returns the subscribers of the specified list.

From official documents. GET lists/subscribers | Twitter Developers

Resource URL

https://api.twitter.com/1.1/lists/subscribers.json

Parameters

Description

Subscribes the authenticated user to the specified list.

From official documents. POST lists/subscribers/create | Twitter Developers

Resource URL

https://api.twitter.com/1.1/lists/subscribers/create.json

Parameters

Description

Check if the specified user is a subscriber of the specified list.

From official documents. GET lists/subscribers/show | Twitter Developers

Resource URL

https://api.twitter.com/1.1/lists/subscribers/show.json

Parameters

Description

Unsubscribes the authenticated user from the specified list.

From official documents. POST lists/subscribers/destroy | Twitter Developers

Resource URL

https://api.twitter.com/1.1/lists/subscribers/destroy.json

Parameters

Description

Adds multiple members to a list, by specifying a comma-separated list of member ids or screen names.

From official documents. POST lists/members/create_all | Twitter Developers

Resource URL

https://api.twitter.com/1.1/lists/members/create_all.json

Parameters

Description

Check if the specified user is a member of the specified list.

From official documents. GET lists/members/show | Twitter Developers

Resource URL

https://api.twitter.com/1.1/lists/members/show.json

Parameters

Description

Returns the members of the specified list.

From official documents. GET lists/members | Twitter Developers

Resource URL

https://api.twitter.com/1.1/lists/members.json

Parameters

Description

Add a member to a list.

From official documents. POST lists/members/create | Twitter Developers

Resource URL

https://api.twitter.com/1.1/lists/members/create.json

Parameters

Description

Deletes the specified list.

From official documents. POST lists/destroy | Twitter Developers

Resource URL

https://api.twitter.com/1.1/lists/destroy.json

Parameters

Description

Updates the specified list.

From official documents. POST lists/update | Twitter Developers

Resource URL

https://api.twitter.com/1.1/lists/update.json

Parameters

Description

Creates a new list for the authenticated user.

From official documents. POST lists/create | Twitter Developers

Resource URL

https://api.twitter.com/1.1/lists/create.json

Parameters

Description

Returns the specified list.

From official documents. GET lists/show | Twitter Developers

Resource URL

https://api.twitter.com/1.1/lists/show.json

Parameters

Description

Obtain a collection of the lists the specified user is subscribed to, 20 lists per page by default.

From official documents. GET lists/subscriptions | Twitter Developers

Resource URL

https://api.twitter.com/1.1/lists/subscriptions.json

Parameters

Description

Removes multiple members from a list, by specifying a comma-separated list of member ids or screen names.

From official documents. POST lists/members/destroy_all | Twitter Developers

Resource URL

https://api.twitter.com/1.1/lists/members/destroy_all.json

Parameters

Description

Returns the lists owned by the specified Twitter user.

From official documents. GET lists/ownerships | Twitter Developers

Resource URL

https://api.twitter.com/1.1/lists/ownerships.json

Parameters

Allows users to save references to search criteria for reuse later.

Description

Returns the authenticated user's saved search queries.

From official documents. GET saved_searches/list | Twitter Developers

Resource URL

https://api.twitter.com/1.1/saved_searches/list.json

Parameters

Description

Retrieve the information for the saved search represented by the given id.

From official documents. GET saved_searches/show/:id | Twitter Developers

Resource URL

https://api.twitter.com/1.1/saved_searches/show/:id.json

Parameters

Description

Create a new saved search for the authenticated user.

From official documents. POST saved_searches/create | Twitter Developers

Resource URL

https://api.twitter.com/1.1/saved_searches/create.json

Parameters

Description

Destroys a saved search for the authenticating user.

From official documents. POST saved_searches/destroy/:id | Twitter Developers

Resource URL

https://api.twitter.com/1.1/saved_searches/destroy/:id.json

Parameters

Users tweet from all over the world. These methods allow you to attach location data to tweets and discover tweets & locations.

Description

Returns all the information about a known place.

From official documents. GET geo/id/:place_id | Twitter Developers

Resource URL

https://api.twitter.com/1.1/geo/id/:place_id.json

Parameters

Description

Given a latitude and a longitude, searches for up to 20 places that can be used as a place_id when updating a status.

From official documents. GET geo/reverse_geocode | Twitter Developers

Resource URL

https://api.twitter.com/1.1/geo/reverse_geocode.json

Parameters

These methods are used to report user accounts as spam accounts.

Description

The user specified in the id is blocked by the authenticated user and reported as a spammer.

From official documents. POST users/report_spam | Twitter Developers

Resource URL

https://api.twitter.com/1.1/users/report_spam.json

Parameters

Twitter uses OAuth for authentication. Be sure and read about Using OAuth 1.0a.

Description

Allows a Consumer application to use an OAuth request_token to request user authorization.

From official documents. GET oauth/authenticate | Twitter Developers

Resource URL

https://api.twitter.com/oauth/authenticate

Parameters

Description

Allows a Consumer application to use an OAuth Request Token to request user authorization.

From official documents. GET oauth/authorize | Twitter Developers

Resource URL

https://api.twitter.com/oauth/authorize

Parameters

Description

Allows a Consumer application to exchange the OAuth Request Token for an OAuth Access Token.

From official documents. POST oauth/access_token | Twitter Developers

Resource URL

https://api.twitter.com/oauth/access_token

Parameters

Description

Allows a Consumer application to obtain an OAuth Request Token to request user authorization.

From official documents. POST oauth/request_token | Twitter Developers

Resource URL

https://api.twitter.com/oauth/request_token

Parameters

Description

Allows a registered application to obtain an OAuth 2 Bearer Token, which can be used to make API requests on an application's own behalf, without a user context. This is called Application-only authentication.

From official documents. POST oauth2/token | Twitter Developers

Resource URL

https://api.twitter.com/oauth2/token

Parameters

Description

Allows a registered application to revoke an issued OAuth 2 Bearer Token by presenting its client credentials.

From official documents. POST oauth2/invalidate_token | Twitter Developers

Resource URL

https://api.twitter.com/oauth2/invalidate_token

Parameters