Handles creating, reading and updating keywords.

GET /api/keyword/?format=api
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=20",
    "previous": null,
    "results": [
        {
            "keyword": "Phylogeny",
            "id": 145
        },
        {
            "keyword": "Methodology",
            "id": 1
        },
        {
            "keyword": "Représentations graphiques",
            "id": 254
        },
        {
            "keyword": "QTL Localization",
            "id": 92
        },
        {
            "keyword": "Single-Cell Sequencing",
            "id": 257
        },
        {
            "keyword": "HPC",
            "id": 260
        },
        {
            "keyword": "Shiny",
            "id": 262
        },
        {
            "keyword": "Protein structures",
            "id": 154
        },
        {
            "keyword": "Quality Control",
            "id": 265
        },
        {
            "keyword": "EDAM",
            "id": 268
        },
        {
            "keyword": "Biostatistics",
            "id": 17
        },
        {
            "keyword": "Programming Languages & Computer Sciences",
            "id": 139
        },
        {
            "keyword": "Cloud",
            "id": 15
        },
        {
            "keyword": "long read sequencing",
            "id": 271
        },
        {
            "keyword": "Artificial Intelligence",
            "id": 273
        },
        {
            "keyword": "Comparative and de novo structure modeling",
            "id": 100
        },
        {
            "keyword": "Post-translational modifications",
            "id": 117
        },
        {
            "keyword": "Dynamic and thermodynamic structure properties analysis",
            "id": 102
        },
        {
            "keyword": "Autre",
            "id": 144
        },
        {
            "keyword": "Ecology",
            "id": 68
        }
    ]
}