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

GET /v1/categories/7837/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sun, 05 Jul 2026 12:50:54 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/1/",
    "name": "MTB",
    "children": [],
    "routes": [
        {
            "description": "Dachsbau",
            "creator_name": "Bettyboo",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/1ee452a3-756b-4c5d-9209-40e3559a44da"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41800/",
            "metadata": {
                "length": 381,
                "lengthKind": "track",
                "duration": 105,
                "positionLists": 1,
                "positions": 106,
                "size": 12615,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2025-10-10T16:14:14+00:00",
                "elevationGain": 0,
                "elevationLoss": 49,
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7837/"
}