StatsHub Docs
APIEndpoint referenceCategory

/category/{id}

GET
/api/v2/category/{id}

Path Parameters

id*integer
Formatint64

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/api/v2/category/0"
{  "$schema": "https://example.com/schemas/Categories.json",  "alpha2": "string",  "flag": "string",  "id": 0,  "name": "string",  "slug": "string"}