Skip to main content
GET
https://xquik.com/api/v1
/
trends
List Trends
curl --request GET \
  --url https://xquik.com/api/v1/trends \
  --header 'x-api-key: <api-key>'
This endpoint does not count against your monthly usage quota.
curl "https://xquik.com/api/v1/trends?woeid=1&count=30" \
  -H "x-api-key: xq_a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2" | jq

Headers

x-api-key
string
required
Your API key. Generate one from the dashboard.

Query Parameters

woeid
number
Region WOEID. See regions table below. Default: 1 (Worldwide).
count
number
Number of trends to return. Max 50, default 30.

Response

Array of trending topics.
total
number
Full count of available trends before slicing by count.
woeid
number
Region WOEID used for this request.
{
  "trends": [
    {
      "name": "#SuperBowl",
      "description": "Trending in United States",
      "rank": 1,
      "query": "%23SuperBowl"
    },
    {
      "name": "Taylor Swift",
      "rank": 2,
      "query": "%22Taylor%20Swift%22"
    }
  ],
  "total": 50,
  "woeid": 1
}

Regions

WOEIDRegion
1Worldwide
23424977United States
23424975United Kingdom
23424969Turkey
23424950Spain
23424829Germany
23424819France
23424856Japan
23424848India
23424768Brazil
23424775Canada
23424900Mexico