log inhelp
PBworks will undergo network maintenance and be unavailable for up to 15 minutes, between 8 and 9 PM Pacific on Wednesday, 12/29.
Twitter exposes its data via an Application Programming Interface (API). This document is the official reference for that functionality.
The concepts every developer should know before interacting with the API.
Stream public statuses in near real-time over a persistent connection. Sampled or filtered by track keyword or by userid.
In addition to the Streaming API, the Twitter API includes the following RESTful methods to send and receive Twitter data.
search
statuses/public_timeline
statuses/home_timeline
statuses/friends_timeline
statuses/user_timeline
statuses/mentions
statuses/retweeted_by_me
statuses/retweeted_to_me
statuses/retweets_of_me
statuses/show
statuses/update
statuses/destroy
statuses/retweet
statuses/retweets
statuses/id/retweeted_by
statuses/id/retweeted_by/ids
users/show
users/lookup
users/search
users/suggestions
users/suggestions/category
statuses/friends
statuses/followers
POST lists (create)
POST lists id (update)
GET lists (index)
GET list id (show)
DELETE list id (destroy)
GET list statuses
GET list memberships
GET list subscriptions
GET list members
POST list members
DELETE list members
GET list members id
GET list subscribers
POST list subscribers
DELETE list subscribers
GET list subscribers id
direct_messages
direct_messages/sent
direct_messages/new
direct_messages/destroy
friendships/create
friendships/destroy
friendships/exists
friendships/show
friendships/incoming
friendships/outgoing
friends/ids
followers/ids
account/verify_credentials
account/rate_limit_status
account/end_session
account/update_delivery_device
account/update_profile_colors
account/update_profile_image
account/update_profile_background_image
account/update_profile
favorites
favorites/create
favorites/destroy
notifications/follow
notifications/leave
blocks/create
blocks/destroy
blocks/exists
blocks/blocking
blocks/blocking/ids
report_spam
Saved Searches Methods
saved_searches
saved_searches/show
saved_searches/create
saved_searches/destroy
OAuth Methods
oauth/request_token
oauth/authorize
oauth/authenticate
oauth/access_token
Trends Methods
trends/available
trends/location
trends
trends/current
trends/daily
trends/weekly
Geo methods
geo/nearby_places
geo/reverse_geocode
geo/id
Help Methods
help/test
Applications send information throught the HTTP response codes and error messages.
API methods return elements of data. These elements contain a known set of fields.
The API is free, but here are the words to code by.
Insert links to other pages or uploaded files.
Tip: To turn text into a link, highlight the text, then click on a page or file from the list above.
You don't have permission to comment on this page.
FAQ
Twitter API Documentation
Getting Started
API Changelog
Libraries
Tutorials
Open source
Comments (0)
You don't have permission to comment on this page.