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

GET /v1/categories/7022/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Thu, 27 Jul 2017 09:55:03 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/7021/",
    "name": "Schwarzwaldtour",
    "children": [],
    "routes": [
        {
            "description": "Schwarzwaldtour von Gengenbach nach Herrenberg",
            "creator_name": "Claus1965",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/ebcfcac7-f5b7-450a-a086-50ea860f7a1d"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/38559/",
            "metadata": {
                "length": 93094,
                "lengthKind": "straight-line",
                "positionLists": 1,
                "positions": 28,
                "size": 4844,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "elevationGain": 529,
                "elevationLoss": 259,
                "country": "DE"
            }
        },
        {
            "description": "Schwarzwaldtour von Herrenberg nach Gengenbach",
            "creator_name": "Claus1965",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/408596f1-b193-4f6a-acc6-16ac622ab90a"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/38560/",
            "metadata": {
                "length": 116926,
                "lengthKind": "routed",
                "positionLists": 1,
                "positions": 27,
                "size": 5198,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "elevationGain": 294,
                "elevationLoss": 578,
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7022/"
}