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

GET /v1/categories/1376/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sun, 11 Sep 2022 06:56:55 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/102/",
    "name": "Zwischen Weser und Ems",
    "children": [],
    "routes": [
        {
            "description": "kleine Tour um Bremen",
            "creator_name": "kayman",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/5efbbe84-05dc-44ea-b953-207907e97704"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/1327/",
            "metadata": {
                "length": 367219,
                "lengthKind": "straight-line",
                "positionLists": 1,
                "positions": 236,
                "size": 13605,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "country": "DE"
            }
        },
        {
            "description": "Wildeshauser Geest-Runde",
            "creator_name": "McMaik",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/043f41ce-34b6-4106-b44e-2702ca55c99b"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/38100/",
            "metadata": {
                "length": 124591,
                "lengthKind": "routed",
                "positionLists": 1,
                "positions": 28,
                "size": 9852,
                "format": "GoPal 5 Route (*.xml)",
                "country": "DE"
            }
        },
        {
            "description": "Meyer-Werft-Fehn-Route",
            "creator_name": "McMaik",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/d5a0949b-f115-449e-b288-744cd693a5d7"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/38101/",
            "metadata": {
                "length": 222189,
                "lengthKind": "routed",
                "positionLists": 1,
                "positions": 35,
                "size": 11981,
                "format": "GoPal 5 Route (*.xml)",
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1376/"
}