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

GET /v1/categories/7771/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Mon, 15 Sep 2025 02:47:46 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/7479/?format=api",
    "name": "meins",
    "children": [],
    "routes": [
        {
            "description": "Kamen - Meran",
            "creator_name": "Biker937",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/a4a0846b-a1e5-4244-9372-27b11c2c8536"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41515/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7771/?format=api"
}