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

GET /v1/categories/2040/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Thu, 09 Apr 2020 17:28:04 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/7479/",
    "name": "Slowenien (Slovenija)",
    "children": [],
    "routes": [
        {
            "description": "B82 and  L132 to Ziganja Vas and Road",
            "creator_name": "KTMilan",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/fe927faf-af26-4da3-9660-a430698685fa"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/8388/",
            "metadata": null
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/2040/"
}