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

GET /v1/categories/4232/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Tue, 04 Nov 2025 17:40:50 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/167/?format=api",
    "name": "Jakobsweg",
    "children": [],
    "routes": [
        {
            "description": "2017-06-30",
            "creator_name": "glape53",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/cdca8397-e441-4c09-ae7f-a4048cccd0ef"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/40310/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/4232/?format=api"
}