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

GET /v1/categories/7543/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Wed, 17 Jun 2020 20:14:00 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/97/",
    "name": "Marsch zum Meer",
    "children": [],
    "routes": [
        {
            "description": "Wanderung 19.09.2020 14:44",
            "creator_name": "Comiotto",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/bfd37b29-2974-449f-977a-c42bbe94b313"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/40275/",
            "metadata": {
                "length": 9726,
                "lengthKind": "track",
                "duration": 23111,
                "positionLists": 1,
                "positions": 917,
                "size": 126220,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2020-09-19T06:19:05.656000+00:00",
                "elevationGain": 813,
                "elevationLoss": 842,
                "country": "CH"
            }
        },
        {
            "description": "Wanderung 19.09.2020",
            "creator_name": "Comiotto",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/e036f0a8-bc0d-4c3c-b51f-8b3925ca1b34"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/40276/",
            "metadata": {
                "length": 9726,
                "lengthKind": "track",
                "duration": 23111,
                "positionLists": 1,
                "positions": 917,
                "size": 126220,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2020-09-19T06:19:05.656000+00:00",
                "elevationGain": 813,
                "elevationLoss": 842,
                "country": "CH"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7543/"
}