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

GET /v1/categories/1216/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Tue, 11 May 2010 05:53:30 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/442/",
    "name": "Sea of Cortez",
    "children": [],
    "routes": [
        {
            "description": "Isla Coronados to Cerito SanJuanico, BCS, Mexico",
            "creator_name": "simmsdp",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/e069ccbc-a511-419e-aeaa-870789bbb891"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/4372/",
            "metadata": {
                "length": 96648,
                "lengthKind": "straight-line",
                "positionLists": 3,
                "positions": 15,
                "size": 2858,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "elevationGain": 0,
                "elevationLoss": 0
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1216/"
}