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

GET /v1/categories/7832/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Wed, 20 Aug 2025 09:21:25 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/1/",
    "name": "Hund",
    "children": [
        {
            "name": "Test routes",
            "url": "https://api.routeconverter.com/v1/categories/7849/"
        }
    ],
    "routes": [
        {
            "description": "Stefan",
            "creator_name": "Markus1210",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/fab60e09-ba5d-4561-8b21-62334e001315"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41766/",
            "metadata": {
                "length": 2510,
                "lengthKind": "track",
                "duration": 4252,
                "positionLists": 1,
                "positions": 116,
                "size": 14858,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2025-08-14T07:45:11+00:00",
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7832/"
}