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

GET /v1/categories/7823/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Mon, 07 Apr 2025 07:38:21 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/7479/",
    "name": "Moto",
    "children": [
        {
            "name": "Moto",
            "url": "https://api.routeconverter.com/v1/categories/7824/"
        }
    ],
    "routes": [
        {
            "description": "kleine tour variatie 509 km calimoto versie (3)",
            "creator_name": "Lunatic",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/4efdbc9c-9753-4d7c-8675-8e7c1e9a0f99"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41767/",
            "metadata": {
                "length": 842271,
                "lengthKind": "straight-line",
                "positionLists": 2,
                "positions": 599,
                "size": 33521,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "country": "BE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7823/"
}