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

GET /v1/categories/6912/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Wed, 01 Mar 2017 17:12:07 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/1177/",
    "name": "Provence",
    "children": [],
    "routes": [
        {
            "description": "01PR01 to 39PR12",
            "creator_name": "Greyglober",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/ec2d85a7-482e-4cf6-a4df-e85a6a2bc5d5"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/38009/",
            "metadata": {
                "length": 1823934,
                "lengthKind": "straight-line",
                "positionLists": 40,
                "positions": 14064,
                "size": 1143374,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "elevationGain": 43912,
                "elevationLoss": 43288,
                "country": "FR"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/6912/"
}