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

GET /v1/categories/6801/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sat, 07 Jan 2017 09:05:54 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/6894/",
    "name": "Berlin",
    "children": [],
    "routes": [
        {
            "description": "Quad Tour Berlin Süd",
            "creator_name": "Schubi007",
            "localFileUrl": null,
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/27968/",
            "metadata": null
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/6801/"
}