GET /api/licence/?format=api&offset=20
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",
    "results": [
        {
            "id": 21,
            "name": "CC BY-SA 4.0"
        }
    ]
}