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

GET /v1/categories/7735/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sat, 31 Dec 2022 12:53:18 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/7722/",
    "name": "11",
    "children": [
        {
            "name": "CLFUOTIV",
            "url": "https://api.routeconverter.com/v1/categories/7805/"
        }
    ],
    "routes": [
        {
            "description": "T47144-R1",
            "creator_name": "SALEH.SHAJARI",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/6112f8c3-66c3-4c3a-ae54-184a45317140"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41586/",
            "metadata": {
                "length": 137638,
                "lengthKind": "straight-line",
                "positionLists": 3,
                "positions": 8,
                "size": 1949,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "elevationGain": 0,
                "elevationLoss": 30,
                "country": "IR"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7735/"
}