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

GET /v1/categories/7801/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Fri, 08 May 2026 14:39:50 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/7677/?format=api",
    "name": "Ulrike & Hanno",
    "children": [],
    "routes": [
        {
            "description": "ioi",
            "creator_name": "bbclaudiu",
            "localFileUrl": null,
            "remoteUrl": "https://maps.app.goo.gl/t6rbjipsouCRnJrb8",
            "url": "https://api.routeconverter.com/v1/routes/41646/?format=api"
        },
        {
            "description": "Elberadweg - Cuxhaben bis Magdeburg",
            "creator_name": "HK1702",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/7f91464b-9682-4537-8e43-42fe6d2806bf"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41822/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7801/?format=api"
}