Twitter REST API Method: saved_searches show

Page history last edited by Doug Williams 5 mos ago

<< Back to Twitter API Documentation

 

saved_searches/show

Retrieve the data for a saved search owned by the authenticating user specified by the given id.

method status | report a bug

 

URL:

http://twitter.com/saved_searches/show/id.format

 

Formats: 

xml, json

 

HTTP Method(s):

GET

 

Requires Authentication (about authentication):

true

 

API rate limited (about rate limiting):

true

 

Parameters:

  • id.  Required.  The id of the saved search to be retrieved.
    • Example: http://twitter.com/saved_searches/show/313006.xml

 

Response (about return values): 

          XML example (truncated):

<?xml version="1.0" encoding="UTF-8"?>

<saved_search>

<id>313006</id>

<name>twitter api</name>

<query>twitter api</query>

<position></position>

<created_at>Thu Jun 04 21:54:17 +0000 2009</created_at>

</saved_search>

 

Usage examples: 

cURL (about cURL):

curl -u user:password http://twitter.com/saved_searches/show/313006.xml

 

          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.