Twitter Search API Method: trends weekly

Page history last edited by Doug Williams 5 mos ago

<< Back to Twitter API Documentation

 

trends/weekly

Returns the top 30 trending topics for each day in a given week.

method status | report a bug

 

URL:

http://search.twitter.com/trends/weekly.format

 

Format: 

json

 

HTTP Method:

GET

 

Requires Authentication (about authentication):

false

 

API rate limited (about rate limiting):

true

 

Parameters:

 

Response (about return values): 

          JSON example (truncated):

{"trends":{"2009-03-18":[{"query":"#sxsw OR SXSW","name":"#sxsw"},... truncated ...}],... truncated ...},"as_of":1239656690}

 

Usage examples: 

cURL (about cURL):

curl http://search.twitter.com/trends/weekly.json

 

          Do you have an example to share in the language of your choice? Please share!

 

<< Back to Twitter API Documentation

Comments (0)

You don't have permission to comment on this page.