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>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.sorsa.io/llms.txt

Use this file to discover all available pages before exploring further.

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