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

GET /v1/categories/6752/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sun, 20 Sep 2015 14:04:59 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/29/",
    "name": "Mallorca",
    "children": [],
    "routes": [
        {
            "description": "Mallorca_Westküste 168km",
            "creator_name": "applefarm",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/5c5241ec-4c95-4fe3-970e-a78951bef28d"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/27875/",
            "metadata": {
                "length": 160774,
                "lengthKind": "routed",
                "positionLists": 1,
                "positions": 35,
                "size": 5759,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "elevationGain": 55,
                "elevationLoss": 0
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/6752/"
}