Handles creating, reading and updating keywords.

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

{
    "count": 221,
    "next": null,
    "previous": "https://catalogue.france-bioinformatique.fr/api/keyword/?format=api&limit=20&offset=200",
    "results": [
        {
            "keyword": "Développements technologiques de l‘Information et de la Communication",
            "id": 18
        }
    ]
}