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

GET /v1/categories/307/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Thu, 05 Feb 2026 09:19:31 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/1/?format=api",
    "name": "Nordic Walking",
    "children": [
        {
            "name": "Deutschland",
            "url": "https://api.routeconverter.com/v1/categories/985/?format=api"
        },
        {
            "name": "Brampton",
            "url": "https://api.routeconverter.com/v1/categories/7536/?format=api"
        }
    ],
    "routes": [
        {
            "description": "Marmorweg 53",
            "creator_name": "pecat",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/623f701a-2399-4d24-9605-1efb7f9b45f6"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/40494/?format=api"
        },
        {
            "description": "Fahrradtour Zum Hubertussee 11,4",
            "creator_name": "pecat",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/4d1e9592-15f3-4156-9279-8d925ce3eb4d"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/40495/?format=api"
        },
        {
            "description": "Adventure Labs(HasChildren)",
            "creator_name": "LabHeinz",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/f11aaef7-29c2-4427-b8b7-1ecb82552053"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41008/?format=api"
        },
        {
            "description": "2023-06-05 13:05:13",
            "creator_name": "olliehowe",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/56f578b6-89e3-414f-858d-77419fa467ab"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41541/?format=api"
        },
        {
            "description": "2023-06-05 14:09:46",
            "creator_name": "olliehowe",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/cf8b6296-12d5-4407-bace-39b30296c23a"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41542/?format=api"
        },
        {
            "description": "?",
            "creator_name": "ramu",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/20df9619-6c2b-48d0-9d41-d75b2fe7916c"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41807/?format=api"
        },
        {
            "description": "WPT001 to WPT280",
            "creator_name": "ramu",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/876e1215-a4ad-4f63-bd5b-ffe73f5b5968"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41808/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/307/?format=api"
}