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

GET /v1/categories/1353/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sun, 02 Apr 2023 09:36:16 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/109/",
    "name": "Sardinien (Sardegna)",
    "children": [
        {
            "name": "fe-so",
            "url": "https://api.routeconverter.com/v1/categories/7158/"
        },
        {
            "name": "1 von 4 Tagestour",
            "url": "https://api.routeconverter.com/v1/categories/7560/"
        }
    ],
    "routes": [
        {
            "description": "Mucchi Bianchi (Arzachena) to Ende : 24/06/2010 10:23:24 : Golfo Aranci",
            "creator_name": "swrallye",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/43a0d328-893c-4acb-824e-e18dc07bf895"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/4778/",
            "metadata": {
                "length": 35925,
                "lengthKind": "track",
                "duration": 3841,
                "positionLists": 1,
                "positions": 14,
                "size": 1353,
                "format": "Tom Tom 9.5 Route (*.itn)",
                "startTime": "2010-06-24T09:19:23+00:00",
                "elevationGain": 173,
                "elevationLoss": 214
            }
        },
        {
            "description": "Golfo Aranci to Ende : 24/06/2010 12:13:07 : Oschiri",
            "creator_name": "swrallye",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/99918796-99fc-465b-bf7b-d2964bf5d60b"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/4779/",
            "metadata": {
                "length": 76741,
                "lengthKind": "track",
                "duration": 5338,
                "positionLists": 1,
                "positions": 23,
                "size": 2025,
                "format": "Tom Tom 9.5 Route (*.itn)",
                "startTime": "2010-06-24T10:44:09+00:00",
                "elevationGain": 868,
                "elevationLoss": 663,
                "country": "IT"
            }
        },
        {
            "description": "von bei I 08020 Budoni/Tamarispa nach bei I 07041 Alghero",
            "creator_name": "thomasgraf3",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/8d8ed6dc-5740-4600-9f13-995649177529"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/8139/",
            "metadata": {
                "length": 242861,
                "lengthKind": "straight-line",
                "positionLists": 1,
                "positions": 2776,
                "size": 495267,
                "format": "Falk Navigator (*.tour)",
                "country": "IT"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1353/"
}