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

GET /v1/categories/338/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Fri, 03 Jan 2020 18:01:54 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/254/",
    "name": "Hamburg und Schleswig-Holstein",
    "children": [],
    "routes": [
        {
            "description": "E1_1_13_Bad Schwartau-Lübeck Klein Grönau)-Teil1",
            "creator_name": "E1-Wanderer",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/b008b7bb-fbf5-47ba-833f-c758245b54a5"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/397/",
            "metadata": {
                "length": 16372,
                "lengthKind": "routed",
                "positionLists": 1,
                "positions": 251,
                "size": 29658,
                "format": "MagicMaps Project (*.ikt)",
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/338/"
}