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": 1,
            "name": "Creative Commons Attribution 4.0 International License"
        }
    ]
}