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

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

{
    "parent": "https://api.routeconverter.com/v1/categories/3165/",
    "name": "Stromberg-Heuchelberg",
    "children": [],
    "routes": [
        {
            "description": "Ottilienberg_Rundweg_12,6km",
            "creator_name": "FreizeitWanderer",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/ba5b24df-0ba9-45ad-8bc1-9e9380ca9251"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41562/",
            "metadata": {
                "length": 12606,
                "lengthKind": "track",
                "duration": 14942,
                "positionLists": 1,
                "positions": 580,
                "size": 81571,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2020-07-19T08:41:58+00:00",
                "elevationGain": 365,
                "elevationLoss": 363,
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7782/"
}