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

GET /v1/categories/7867/
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/7863/",
    "name": "India",
    "children": [],
    "routes": [
        {
            "description": "Position 1 to Position 21316",
            "creator_name": "dspradhan",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/e9d6b7b0-098c-4ca5-b656-c3bda50672bd"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41430/",
            "metadata": {
                "length": 28848,
                "lengthKind": "track",
                "duration": 277939,
                "positionLists": 1,
                "positions": 21316,
                "size": 1577487,
                "format": "Columbus GPS Type 1 (*.csv)",
                "startTime": "2018-11-29T12:00:02+00:00",
                "elevationGain": 1061,
                "elevationLoss": 971,
                "country": "IN"
            }
        },
        {
            "description": "talcher",
            "creator_name": "dspradhan",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/59b9ac36-896b-4cbd-bbf3-e24a87132911"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41431/",
            "metadata": {
                "length": 28848,
                "lengthKind": "track",
                "duration": 277939,
                "positionLists": 1,
                "positions": 21316,
                "size": 1577487,
                "format": "Columbus GPS Type 1 (*.csv)",
                "startTime": "2018-11-29T12:00:02+00:00",
                "elevationGain": 1061,
                "elevationLoss": 971,
                "country": "IN"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7867/"
}