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

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

{
    "parent": "https://api.routeconverter.com/v1/categories/254/?format=api",
    "name": "Hamburg und Schleswig-Holstein",
    "children": [],
    "routes": [
        {
            "description": "E1_1_13_Bad Schwartau-Lübeck Klein Grönau)-Teil1",
            "creator_name": "E1-Wanderer",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/b008b7bb-fbf5-47ba-833f-c758245b54a5"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/397/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/338/?format=api"
}