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

GET /v1/categories/8082/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Tue, 11 Aug 2026 17:42:23 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/7863/",
    "name": "Oman",
    "children": [],
    "routes": [
        {
            "description": "Log.kml/Log",
            "creator_name": "archive",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/a8d363b7-bb14-48cd-8afc-e40738f903f7"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/55492/",
            "metadata": {
                "length": 22710,
                "lengthKind": "straight-line",
                "positionLists": 1,
                "positions": 15,
                "size": 9311,
                "format": "Google Earth 5 (*.kml)",
                "elevationGain": 0,
                "elevationLoss": 0,
                "country": "OM"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/8082/"
}