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

GET /v1/categories/6892/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Fri, 30 Dec 2016 17:04:38 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/302/",
    "name": "Apfelstetten",
    "children": [],
    "routes": [
        {
            "description": "Apfelstetten_Gundelfingen_Bichishausen_Hundersingen",
            "creator_name": "ATOS",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/b24439e1-0ded-4499-9544-318ba90cb2de"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/37934/",
            "metadata": {
                "length": 32349,
                "lengthKind": "straight-line",
                "positionLists": 2,
                "positions": 232,
                "size": 23048,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "elevationGain": 690,
                "elevationLoss": 609,
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/6892/"
}