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

GET /v1/categories/7326/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Wed, 27 Feb 2019 15:10:20 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/2702/",
    "name": "Kungsleden",
    "children": [],
    "routes": [
        {
            "description": "Kungsleden 1.1 : STF Abisko - STF Abiskojaure",
            "creator_name": "mrvdb",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/f8a7e0c7-cbb2-496e-b23e-6860c4c699de"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/39529/",
            "metadata": {
                "length": 13593,
                "lengthKind": "routed",
                "positionLists": 1,
                "positions": 64,
                "size": 10523,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "elevationGain": 173,
                "elevationLoss": 56,
                "country": "SE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7326/"
}