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

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

{
    "parent": "https://api.routeconverter.com/v1/categories/2353/",
    "name": "M44",
    "children": [],
    "routes": [
        {
            "description": "Stuthirtenweg to S+U Hermannstr.",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/47a039a7-4a72-4856-b473-89edbe91dd3d"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3812/",
            "metadata": {
                "length": 6424,
                "lengthKind": "straight-line",
                "positionLists": 1,
                "positions": 19,
                "size": 2583,
                "format": "Navigon Mobile Navigator 7 (*.freshroute)",
                "country": "DE"
            }
        },
        {
            "description": "S+U Hermannstr. to Stuthirtenweg",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/59d7ff12-27e5-4be5-8b42-16ac3d9dcdab"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3813/",
            "metadata": {
                "length": 6449,
                "lengthKind": "straight-line",
                "positionLists": 1,
                "positions": 19,
                "size": 2616,
                "format": "Navigon Mobile Navigator 7 (*.freshroute)",
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1019/"
}