This endpoint presents the RouteConverter API for categories in the system.

GET /v1/categories/4208/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sat, 14 Oct 2023 16:14:53 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/7717/",
    "name": "4x4 & Quad & ATV & Trike",
    "children": [
        {
            "name": "Morocco - Marruecos",
            "url": "https://api.routeconverter.com/v1/categories/4209/"
        },
        {
            "name": "Deutschland (Germany)",
            "url": "https://api.routeconverter.com/v1/categories/6894/"
        }
    ],
    "routes": [],
    "url": "https://api.routeconverter.com/v1/categories/4208/"
}