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

GET /v1/categories/1111/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sun, 15 Oct 2017 13:40:57 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/273/",
    "name": "Scotland",
    "children": [],
    "routes": [
        {
            "description": "Schottlands Westen",
            "creator_name": "ozboss",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/24159879-283e-4b06-9562-8f084fce2495"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/89/",
            "metadata": null
        },
        {
            "description": "Glasgow - NC umweg",
            "creator_name": "martinvijn",
            "localFileUrl": null,
            "remoteUrl": "https://maps.google.de/maps?saddr=The+Kirkhouse+Inn+Glasgow+Rd+Blanefield,+Strathblane,+Glasgow,+Glasgow+City+G63+9AA,+United+Kingdom&daddr=55.61711,-3.63045+to:55.49712,-3.18931+to:55.00348,-3.20162+",
            "url": "https://api.routeconverter.com/v1/routes/17742/",
            "metadata": null
        },
        {
            "description": "Newcastle-Holy Island-Edinburgh",
            "creator_name": "Brandmeyer",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/9b9f9718-0ae0-480e-b3f5-965617de99c8"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/39257/",
            "metadata": {
                "length": 278452,
                "lengthKind": "routed",
                "positionLists": 1,
                "positions": 3,
                "size": 3764,
                "format": "Navigon Cruiser (*.cruiser)",
                "country": "GB"
            }
        },
        {
            "description": "Edinburgh-Oban",
            "creator_name": "Brandmeyer",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/16a0d6d8-afc5-487c-8e89-8c00549a1126"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/39258/",
            "metadata": {
                "length": 247761,
                "lengthKind": "routed",
                "positionLists": 1,
                "positions": 3,
                "size": 3256,
                "format": "Navigon Cruiser (*.cruiser)",
                "country": "GB"
            }
        },
        {
            "description": "Oban-Fort William-Mallaig",
            "creator_name": "Brandmeyer",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/2be7c07e-e5e6-4285-81a4-6ee278423e1f"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/39260/",
            "metadata": {
                "length": 189845,
                "lengthKind": "routed",
                "positionLists": 1,
                "positions": 5,
                "size": 4330,
                "format": "Navigon Cruiser (*.cruiser)",
                "country": "GB"
            }
        },
        {
            "description": "Mallaig-Isle of Skye-Cluanie Inn",
            "creator_name": "Brandmeyer",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/cb0af1ab-0a58-42e5-8b51-7937e1eac705"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/39261/",
            "metadata": {
                "length": 294759,
                "lengthKind": "routed",
                "positionLists": 1,
                "positions": 3,
                "size": 2994,
                "format": "Navigon Cruiser (*.cruiser)",
                "country": "GB"
            }
        },
        {
            "description": "Cluanie Inn-Clynelish-Inverness",
            "creator_name": "Brandmeyer",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/afa2786c-b63e-4dff-a617-2b3002394cf1"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/39262/",
            "metadata": {
                "length": 335986,
                "lengthKind": "routed",
                "positionLists": 1,
                "positions": 4,
                "size": 3891,
                "format": "Navigon Cruiser (*.cruiser)",
                "country": "GB"
            }
        },
        {
            "description": "Inverness-Balmoral-Pitlochry-Melrose",
            "creator_name": "Brandmeyer",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/fa55e662-7440-4cb1-973e-66c6892164e3"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/39263/",
            "metadata": {
                "length": 395927,
                "lengthKind": "routed",
                "positionLists": 1,
                "positions": 4,
                "size": 3751,
                "format": "Navigon Cruiser (*.cruiser)",
                "country": "GB"
            }
        },
        {
            "description": "Melrose-Newcastle",
            "creator_name": "Brandmeyer",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/03d1de8f-54fc-4f50-a37d-0a12bcd3eab7"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/39264/",
            "metadata": {
                "length": 152200,
                "lengthKind": "routed",
                "positionLists": 1,
                "positions": 4,
                "size": 3385,
                "format": "Navigon Cruiser (*.cruiser)",
                "country": "GB"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1111/"
}