Agara
Home

Sports chip strip

Top leagues under the sports category, ranked by aggregated event volume, plus a "view all" affordance.

GET
/api/v1/home/sports/chips
curl -X GET "https://app.agara.xyz/api/v1/home/sports/chips"

Success

{
  "key": "sports",
  "chips": [
    {
      "label": "string",
      "url": "string",
      "logo_url": "string"
    }
  ],
  "view_all": {
    "label": "string",
    "url": "string"
  }
}