Handles creating, reading and updating keywords.

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

{
    "count": 226,
    "next": "https://catalogue.france-bioinformatique.fr/api/keyword/?format=api&limit=20&offset=40&ordering=-id",
    "previous": "https://catalogue.france-bioinformatique.fr/api/keyword/?format=api&limit=20&ordering=-id",
    "results": [
        {
            "keyword": "FAIR",
            "id": 258
        },
        {
            "keyword": "Single-Cell Sequencing",
            "id": 257
        },
        {
            "keyword": "Single-Cell Analysis",
            "id": 256
        },
        {
            "keyword": "single-cell",
            "id": 255
        },
        {
            "keyword": "Représentations graphiques",
            "id": 254
        },
        {
            "keyword": "De novo sequencing",
            "id": 253
        },
        {
            "keyword": "Spectral library search",
            "id": 252
        },
        {
            "keyword": "Database search engine",
            "id": 251
        },
        {
            "keyword": "Data identity and mapping",
            "id": 250
        },
        {
            "keyword": "metatranscriptomics",
            "id": 249
        },
        {
            "keyword": "Web portals",
            "id": 247
        },
        {
            "keyword": "Interfaces",
            "id": 246
        },
        {
            "keyword": "homology and structural pattern matching",
            "id": 245
        },
        {
            "keyword": "Structure analysis",
            "id": 244
        },
        {
            "keyword": "proteins/peptides and proteins/nucleic acids",
            "id": 243
        },
        {
            "keyword": "Protein/protein interaction modelisation",
            "id": 242
        },
        {
            "keyword": "ADME/tox",
            "id": 241
        },
        {
            "keyword": "2D/3D",
            "id": 240
        },
        {
            "keyword": "Small chemical compound libraries",
            "id": 239
        },
        {
            "keyword": "NGiNX",
            "id": 238
        }
    ]
}