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

GET /v1/categories/5577/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Tue, 25 Apr 2017 08:29:31 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/31/",
    "name": "Münsterland",
    "children": [],
    "routes": [
        {
            "description": "2 Vereinsstraße 226-228, 48599 Gronau (Westfalen), Deutschland to 2 Vereinsstraße 226-228, 48599 Gronau (Westfalen), Deutschland",
            "creator_name": "antonio_mig",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/3e2efa51-5cf6-4a30-bcb9-81871ba53a2e"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/27848/",
            "metadata": {
                "length": 189735,
                "lengthKind": "routed",
                "positionLists": 1,
                "positions": 48,
                "size": 1633,
                "format": "Tom Tom 5 Route (*.itn)",
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/5577/"
}