GET /api/licence/?format=api&offset=20&ordering=name
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=name",
    "results": [
        {
            "id": 12,
            "name": "Unlicense"
        }
    ]
}