This API endpoint handles listing (/genes) and retrieval (/genes/<ID>/) of genes that are contained in the database due to their association to
genetic variants that are involved in at least one oligogenic combination in OLIDA.

GET /api/genes/KPNA2/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/vnd.api+json
Vary: Accept

{
    "data": {
        "type": "Gene",
        "id": "KPNA2",
        "attributes": {
            "go_molecular_function": [
                "protein binding",
                "nuclear import signal receptor activity",
                "histone deacetylase binding",
                "RNA binding",
                "nuclear localization sequence binding"
            ],
            "pathway_id": [
                "R-HSA-442755",
                "R-HSA-73894",
                "R-HSA-168255",
                "R-HSA-1489509",
                "R-HSA-5693548",
                "R-HSA-112040",
                "R-HSA-438064",
                "R-HSA-9018519",
                "R-HSA-913531",
                "R-HSA-372790",
                "R-HSA-9006925",
                "R-HSA-112315",
                "R-HSA-442729",
                "R-HSA-1169408",
                "R-HSA-1280215",
                "R-HSA-5693606",
                "R-HSA-162582",
                "R-HSA-5693532",
                "R-HSA-1169410",
                "R-HSA-112314",
                "R-HSA-111997",
                "R-HSA-168256",
                "R-HSA-111996",
                "R-HSA-418594",
                "R-HSA-5663205",
                "R-HSA-9006931",
                "R-HSA-168276",
                "R-HSA-388396",
                "R-HSA-8939211",
                "R-HSA-418594",
                "R-HSA-5663205",
                "R-HSA-9006931",
                "R-HSA-111996",
                "R-HSA-168256",
                "R-HSA-111997",
                "R-HSA-112314",
                "R-HSA-388396",
                "R-HSA-8939211",
                "R-HSA-168276",
                "R-HSA-162582",
                "R-HSA-5693532",
                "R-HSA-1169410",
                "R-HSA-112315",
                "R-HSA-442729",
                "R-HSA-372790",
                "R-HSA-9006925",
                "R-HSA-5693606",
                "R-HSA-1280215",
                "R-HSA-1169408",
                "kegg_path:hsa05164",
                "R-HSA-112040",
                "R-HSA-112043",
                "R-HSA-5693548",
                "R-HSA-111932",
                "R-HSA-1489509",
                "R-HSA-112316",
                "R-HSA-168255",
                "R-HSA-442755",
                "R-HSA-73894",
                "R-HSA-111933",
                "R-HSA-111885",
                "R-HSA-913531",
                "R-HSA-438064",
                "R-HSA-9018519",
                "R-HSA-1643685",
                "R-HSA-111933",
                "R-HSA-112316",
                "R-HSA-111932",
                "kegg_path:hsa05164",
                "R-HSA-112043",
                "R-HSA-1643685",
                "R-HSA-111885"
            ],
            "essential_gene": null,
            "status": null,
            "uniprot_acc": "P52292",
            "ensembl_id": "ENSG00000182481",
            "entrez_id": "3838",
            "chromosome_number": "17"
        },
        "relationships": {
            "variant_set": {
                "meta": {
                    "count": 1
                },
                "data": [
                    {
                        "type": "SmallVariant",
                        "id": "2289"
                    }
                ],
                "links": {
                    "self": "https://olida.ibsquare.be/api/genes/KPNA2/relationships/variant_set?format=api",
                    "related": "https://olida.ibsquare.be/api/genes/KPNA2/variants/?format=api"
                }
            },
            "genecombination_set": {
                "meta": {
                    "count": 1
                },
                "data": [
                    {
                        "type": "GeneCombination",
                        "id": "768"
                    }
                ],
                "links": {
                    "self": "https://olida.ibsquare.be/api/genes/KPNA2/relationships/genecombination_set?format=api",
                    "related": "https://olida.ibsquare.be/api/genes/KPNA2/genecombinations/?format=api"
                }
            }
        },
        "links": {
            "self": "https://olida.ibsquare.be/api/genes/KPNA2/?format=api"
        }
    },
    "meta": {
        "database_name": "OLIgogenic diseases DAtabase (OLIDA)",
        "resource_url": "olida.ibsquare.be",
        "api_release_year": "2021",
        "api_developer": [
            [
                "Arnau Dillen",
                "arnau.dillen@ulb.ac.be"
            ],
            [
                "Charlotte Nachtegael",
                "charlotte.nachtegael@ulb.be"
            ]
        ],
        "api_version": "0.3",
        "api_maintainers": [
            [
                "Charlotte Nachtegael",
                "charlotte.nachtegael@ulb.be"
            ]
        ],
        "api_documentation": [
            "olida.ibsquare.be/api/swagger",
            "olida.ibsquare.be/api/redoc"
        ],
        "copyright": "Copyright (c) 2025 · OLIDA All Rights Reserved.",
        "license": "CC Attribution-NonCommercial 4.0 International License",
        "ontologies": {
            "ORDO": "http://bioportal.bioontology.org/ontologies/ORDO",
            "GENO": "http://purl.obolibrary.org/obo/geno.owl",
            "MI": "http://purl.obolibrary.org/obo/mi.owl",
            "NCIT": "http://purl.obolibrary.org/obo/ncit.owl",
            "OGI": "http://purl.obolibrary.org/obo/ogi.owl",
            "OGG": "http://purl.obolibrary.org/obo/ogg.owl"
        },
        "relevant_publications_doi": [
            "10.1093/nar/gkv1068",
            "10.1093/database/baac023"
        ],
        "lastmodified": "2022-08-04T14:14:59.716991",
        "status": "CU",
        "curator": null,
        "submitter": "cnachteg"
    }
}