StatsHub Docs
Endpoint referenceCategory

/category

GET
/api/v2/category

Response Body

application/json

application/problem+json

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