Returns tweets that match a specified query.
URL: http://search.twitter.com/search.{{response_format}}
API rate limited: 1 call per request
Optional Parameters:
The search query string including search operators
Only available for JSON format. If supplied, the response will use the JSONP format with a callback of the given name.
Restricts tweets to the given language, given by an ISO 639-1 code.
The number of tweets to return per page, up to a max of 100.
The page number (starting at 1) to return, up to a max of roughly 1500 results (based on rpp * page. Note: there are pagination limits.
Returns tweets with status ids greater than the given id.
Returns tweets by users located within a given radius of the given latitude/longitude, where the user's location is taken from their Twitter profile. The parameter value is specified by "latitide,longitude,radius", where radius units must be specified as either "mi" (miles) or "km" (kilometers). Note that you cannot use the near operator via the API to geocode arbitrary locations; however you can use this geocode parameter to search near geocodes directly.
When true, prepends ":" to the beginning of the tweet. This is useful for readers that do not display Atom's author field. The default is false.
Specify the language of the query you are sending (only ja is currently effective). This is intended for language-specific clients and the default should work in the majority of cases.
Returns tweets with status ids less than the given id.
Returns tweets with since the given date. Date should be formatted as YYYY-MM-DD
Returns tweets with generated before the given date. Date should be formatted as YYYY-MM-DD
* You need to Sign in with Twitter first to make authenticated request.
Built by Ricky (@r1cky on Twitter)