Handles creating, reading and updating keywords.

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

{
    "count": 228,
    "next": "https://catalogue.france-bioinformatique.fr/api/keyword/?format=api&limit=20&offset=220&ordering=-id",
    "previous": "https://catalogue.france-bioinformatique.fr/api/keyword/?format=api&limit=20&offset=180&ordering=-id",
    "results": [
        {
            "keyword": "Descriptive statistics",
            "id": 32
        },
        {
            "keyword": "Structural Bioinformatics",
            "id": 31
        },
        {
            "keyword": "Multiple sequence alignment",
            "id": 30
        },
        {
            "keyword": "Sequence Algorithm",
            "id": 29
        },
        {
            "keyword": "Gene expression regulation analysis",
            "id": 26
        },
        {
            "keyword": "Exomes",
            "id": 25
        },
        {
            "keyword": "Panels (amplicons, captures)",
            "id": 24
        },
        {
            "keyword": "Genome analysis",
            "id": 22
        },
        {
            "keyword": "Genomics (DNA-seq)",
            "id": 21
        },
        {
            "keyword": "Read alignment on genomes",
            "id": 20
        },
        {
            "keyword": "Genomics (Chips)",
            "id": 19
        },
        {
            "keyword": "Développements technologiques de l‘Information et de la Communication",
            "id": 18
        },
        {
            "keyword": "Biostatistics",
            "id": 17
        },
        {
            "keyword": "NGS Sequencing Data Analysis",
            "id": 16
        },
        {
            "keyword": "Cloud",
            "id": 15
        },
        {
            "keyword": "Cluster",
            "id": 14
        },
        {
            "keyword": "Databases and information systems",
            "id": 13
        },
        {
            "keyword": "Workflow development",
            "id": 12
        },
        {
            "keyword": "Tool integration",
            "id": 11
        },
        {
            "keyword": "Pattern matching",
            "id": 10
        }
    ]
}