Live Twitter Feed

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

The Live Twitter Feed method returns an array of live tweets related to a live event. This method should be used in conjunction with the Twitter Streaming API with users obtaining an initial state via this endpoint and then receiving future updates through the Streaming API.

The Twitter stream provides live text commentary of a race via @triathlonlive as well as returning event specific hashtags e.g. #WTSEdmonton. The Live Twitter Feed returns an array of Tweet objects which may be filtered to produce the desired outcome.

Where event hashtags are being used if the published parameter is set to false this will return an unfiltered list of all Tweets matching the hashtag. If you wish to use a moderated stream then using published=true will restrict to either approved accounts or moderated comments.

Query Params
int32
Defaults to 10

How many tweets to be returned per page

int32

The page number to be returned

boolean
Defaults to true

Only display tweets that have passed moderation

date

Only show tweets published after the start_date

date

Only show tweets published before end_date

boolean
Defaults to false

Exclude retweets from the results

boolean
Defaults to false

Exclude replies from the results

string

Restrict results to a specific Twitter screen_name

int32

Only return Tweets after this id

int32

Only return Tweets before this id

string

Filter Tweets for a word or hashtag

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json