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

GET /v1/categories/1016/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Tue, 10 May 2011 20:33:38 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/2353/",
    "name": "256",
    "children": [],
    "routes": [
        {
            "description": "256 A - B",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/1a731f3c-6c4c-4c8c-9677-ba925940d50e"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3804/",
            "metadata": {
                "length": 10856,
                "lengthKind": "straight-line",
                "positionLists": 1,
                "positions": 30,
                "size": 4034,
                "format": "Navigon Mobile Navigator 7 (*.freshroute)",
                "country": "DE"
            }
        },
        {
            "description": "256 B - A",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/4569b227-0602-4d01-a3e9-237045ff57e6"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3805/",
            "metadata": {
                "length": 11054,
                "lengthKind": "straight-line",
                "positionLists": 1,
                "positions": 31,
                "size": 4214,
                "format": "Navigon Mobile Navigator 7 (*.freshroute)",
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1016/"
}