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

GET /v1/categories/3302/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sat, 10 Dec 2011 10:15:16 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/720/",
    "name": "La Palma",
    "children": [],
    "routes": [
        {
            "description": "La Palma 12878",
            "creator_name": "Filius",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/154ed042-bd0d-4270-afe2-3e60ecc4085a"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/1535/",
            "metadata": {
                "length": 6070,
                "lengthKind": "track",
                "duration": 7199,
                "positionLists": 1,
                "positions": 447,
                "size": 59170,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2009-03-29T22:03:06+00:00",
                "elevationGain": 364,
                "elevationLoss": 320
            }
        },
        {
            "description": "La Palma Rother 10",
            "creator_name": "Filius",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/e14aad13-1e2d-4fbd-9d93-e757e3f0c724"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/1536/",
            "metadata": {
                "length": 10117,
                "lengthKind": "straight-line",
                "duration": 9012,
                "positionLists": 2,
                "positions": 506,
                "size": 67839,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2009-03-29T22:23:46+00:00",
                "elevationGain": 2545,
                "elevationLoss": 2158
            }
        },
        {
            "description": "La Palma Rother 24",
            "creator_name": "Filius",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/c7768a55-bf0e-4a1c-a921-4ed126007c78"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/1537/",
            "metadata": {
                "length": 7368,
                "lengthKind": "straight-line",
                "duration": 8951,
                "positionLists": 2,
                "positions": 499,
                "size": 66697,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2009-03-29T22:28:29+00:00",
                "elevationGain": 2868,
                "elevationLoss": 971
            }
        },
        {
            "description": "La Palma Rother 40",
            "creator_name": "Filius",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/2092a8fb-bdf4-4f88-882c-5e1be1e7c498"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/1538/",
            "metadata": {
                "length": 22529,
                "lengthKind": "track",
                "duration": 19800,
                "positionLists": 1,
                "positions": 1764,
                "size": 231284,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2009-03-29T22:32:58+00:00",
                "elevationGain": 1449,
                "elevationLoss": 1198
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/3302/"
}