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

GET /v1/categories/2240/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Wed, 20 Apr 2011 15:55:24 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/27/",
    "name": "Mittelhessen",
    "children": [],
    "routes": [
        {
            "description": "EderKirchhain",
            "creator_name": "BikerMarius",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/ac07da55-d836-49f2-b508-87391ad026e9"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/27936/",
            "metadata": {
                "length": 16040,
                "lengthKind": "track",
                "duration": 19471,
                "positionLists": 1,
                "positions": 740,
                "size": 40933,
                "format": "ape@map (*.trk)",
                "startTime": "2016-06-27T07:29:59+00:00",
                "elevationGain": 240,
                "elevationLoss": 246,
                "country": "DE"
            }
        },
        {
            "description": "Kirchhain, Vogelsberg, Schwalm, Apriltour-2018 der Hessenbiker mit Stop an der Hessenhalle Alsfeld zur Motorradmesse",
            "creator_name": "Hessenscout",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/6ba4e0ac-fbbe-4b64-b166-34ad732378a4"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/38953/",
            "metadata": {
                "length": 376530,
                "lengthKind": "routed",
                "positionLists": 3,
                "positions": 2411,
                "size": 348970,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "elevationGain": 0,
                "elevationLoss": 0,
                "country": "DE"
            }
        },
        {
            "description": "Hessisches Bergland",
            "creator_name": "Konni",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/aa7bfaec-802d-43d6-9d66-83727fe24336"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/40497/",
            "metadata": null
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/2240/"
}