Handles creating, reading and updating keywords.

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

{
    "count": 221,
    "next": "https://catalogue.france-bioinformatique.fr/api/keyword/?format=api&limit=20&offset=100",
    "previous": "https://catalogue.france-bioinformatique.fr/api/keyword/?format=api&limit=20&offset=60",
    "results": [
        {
            "keyword": "Statistical Tests",
            "id": 33
        },
        {
            "keyword": "Regression",
            "id": 34
        },
        {
            "keyword": "R Language",
            "id": 140
        },
        {
            "keyword": "Dimension reduction",
            "id": 36
        },
        {
            "keyword": "Gene expression regulation analysis",
            "id": 26
        },
        {
            "keyword": "Image analysis",
            "id": 85
        },
        {
            "keyword": "Information retrieval",
            "id": 86
        },
        {
            "keyword": "Descriptive statistics",
            "id": 32
        },
        {
            "keyword": "Multivariate analyses",
            "id": 35
        },
        {
            "keyword": "Text mining",
            "id": 135
        },
        {
            "keyword": "Phylogenetics",
            "id": 175
        },
        {
            "keyword": "Gene expression differential analysis",
            "id": 5
        },
        {
            "keyword": "Operating systems",
            "id": 151
        },
        {
            "keyword": "Web portals",
            "id": 247
        },
        {
            "keyword": "single-cell",
            "id": 255
        },
        {
            "keyword": "FAIR",
            "id": 258
        },
        {
            "keyword": "SLURM",
            "id": 261
        },
        {
            "keyword": "Reproducibility",
            "id": 263
        },
        {
            "keyword": "genomics",
            "id": 177
        },
        {
            "keyword": "Bacterial isolate",
            "id": 266
        }
    ]
}