Recent search counts
Returns Tweet Counts from the last 7 days that match a search query.
Query parameters
One query/rule/filter for matching Tweets. Refer to https://t.co/rulelength to identify the max query length.
YYYY-MM-DDTHH:mm:ssZ. The oldest UTC timestamp (from most recent 7 days) from which the Tweets will be provided. Timestamp is in second granularity and is inclusive (i.e. 12:00:01 includes the first second of the minute).
YYYY-MM-DDTHH:mm:ssZ. The newest, most recent UTC timestamp to which the Tweets will be provided. Timestamp is in second granularity and is exclusive (i.e. 12:00:01 excludes the first second of the minute).
Unique identifier of this Tweet. This is returned as a string in order to avoid complications with languages and tools that cannot handle large integers.
Returns results with a Tweet ID greater than (that is, more recent than) the specified ID.
Unique identifier of this Tweet. This is returned as a string in order to avoid complications with languages and tools that cannot handle large integers.
Returns results with a Tweet ID less than (that is, older than) the specified ID.
A base36 pagination token.
This parameter is used to get the next 'page' of results. The value used with the parameter is pulled directly from the response provided by the API, and should not be modified.
A base36 pagination token.
This parameter is used to get the next 'page' of results. The value used with the parameter is pulled directly from the response provided by the API, and should not be modified.
The granularity for the search counts results.
The fields available for a SearchCount object.
A comma separated list of SearchCount fields to display.
[ "end", "start", "tweet_count" ]
Response
The request has succeeded.