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

GET /v1/categories/6057/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Fri, 06 Feb 2026 08:17:35 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/3434/?format=api",
    "name": "berga",
    "children": [],
    "routes": [
        {
            "description": "berga-rasos",
            "creator_name": "peplanas",
            "localFileUrl": null,
            "remoteUrl": "http://static.senderators.com/tracks/2302/berga-rasos-berga.TRK",
            "url": "https://api.routeconverter.com/v1/routes/24355/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/6057/?format=api"
}