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

GET /v1/categories/7337/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Mon, 18 Mar 2019 15:25:19 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/167/",
    "name": "NW Schweiz",
    "children": [],
    "routes": [
        {
            "description": "Hersberg-Liestal-Büren.gpx",
            "creator_name": "eburkhard",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/c751c018-765f-4850-b8aa-6287dfd1a94a"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/39557/",
            "metadata": {
                "length": 30056,
                "lengthKind": "track",
                "duration": 8206,
                "positionLists": 1,
                "positions": 2375,
                "size": 321083,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2019-03-17T09:22:10+00:00",
                "elevationGain": 793,
                "elevationLoss": 784,
                "country": "CH"
            }
        },
        {
            "description": "Schönmatt-Gempen-Ruine Dorneck-Ruine Birseck-Schönmatt",
            "creator_name": "erich_naef",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/3eb265ae-c921-47f0-8f99-87010443e331"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41533/",
            "metadata": {
                "length": 15359,
                "lengthKind": "track",
                "duration": 22468,
                "positionLists": 1,
                "positions": 3318,
                "size": 739635,
                "format": "GPS Exchange Format 1.0 (*.gpx)",
                "startTime": "2003-08-07T07:14:24+00:00",
                "elevationGain": 1363,
                "elevationLoss": 1358,
                "country": "CH"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7337/"
}