StatsHub Docs
APIEndpoint referenceCategory

/category/{id}

GET
/api/category/{id}

Path Parameters

id*integer
Formatint64

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/category/0"
{  "alpha2": "string",  "flag": "string",  "id": 0,  "name": "string",  "slug": "string"}