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

GET /v1/categories/1107/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Mon, 12 Sep 2016 13:14:49 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/1100/",
    "name": "Provincia Málaga",
    "children": [],
    "routes": [
        {
            "description": "Ruta Verde de la Sierra (de Puerto Serrano a Olvera)",
            "creator_name": "Barbadura",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/9dbffb8b-50aa-47f3-b0c2-afa39e6cbdc8"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/4072/",
            "metadata": {
                "length": 35500,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 358,
                "size": 52876,
                "format": "NMEA 0183 Sentences (*.nmea)",
                "elevationGain": 1041,
                "elevationLoss": 749,
                "country": "ES"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1107/"
}