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

{
    "count": 21,
    "next": null,
    "previous": "https://catalogue.france-bioinformatique.fr/api/licence/?format=api&limit=20&ordering=id",
    "results": [
        {
            "id": 21,
            "name": "CC BY-SA 4.0"
        }
    ]
}