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

GET /v1/editions/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
ETag: "c1e84e7a67170822e5a8082adb6b889d"
Vary: Accept

[
    {
        "id": "offline",
        "url": "https://api.routeconverter.com/v1/editions/offline/?format=api"
    },
    {
        "id": "online",
        "url": "https://api.routeconverter.com/v1/editions/online/?format=api"
    },
    {
        "id": "timealbum",
        "url": "https://api.routeconverter.com/v1/editions/timealbum/?format=api"
    }
]