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

GET /v1/categories/7783/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Mon, 01 Jan 2024 14:16:36 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/3165/",
    "name": "Welzheimer Wald",
    "children": [],
    "routes": [
        {
            "description": "Murrhard_Hörschbachtal_10,8km",
            "creator_name": "FreizeitWanderer",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/ff1834a1-b137-48bc-be27-b893a8a50767"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41571/",
            "metadata": {
                "length": 10866,
                "lengthKind": "track",
                "duration": 23200,
                "positionLists": 1,
                "positions": 513,
                "size": 71871,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2021-10-31T09:44:22+00:00",
                "elevationGain": 456,
                "elevationLoss": 456,
                "country": "DE"
            }
        },
        {
            "description": "Strümpfelbachtal-Ebnisee-Wieslaufschlucht_14km",
            "creator_name": "FreizeitWanderer",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/c2a15865-104d-45d7-b9ba-156f376a52df"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41591/",
            "metadata": {
                "length": 14202,
                "lengthKind": "track",
                "duration": 23783,
                "positionLists": 1,
                "positions": 672,
                "size": 138038,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2022-03-13T09:08:15+00:00",
                "elevationGain": 435,
                "elevationLoss": 433,
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7783/"
}