name, the name of trend.
url, the url to see the tweets
for that trend.
lang, restricts the tweets to a given language, lang must
be given by an rpp, the number of tweets to return per page,
up to a max of 100.
page, the page number to return, up to a max of
roughly 1500 results (based on rpp * page)
since_id, returns tweets with status ids
greater than the given id.
show_user, when "true", adds ">user<:"
to the beginning of the tweet. This is useful for readers
that do not display Atom's author field. The default is "false"
geocode, 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 "latitude,longitude,radius", where radius units must
be specified as either "mi" (miles) or "km" (kilometers).
getResponseType() and setResponseType()
allow you to retrieve and modify the response type of the search
between JSON and ATOM.