Full archive search counts
GET
/2/tweets/counts/all
Tweets
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.twitter.com/2/tweets/counts/all?query='
Response Response Example
200 - Example 1
{
"data": [
{
"end": "2019-08-24T14:15:22Z",
"start": "2019-08-24T14:15:22Z",
"tweet_count": 0
}
],
"errors": [
{
"detail": "string",
"title": "string",
"status": 0,
"type": "about:blank"
}
],
"meta": {
"next_token": "string",
"total_tweet_count": 0
}
}
Request
Query Params
query
string
required
start_time
string
optional
end_time
string
optional
since_id
string
optional
until_id
string
optional
next_token
string
optional
granularity
string
optional
Responses
Modified at 2022-09-10 21:25:17