Logo
Twitter API Documentation

Filtered Stream

Number of APIs: 3


1. Retrieve Rules

GET https://api.twitter.com/2/tweets/search/stream/rules

Returns a list of filter rules currently active on the streaming endpoint.



2. Delete Rules (by rule value)

POST https://api.twitter.com/2/tweets/search/stream/rules

Delete filter rules. To delete one or more rules, submit a delete object payload with an array of rule values to delete.



3. Stream (see description)

GET https://api.twitter.com/2/tweets/search/stream

Streams Tweets in real-time based on a specific set of filter rules.

Please note streaming responses are currently not supported in Qodex. Use this to help form your request, then click on Code > cURL. Copy the cURL command and paste in terminal to view the response.



ENDPOINTS