Handles creating, reading and updating keywords.

GET /api/keyword/?format=api&offset=60&ordering=-keyword
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=80&ordering=-keyword",
    "previous": "https://catalogue.france-bioinformatique.fr/api/keyword/?format=api&limit=20&offset=40&ordering=-keyword",
    "results": [
        {
            "keyword": "Quantification",
            "id": 87
        },
        {
            "keyword": "Quality Control",
            "id": 265
        },
        {
            "keyword": "QTL Localization",
            "id": 92
        },
        {
            "keyword": "Python Language",
            "id": 147
        },
        {
            "keyword": "Python",
            "id": 236
        },
        {
            "keyword": "proteomics",
            "id": 235
        },
        {
            "keyword": "Proteogenomics",
            "id": 132
        },
        {
            "keyword": "Protein structures",
            "id": 154
        },
        {
            "keyword": "proteins/peptides and proteins/nucleic acids",
            "id": 243
        },
        {
            "keyword": "Protein/protein interaction modelisation",
            "id": 242
        },
        {
            "keyword": "Protein inference and validation",
            "id": 131
        },
        {
            "keyword": "Programming Languages & Computer Sciences",
            "id": 139
        },
        {
            "keyword": "Predictions of structural properties",
            "id": 99
        },
        {
            "keyword": "Post-translational modifications",
            "id": 117
        },
        {
            "keyword": "Post-translational modification analysis",
            "id": 134
        },
        {
            "keyword": "Positional cloning",
            "id": 118
        },
        {
            "keyword": "Population Genetics",
            "id": 116
        },
        {
            "keyword": "Physical Mapping",
            "id": 125
        },
        {
            "keyword": "Phylogeny",
            "id": 145
        },
        {
            "keyword": "Phylogenomics",
            "id": 71
        }
    ]
}