Handles creating, reading and updating keywords.

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

{
    "count": 226,
    "next": null,
    "previous": "https://catalogue.france-bioinformatique.fr/api/keyword/?format=api&limit=20&offset=200&ordering=-id",
    "results": [
        {
            "keyword": "Transcript and transcript variant analysis",
            "id": 6
        },
        {
            "keyword": "Gene expression differential analysis",
            "id": 5
        },
        {
            "keyword": "Transcriptomics (RNA-seq)",
            "id": 4
        },
        {
            "keyword": "Structural and functional annotation of genomes",
            "id": 3
        },
        {
            "keyword": "Assembly of genomes and transcriptomes",
            "id": 2
        },
        {
            "keyword": "Methodology",
            "id": 1
        }
    ]
}