Retrieves the count of Posts from the last 7 days matching a search query.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
One query/rule/filter for matching Posts. Refer to https://t.co/rulelength to identify the max query length.
1 - 4096"(from:TwitterDev OR from:TwitterAPI) has:media -is:retweet"
YYYY-MM-DDTHH:mm:ssZ. The oldest UTC timestamp (from most recent 7 days) from which the Posts 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 Posts will be provided. Timestamp is in second granularity and is exclusive (i.e. 12:00:01 excludes the first second of the minute).
Returns results with a Post 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.
"1346889436626259968"
Returns results with a Post ID less than (that is, older 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.
"1346889436626259968"
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.
1This 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.
1The granularity for the search counts results.
minute, hour, day A comma separated list of SearchCount fields to display. The fields available for a SearchCount object.
1end, start, tweet_count ["end", "start", "tweet_count"]