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

GET /v1/categories/428/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sun, 19 Jul 2009 18:47:09 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/97/",
    "name": "Mexico",
    "children": [],
    "routes": [
        {
            "description": "Around the Mexican Volcanoes",
            "creator_name": "joseph334",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/ce0f7302-d77f-4927-81f4-edd9787e496c"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/1470/",
            "metadata": {
                "length": 97435,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 582,
                "size": 23784,
                "format": "Google Earth 5 (*.kml)",
                "elevationGain": 0,
                "elevationLoss": 0,
                "country": "MX"
            }
        },
        {
            "description": "Around the Mexican Volcanoes",
            "creator_name": "joseph334",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/1026133d-6963-4bda-bb5f-5cc09ec32521"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/1471/",
            "metadata": {
                "length": 52269,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 637,
                "size": 25935,
                "format": "Google Earth 5 (*.kml)",
                "elevationGain": 0,
                "elevationLoss": 0,
                "country": "MX"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/428/"
}