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": 239,
    "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": "Bioimaging",
            "id": 84
        },
        {
            "keyword": "Visualization",
            "id": 88
        },
        {
            "keyword": "Biological network inference and analysis",
            "id": 89
        },
        {
            "keyword": "Inferential statistics",
            "id": 129
        },
        {
            "keyword": "Selection Detection",
            "id": 60
        },
        {
            "keyword": "Assembly of genomes and transcriptomes",
            "id": 2
        },
        {
            "keyword": "Read alignment on genomes",
            "id": 20
        },
        {
            "keyword": "Supertrees and Reconciliations",
            "id": 73
        },
        {
            "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
        }
    ]
}