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

GET /v1/categories/1015/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Tue, 10 May 2011 20:33:40 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/2353/?format=api",
    "name": "255",
    "children": [],
    "routes": [
        {
            "description": "255 A - B",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/c4b88e63-ba40-42e3-ac8c-afd975f67174"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3801/?format=api",
            "metadata": {
                "length": 11024,
                "lengthKind": "straight-line",
                "positionLists": 1,
                "positions": 35,
                "size": 4703,
                "format": "Navigon Mobile Navigator 7 (*.freshroute)",
                "country": "DE"
            }
        },
        {
            "description": "255 B to 255 A + UMLEITUNG",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/adf6bffa-3b86-42b5-8003-c71628744bfa"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3802/?format=api",
            "metadata": {
                "length": 12236,
                "lengthKind": "routed",
                "positionLists": 1,
                "positions": 34,
                "size": 4596,
                "format": "Navigon Mobile Navigator 7 (*.freshroute)",
                "country": "DE"
            }
        },
        {
            "description": "255 B - A",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/e462a75c-31d3-4ec1-b853-4742aae14465"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3803/?format=api",
            "metadata": {
                "length": 12289,
                "lengthKind": "routed",
                "positionLists": 1,
                "positions": 34,
                "size": 4591,
                "format": "Navigon Mobile Navigator 7 (*.freshroute)",
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1015/?format=api"
}