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

GET /v1/categories/4561/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Fri, 10 Aug 2012 22:29:38 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/31/",
    "name": "Teutoburger Wald",
    "children": [],
    "routes": [
        {
            "description": "Carrer del Camp Franc, 2-4, 07199 Palma, Illes Balears, Spanien to Carrer del Camp Franc, 2-4, 07199 Palma, Illes Balears, Spanien",
            "creator_name": "applefarm",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/85b209be-0be6-477a-987a-e041dc2afb2e"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/27866/",
            "metadata": {
                "length": 163363,
                "lengthKind": "routed",
                "positionLists": 1,
                "positions": 21,
                "size": 1529,
                "format": "Tom Tom 5 Route (*.itn)"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/4561/"
}