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

GET /v1/categories/7872/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sat, 01 Aug 2026 12:25:42 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/7858/?format=api",
    "name": "Neue Positionsliste 1",
    "children": [],
    "routes": [
        {
            "description": "Neue Positionsliste 1; Created at 2026-08-01T11:10:15Z",
            "creator_name": "Lumixer52",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/30a72e15-3690-40ab-9113-a88cfbf7c1b5"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41837/?format=api",
            "metadata": null
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7872/?format=api"
}