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

GET /v1/categories/7727/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Fri, 06 Feb 2026 14:51:36 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/7711/?format=api",
    "name": "Pfalz (Germany)",
    "children": [
        {
            "name": "Kaiserslautern",
            "url": "https://api.routeconverter.com/v1/categories/7728/?format=api"
        }
    ],
    "routes": [
        {
            "description": "DresinenTour-Lauterecken_Bedesbach_Netzweiler-36km",
            "creator_name": "wernerf",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/cfdc68f4-7216-4d82-849b-8a316d27a57b"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/40983/?format=api"
        },
        {
            "description": "Münchweiler_Dahn-37km",
            "creator_name": "wernerf",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/01a9642a-ba9b-4a26-be69-c345585f3796"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/40984/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7727/?format=api"
}