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

GET /v1/categories/7856/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sun, 05 Jul 2026 08:27:17 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/7855/",
    "name": "United States of America",
    "children": [],
    "routes": [
        {
            "description": "New position list 1Created at 2020-08-19T13:14:04Z",
            "creator_name": "split_fire",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/ed5ada1d-88e5-43c8-94a2-5f91db157f29"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/40248/",
            "metadata": {
                "length": 99,
                "lengthKind": "straight-line",
                "positionLists": 1,
                "positions": 4,
                "size": 1272,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "elevationGain": 0,
                "elevationLoss": 46,
                "country": "US"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7856/"
}