Agara
Categories

Category resource

Single-category lookup. Reports which event-type buckets (game, multi_outcome, proposition) have events under this category or any of its descendants.

GET
/api/v1/categories/{slug}

Path Parameters

slug
Required
string

Category slug.

curl -X GET "https://app.agara.xyz/api/v1/categories/string"

Success

{
  "id": "string",
  "slug": "string",
  "label": "string",
  "event_types": {
    "game": true,
    "multi_outcome": true,
    "proposition": true
  }
}