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": 221,
    "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": "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
        },
        {
            "keyword": "Sequence annotation",
            "id": 9
        },
        {
            "keyword": "Small and long non-coding RNAs",
            "id": 7
        },
        {
            "keyword": "Transcript and transcript variant analysis",
            "id": 6
        },
        {
            "keyword": "Gene expression differential analysis",
            "id": 5
        },
        {
            "keyword": "Transcriptomics (RNA-seq)",
            "id": 4
        },
        {
            "keyword": "Structural and functional annotation of genomes",
            "id": 3
        },
        {
            "keyword": "Assembly of genomes and transcriptomes",
            "id": 2
        }
    ]
}