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

GET /v1/categories/8074/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Tue, 11 Aug 2026 16:19:21 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/7863/",
    "name": "Jordan",
    "children": [],
    "routes": [
        {
            "description": "Jordan-Fix Radar 01@0 to Mobile Radar 130",
            "creator_name": "archive",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/54e1e6d5-d6f5-488a-8e40-b9566bca1c9a"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/53407/",
            "metadata": {
                "length": 4770275,
                "lengthKind": "straight-line",
                "positionLists": 1,
                "positions": 263,
                "size": 19460,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "country": "JO"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/8074/"
}