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

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

{
    "parent": "https://api.routeconverter.com/v1/categories/2353/",
    "name": "193",
    "children": [],
    "routes": [
        {
            "description": "193 A-B-A",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/437f1b12-fb32-4622-b125-d33d135edd0a"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3781/",
            "metadata": {
                "length": 2706,
                "lengthKind": "routed",
                "positionLists": 1,
                "positions": 10,
                "size": 1473,
                "format": "Navigon Mobile Navigator 7 (*.freshroute)",
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1009/"
}