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

GET /v1/categories/1990/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sun, 13 Feb 2011 12:13:25 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/27/",
    "name": "Rheingau",
    "children": [],
    "routes": [
        {
            "description": "Rheingau-Nassau-Taunustour 249kms",
            "creator_name": "Hightower",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/a6579d78-efc7-4995-a6da-00d7303fa6fb"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/8292/",
            "metadata": {
                "length": 236549,
                "lengthKind": "routed",
                "positionLists": 1,
                "positions": 43,
                "size": 5403,
                "format": "Navigon Mobile Navigator 7 (*.freshroute)",
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1990/"
}