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

GET /v1/categories/2042/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sun, 27 Feb 2011 10:29:16 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/2041/",
    "name": "Bali",
    "children": [],
    "routes": [
        {
            "description": "Kleine Berertour PLUS/Kleine Bernertour PLUS",
            "creator_name": "rayam",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/c3adb6bc-c5c1-47c7-bb3f-94fa93db2c34"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/7681/",
            "metadata": {
                "length": 14006,
                "lengthKind": "straight-line",
                "duration": 134,
                "positionLists": 1,
                "positions": 17,
                "size": 6124,
                "format": "Nokia Landmark Exchange (*.lmx)",
                "startTime": "2010-12-03T04:46:00.703000+00:00",
                "elevationGain": 228,
                "elevationLoss": 236,
                "country": "ID"
            }
        },
        {
            "description": "Mittlere Bernertour",
            "creator_name": "rayam",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/b14a8b6a-e213-4806-885a-86e698a5e017"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/7682/",
            "metadata": {
                "length": 26813,
                "lengthKind": "straight-line",
                "duration": 28626,
                "positionLists": 1,
                "positions": 10,
                "size": 4215,
                "format": "Nokia Landmark Exchange (*.lmx)",
                "startTime": "2010-12-02T21:32:31.619000+00:00",
                "elevationGain": 1245,
                "elevationLoss": 1242,
                "country": "ID"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/2042/"
}