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

GET /v1/categories/449/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Tue, 27 Aug 2019 20:52:13 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/22/",
    "name": "Pyrénées",
    "children": [],
    "routes": [
        {
            "description": "Motorradurlaub in den Pyrenäen - Juli 2008",
            "creator_name": "kumo",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/8fc688c4-d16d-44e7-8f90-8e8afd3620dc"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/1542/",
            "metadata": {
                "length": 3017080,
                "lengthKind": "straight-line",
                "positionLists": 1,
                "positions": 1145,
                "size": 51717,
                "format": "Tom Tom 5 Route (*.itn)",
                "country": "FR"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/449/"
}