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

GET /v1/categories/7098/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sun, 14 May 2023 22:02:52 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/3165/",
    "name": "Bodensee",
    "children": [],
    "routes": [
        {
            "description": "Lindau Schiff - Wasserburg - W Bodolz",
            "creator_name": "thbs@thbs.de",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/16b21767-6b1d-46e9-97b2-0b1130222b06"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/38832/",
            "metadata": {
                "length": 9260,
                "lengthKind": "track",
                "duration": 9348,
                "positionLists": 1,
                "positions": 761,
                "size": 174213,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2017-10-03T15:03:27+00:00",
                "elevationGain": 484,
                "elevationLoss": 437,
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7098/"
}