Categories
Get a specific category by slug
X-API-KEY<token>
User API key. Get your API key from the dashboard at /settings/developer
In: header
Path Parameters
slugstring
Category slug
Query Parameters
gameSlug?string
Game slug (recommended for uniqueness when multiple games have categories with the same slug)
Response Body
curl -X GET "https://api.emudevs.gg/v1/categories/slug/string?gameSlug=string"{
"id": "string",
"name": "string",
"slug": "string",
"description": "string",
"icon": "string",
"game": {
"id": "string",
"name": "string",
"slug": "string",
"gameIcon": "string"
},
"createdAt": "string",
"updatedAt": "string"
}Empty