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

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

{
    "parent": "https://api.routeconverter.com/v1/categories/167/",
    "name": "Kanton Aargau",
    "children": [],
    "routes": [
        {
            "description": "Leibstadt-Full-Reuenthal-Gippingen",
            "creator_name": "erich_naef",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/f91c1136-9c90-4871-a9cc-fdb8ef1c1014"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41527/",
            "metadata": {
                "length": 11585,
                "lengthKind": "track",
                "duration": 12838,
                "positionLists": 1,
                "positions": 2566,
                "size": 316150,
                "format": "GPS Exchange Format 1.0 (*.gpx)",
                "startTime": "2003-05-23T07:19:24+00:00",
                "elevationGain": 631,
                "elevationLoss": 652,
                "country": "CH"
            }
        },
        {
            "description": "Stetten AG - Fislisbach AG",
            "creator_name": "erich_naef",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/5e28224a-76dc-4985-b789-006caca1bbaa"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41532/",
            "metadata": {
                "length": 10578,
                "lengthKind": "track",
                "duration": 13457,
                "positionLists": 1,
                "positions": 2690,
                "size": 331388,
                "format": "GPS Exchange Format 1.0 (*.gpx)",
                "startTime": "2003-03-28T08:47:55+00:00",
                "elevationGain": 598,
                "elevationLoss": 549,
                "country": "CH"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7773/"
}