api
Xtrand

How To Use

Endpoint Search

https://api.i-as.dev/api/xtrend?q={countryName}

Response

{
  "trends": [
    {
      "position": "string",
      "name": "string",
      "tweetCount": "string"
    },
    // More data
  ]
}

Endpoint Category

https://api.i-as.dev/api/xtrend/country

Response

{
  "trends": [
    {
      "country": "string",
      "url": "url"
    },
    // More data
  ]
}