GET /api/eventcost/?format=api&offset=20&ordering=-id
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 25,
    "next": null,
    "previous": "https://catalogue.france-bioinformatique.fr/api/eventcost/?format=api&limit=20&ordering=-id",
    "results": [
        {
            "id": 5,
            "cost": "1350 for academics"
        },
        {
            "id": 4,
            "cost": "Concessions available"
        },
        {
            "id": 3,
            "cost": "Priced"
        },
        {
            "id": 2,
            "cost": "Free to academics"
        },
        {
            "id": 1,
            "cost": "Free"
        }
    ]
}