curl --request GET \
--url 'https://api.xshot.fun/twitter/trends?api_key='[
{
"trends": [
{
"name": "<string>",
"url": "<string>",
"tweet_volume": 123,
"query": "<string>"
}
],
"as_of": "<string>",
"locations": [
{
"name": "<string>",
"woeid": 123
}
]
}
]Get current trending topics.
Common WOEIDs: 1 (Worldwide), 23424977 (USA), 23424975 (UK), 718345 (Italy)
curl --request GET \
--url 'https://api.xshot.fun/twitter/trends?api_key='[
{
"trends": [
{
"name": "<string>",
"url": "<string>",
"tweet_volume": 123,
"query": "<string>"
}
],
"as_of": "<string>",
"locations": [
{
"name": "<string>",
"woeid": 123
}
]
}
]