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

GET /v1/categories/3198/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Thu, 05 Feb 2026 11:57:58 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/3195/?format=api",
    "name": "Nordamerika (North America)",
    "children": [
        {
            "name": "Auf dem Wasser (On the water)",
            "url": "https://api.routeconverter.com/v1/categories/3194/?format=api"
        },
        {
            "name": "Camping & Co",
            "url": "https://api.routeconverter.com/v1/categories/3202/?format=api"
        }
    ],
    "routes": [
        {
            "description": "sdfsdfg",
            "creator_name": "HettyCloud@gmail.com",
            "localFileUrl": null,
            "remoteUrl": "https://goo.gl/maps/E5yCf4GVNcJZVN6V9",
            "url": "https://api.routeconverter.com/v1/routes/39925/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/3198/?format=api"
}