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

GET /v1/categories/7788/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sat, 20 Dec 2025 07:17:17 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/7479/?format=api",
    "name": "Peter",
    "children": [],
    "routes": [
        {
            "description": "Klink",
            "creator_name": "pitt12",
            "localFileUrl": null,
            "remoteUrl": "https://maps.app.goo.gl/LEFzas9xcwj93ZLu9",
            "url": "https://api.routeconverter.com/v1/routes/41597/?format=api"
        },
        {
            "description": "Test",
            "creator_name": "pitt12",
            "localFileUrl": null,
            "remoteUrl": "https://maps.app.goo.gl/LEFzas9xcwj93ZLu9",
            "url": "https://api.routeconverter.com/v1/routes/41598/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7788/?format=api"
}