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

GET /v1/categories/2628/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Wed, 12 Aug 2026 08:51:54 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/254/?format=api",
    "name": "Brandenburg",
    "children": [],
    "routes": [
        {
            "description": "BarnimerDorfweg",
            "creator_name": "Edgar12",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/58965ecf-0a39-445c-b5bd-703845fceaee"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41627/?format=api",
            "metadata": {
                "length": 115143,
                "lengthKind": "track",
                "duration": 22968,
                "positionLists": 3,
                "positions": 915,
                "size": 149003,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2016-06-12T15:42:41+00:00",
                "elevationGain": 551,
                "elevationLoss": 546,
                "country": "DE"
            }
        },
        {
            "description": "Biesenthaler Becken",
            "creator_name": "Edgar12",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/553684d0-936a-4a9a-ac1a-94822119eec2"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41628/?format=api",
            "metadata": {
                "length": 61535,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 785,
                "size": 67207,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "elevationGain": 424,
                "elevationLoss": 424,
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/2628/?format=api"
}