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

GET /v1/categories/4208/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sat, 20 Dec 2025 03:49:16 GMT
Vary: Accept

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