Skip to main content
GET
/
trends
Trends List
curl --request GET \
  --url https://api.sorsa.io/v3/trends \
  --header 'ApiKey: <api-key>'
{
  "trends": [
    {
      "name": "<string>",
      "query": "<string>",
      "url": "<string>"
    }
  ]
}

Authorizations

ApiKey
string
header
required

Query Parameters

woeid
integer
required

WOEID (Where On Earth IDentifier) of the location to get trends for Woeid list: https://gist.github.com/tedyblood/5bb5a9f78314cc1f478b3dd7cde790b9

Response

OK