Handles creating, reading and updating keywords.

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

{
    "count": 239,
    "next": "https://catalogue.france-bioinformatique.fr/api/keyword/?format=api&limit=20&offset=200",
    "previous": "https://catalogue.france-bioinformatique.fr/api/keyword/?format=api&limit=20&offset=160",
    "results": [
        {
            "keyword": "Structural and functional annotation of genomes",
            "id": 3
        },
        {
            "keyword": "Population Genetics",
            "id": 116
        },
        {
            "keyword": "Knowledge mining",
            "id": 69
        },
        {
            "keyword": "Statistical Genetics",
            "id": 90
        },
        {
            "keyword": "Functioning of complex biological systems",
            "id": 108
        },
        {
            "keyword": "Regulatory network modelling",
            "id": 111
        },
        {
            "keyword": "Quantitative proteomics",
            "id": 97
        },
        {
            "keyword": "Complete genomes",
            "id": 63
        },
        {
            "keyword": "Transcript and transcript variant analysis",
            "id": 6
        },
        {
            "keyword": "Transcriptomics (RNA-seq)",
            "id": 4
        },
        {
            "keyword": "Genomics (DNA-seq)",
            "id": 21
        },
        {
            "keyword": "Proteogenomics",
            "id": 132
        },
        {
            "keyword": "Functional and regulatory pathways comparison",
            "id": 79
        },
        {
            "keyword": "Integration of heterogeneous data",
            "id": 75
        },
        {
            "keyword": "Knowledge representation",
            "id": 76
        },
        {
            "keyword": "Small chemical compound libraries",
            "id": 239
        },
        {
            "keyword": "Protein/protein interaction modelisation",
            "id": 242
        },
        {
            "keyword": "proteins/peptides and proteins/nucleic acids",
            "id": 243
        },
        {
            "keyword": "Structure analysis",
            "id": 244
        },
        {
            "keyword": "homology and structural pattern matching",
            "id": 245
        }
    ]
}