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

GET /v1/categories/1119/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Wed, 12 Aug 2026 08:56:55 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/7856/",
    "name": "Race Across America",
    "children": [],
    "routes": [
        {
            "description": "Race Across America 2010 (Jan10)",
            "creator_name": "juliansanz",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/81896922-023d-4aff-9706-b7094610d13b"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/4047/",
            "metadata": {
                "length": 4861505,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 23912,
                "size": 1911898,
                "format": "GPS Exchange Format 1.0 (*.gpx)",
                "country": "US"
            }
        },
        {
            "description": "Race Across America 2010 (Mar10)",
            "creator_name": "juliansanz",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/cc39376a-9270-4fb4-8185-b381dd6e9b54"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/4052/",
            "metadata": {
                "length": 4859761,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 23937,
                "size": 1913923,
                "format": "GPS Exchange Format 1.0 (*.gpx)",
                "country": "US"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1119/"
}