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

GET /v1/categories/6322/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Wed, 12 Aug 2026 07:48:11 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/254/",
    "name": "Bayern",
    "children": [
        {
            "name": "Geologie",
            "url": "https://api.routeconverter.com/v1/categories/7743/"
        }
    ],
    "routes": [
        {
            "description": "Fränkischer Rotweinwanderweg",
            "creator_name": "camelopard",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/efe35ff0-751b-49d1-8fe3-84f6026393f9"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/40895/",
            "metadata": {
                "length": 74909,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 1588,
                "size": 132603,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "elevationGain": 2500,
                "elevationLoss": 2469,
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/6322/"
}