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

GET /v1/categories/7763/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sat, 14 Oct 2023 15:49:06 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/1/",
    "name": "ZTrashcan",
    "children": [
        {
            "name": "Wandern (Hiking)",
            "url": "https://api.routeconverter.com/v1/categories/97/"
        },
        {
            "name": "USA",
            "url": "https://api.routeconverter.com/v1/categories/226/"
        },
        {
            "name": "Wassersport (On the water)",
            "url": "https://api.routeconverter.com/v1/categories/947/"
        },
        {
            "name": "Stadtverkehr (Urban transportation)",
            "url": "https://api.routeconverter.com/v1/categories/1403/"
        },
        {
            "name": "Deutschland",
            "url": "https://api.routeconverter.com/v1/categories/6745/"
        },
        {
            "name": "xyz",
            "url": "https://api.routeconverter.com/v1/categories/7798/"
        },
        {
            "name": "zui",
            "url": "https://api.routeconverter.com/v1/categories/7833/"
        }
    ],
    "routes": [
        {
            "description": "Hagen-Middelburg",
            "creator_name": "Cabriolet",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/16d64d94-fdb3-4974-93b6-07151c562af5"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41614/",
            "metadata": {
                "length": 359626,
                "lengthKind": "routed",
                "positionLists": 1,
                "positions": 22,
                "size": 3070,
                "format": "Map&Guide Tourenplaner 2008/2009 (*.bcr)",
                "elevationGain": 0,
                "elevationLoss": 0,
                "country": "NL"
            }
        },
        {
            "description": "Middelburg1-Hagen",
            "creator_name": "Cabriolet",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/0a83944e-8c5e-42d8-91b4-e6b8c79fdb0e"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41615/",
            "metadata": {
                "length": 375796,
                "lengthKind": "routed",
                "positionLists": 1,
                "positions": 30,
                "size": 3836,
                "format": "Map&Guide Tourenplaner 2008/2009 (*.bcr)",
                "elevationGain": 0,
                "elevationLoss": 0,
                "country": "NL"
            }
        },
        {
            "description": "10 Hagen - Nancy",
            "creator_name": "Cabriolet",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/929ac77f-8352-4289-9d08-ddd43237d080"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41616/",
            "metadata": {
                "length": 455332,
                "lengthKind": "routed",
                "positionLists": 1,
                "positions": 43,
                "size": 5049,
                "format": "Map&Guide Tourenplaner 2008/2009 (*.bcr)",
                "elevationGain": 0,
                "elevationLoss": 0,
                "country": "DE"
            }
        },
        {
            "description": "Hagen - LaRoche",
            "creator_name": "Cabriolet",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/2dccfe1a-719a-4a9e-b5a1-40a4524062f8"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41617/",
            "metadata": {
                "length": 320334,
                "lengthKind": "routed",
                "positionLists": 1,
                "positions": 23,
                "size": 3179,
                "format": "Map&Guide Tourenplaner 2008/2009 (*.bcr)",
                "elevationGain": 0,
                "elevationLoss": 0,
                "country": "DE"
            }
        },
        {
            "description": "LaRoche - Hagen",
            "creator_name": "Cabriolet",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/35ea2a9c-d91f-4a3c-a3c2-ea1ec26ccf62"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41618/",
            "metadata": {
                "length": 444367,
                "lengthKind": "routed",
                "positionLists": 1,
                "positions": 38,
                "size": 4593,
                "format": "Map&Guide Tourenplaner 2008/2009 (*.bcr)",
                "elevationGain": 0,
                "elevationLoss": 0,
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7763/"
}