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

GET /v1/categories/7764/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sun, 16 Apr 2023 17:57:59 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/7738/",
    "name": "Reschensee",
    "children": [],
    "routes": [
        {
            "description": "POINT 1-1 to POINT 1-938",
            "creator_name": "breiterPuschen",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/cb49faf2-7120-4285-b105-a2ff0b961413"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41467/",
            "metadata": {
                "length": 395759,
                "lengthKind": "straight-line",
                "positionLists": 1,
                "positions": 938,
                "size": 29908,
                "format": "Tom Tom 9.5 Route (*.itn)",
                "country": "AT"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7764/"
}