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

GET /v1/categories/947/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Thu, 06 Nov 2025 15:03:09 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/1/?format=api",
    "name": "Wassersport (On the water)",
    "children": [
        {
            "name": "Segeln (Sailing, Zeilsport)",
            "url": "https://api.routeconverter.com/v1/categories/442/?format=api"
        },
        {
            "name": "Paddeln (Canoeing)",
            "url": "https://api.routeconverter.com/v1/categories/788/?format=api"
        },
        {
            "name": "Karibik (Caribbean Sea)",
            "url": "https://api.routeconverter.com/v1/categories/3168/?format=api"
        },
        {
            "name": "Ostsee",
            "url": "https://api.routeconverter.com/v1/categories/6914/?format=api"
        },
        {
            "name": "Bootstouren",
            "url": "https://api.routeconverter.com/v1/categories/7452/?format=api"
        }
    ],
    "routes": [
        {
            "description": "Wassersport (On the water)",
            "creator_name": "roche3000",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/fad2b97a-31c7-416e-9b5b-3e3db4f3dd66"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41420/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/947/?format=api"
}