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

GET /v1/categories/1426/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sat, 10 Jun 2023 08:34:51 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/254/",
    "name": "_Spessart",
    "children": [
        {
            "name": "Freudenberg",
            "url": "https://api.routeconverter.com/v1/categories/7774/"
        }
    ],
    "routes": [
        {
            "description": "Rohrbrunn-Lichtenau-Rohrbrunn",
            "creator_name": "Ukrix",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/db43f65e-9490-497f-8a27-87640f02edb7"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/5214/",
            "metadata": {
                "length": 63736,
                "lengthKind": "routed",
                "duration": 5450,
                "positionLists": 3,
                "positions": 652,
                "size": 122978,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2010-08-01T13:27:10.438000+00:00",
                "elevationGain": 1623,
                "elevationLoss": 1921,
                "country": "DE"
            }
        },
        {
            "description": "Zwergenweg 5 bei Lohr am Main",
            "creator_name": "Ukrix",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/359d0795-4a8e-4b0b-a3e3-9efd00acb675"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/5215/",
            "metadata": {
                "length": 18023,
                "lengthKind": "track",
                "duration": 4711,
                "positionLists": 1,
                "positions": 232,
                "size": 50176,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2010-08-01T14:55:41.462000+00:00",
                "elevationGain": 574,
                "elevationLoss": 574,
                "country": "DE"
            }
        },
        {
            "description": "Track_26 km bei Staffel Wandern_2",
            "creator_name": "hermann",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/035985ce-2b69-4084-8161-fb71889ded83"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/7710/",
            "metadata": {
                "length": 25702,
                "lengthKind": "track",
                "duration": 0,
                "positionLists": 1,
                "positions": 660,
                "size": 102917,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2010-11-24T12:59:54+00:00",
                "elevationGain": 0,
                "elevationLoss": 0,
                "country": "DE"
            }
        },
        {
            "description": "?",
            "creator_name": "wkiessling",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/d5f77d6b-0203-4164-9124-fac6da4cd767"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/40731/",
            "metadata": null
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1426/"
}