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

GET /v1/categories/5752/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Wed, 11 Dec 2013 07:07:06 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/1177/",
    "name": "Maine et Loire",
    "children": [],
    "routes": [
        {
            "description": "Course  à pied Angers _  St Nic - Croix Hermitage 16km 200m",
            "creator_name": "MUTHULAR Laurent",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/bdbb83d5-988c-4674-ae60-b52d8e0071e6"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/23306/",
            "metadata": {
                "length": 16191,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 4542,
                "size": 127435,
                "format": "Google Earth 5 (*.kml)",
                "elevationGain": 0,
                "elevationLoss": 0,
                "country": "FR"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/5752/"
}