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

GET /v1/categories/7846/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Thu, 19 Feb 2026 16:27:46 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/14/",
    "name": "2026 STERNFAHRT",
    "children": [],
    "routes": [
        {
            "description": "Tüv Nord bis Willingrade",
            "creator_name": "BERNHARD",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/a182a103-48ce-4648-babc-b2b3c54216cb"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41812/",
            "metadata": {
                "length": 311736,
                "lengthKind": "track",
                "duration": 0,
                "positionLists": 2,
                "positions": 4306,
                "size": 282424,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2026-02-16T22:52:10+00:00",
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7846/"
}