Twitter Search API Method: trends daily

Page history last edited by Doug Williams 5 mos ago

<< Back to Twitter API Documentation

 

trends/daily

Returns the top 20 trending topics for each hour in a given day.

method status | report a bug

 

URL:

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

 

Format: 

json

 

HTTP Method:

GET

 

Requires Authentication (about authentication):

false

 

API rate limited (about rate limiting):

1 call per request 

 

Parameters:

 

Response (about return values): 

          JSON example (truncated):

{"trends":{"2009-03-19 21:00":[{"query":"AIG","name":"AIG"},... truncated ...],... truncated ...},"as_of":1239656409}

 

Usage examples: 

cURL (about cURL):

curl http://search.twitter.com/trends/daily.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.