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

GET /v1/categories/7045/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sun, 14 Apr 2019 07:59:59 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/3196/",
    "name": "Reunion",
    "children": [],
    "routes": [
        {
            "description": "La Reunion 2017",
            "creator_name": "NaDine",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/dfd5f970-7917-4532-a084-906b15bf4fcb"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/38673/",
            "metadata": {
                "length": 660287,
                "lengthKind": "straight-line",
                "positionLists": 1,
                "positions": 37,
                "size": 26950,
                "format": "Google Earth 5 (*.kml)",
                "elevationGain": 0,
                "elevationLoss": 0
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7045/"
}