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

GET /v1/categories/6185/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sun, 20 Jul 2014 16:11:31 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/6183/",
    "name": "Mallorca",
    "children": [],
    "routes": [
        {
            "description": "Son Serra de Marina - Son Real",
            "creator_name": "wklaus",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/2fe1458f-5537-41d3-ad76-6384567f22e7"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/38196/",
            "metadata": {
                "length": 13105,
                "lengthKind": "track",
                "duration": 11571,
                "positionLists": 1,
                "positions": 2074,
                "size": 516857,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2014-06-04T08:44:50+00:00",
                "elevationGain": 133,
                "elevationLoss": 113
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/6185/"
}