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

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

{
    "parent": "https://api.routeconverter.com/v1/categories/7857/",
    "name": "Belarus",
    "children": [],
    "routes": [
        {
            "description": "проект второмайские Тевли - Каменец-Каменюки - on GPSies.com",
            "creator_name": "archive",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/aa544db0-ea91-46ff-953f-16e2e6e9f812"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/55525/",
            "metadata": {
                "length": 89288,
                "lengthKind": "track",
                "duration": 32077,
                "positionLists": 1,
                "positions": 153,
                "size": 24004,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2010-01-01T00:00:00+00:00",
                "elevationGain": 292,
                "elevationLoss": 286,
                "country": "BY"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/8083/"
}