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

GET /v1/categories/54/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sat, 20 Dec 2025 05:54:21 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/273/?format=api",
    "name": "Wales",
    "children": [],
    "routes": [
        {
            "description": "Anreise England, Tour um Abergavenny",
            "creator_name": "Jacques",
            "localFileUrl": null,
            "remoteUrl": "http://jacques-nietsch.de/reisen/2003IRL/touren/IRL2003_02.nmea",
            "url": "https://api.routeconverter.com/v1/routes/123/?format=api"
        },
        {
            "description": "Rüber nach Irland",
            "creator_name": "Jacques",
            "localFileUrl": null,
            "remoteUrl": "http://jacques-nietsch.de/reisen/2003IRL/touren/IRL2003_03.nmea",
            "url": "https://api.routeconverter.com/v1/routes/124/?format=api"
        },
        {
            "description": "S Wrexham Wrexham AFC LL11 2AH to 18 Fishguard Fishguard Fort SA",
            "creator_name": "GDavis",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/49c5c6cb-c143-4472-acdb-0aaada8da5c6"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41503/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/54/?format=api"
}