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

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

{
    "parent": "https://api.routeconverter.com/v1/categories/14/",
    "name": "Bayern, Franken, Schwaben",
    "children": [
        {
            "name": "Nördlich der Donau",
            "url": "https://api.routeconverter.com/v1/categories/1631/"
        },
        {
            "name": "Südlich der Donau",
            "url": "https://api.routeconverter.com/v1/categories/1632/"
        }
    ],
    "routes": [
        {
            "description": "AS4 to B85 Nürnberger Straße",
            "creator_name": "heldimen",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/76250b1b-1236-4c9c-83cc-87d2d5f4b1f6"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/40210/",
            "metadata": {
                "length": 330747,
                "lengthKind": "routed",
                "positionLists": 1,
                "positions": 41,
                "size": 1254,
                "format": "Tom Tom 5 Route (*.itn)",
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/33/"
}