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/genecombinations/966/genes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/vnd.api+json
Vary: Accept

{
    "data": [
        {
            "type": "Gene",
            "id": "KLB",
            "attributes": {
                "go_molecular_function": [
                    "['fibroblast growth factor receptor binding', 'hydrolase activity, hydrolyzing O-glycosyl compounds', 'protein binding', 'fibroblast growth factor binding']"
                ],
                "pathway_id": [
                    "kegg_path:hsa04714",
                    "R-HSA-109704",
                    "R-HSA-112399",
                    "R-HSA-1257604",
                    "R-HSA-1307965",
                    "R-HSA-162582",
                    "R-HSA-1643685",
                    "R-HSA-190236",
                    "R-HSA-190322",
                    "R-HSA-199418",
                    "R-HSA-2219528",
                    "R-HSA-2219530",
                    "R-HSA-2404192",
                    "R-HSA-2428924",
                    "R-HSA-2428928",
                    "R-HSA-5654228",
                    "R-HSA-5654712",
                    "R-HSA-5654716",
                    "R-HSA-5654719",
                    "R-HSA-5654720",
                    "R-HSA-5654733",
                    "R-HSA-5654743",
                    "R-HSA-5663202",
                    "R-HSA-5673001",
                    "R-HSA-5683057",
                    "R-HSA-5684996",
                    "R-HSA-6811558",
                    "R-HSA-74751",
                    "R-HSA-74752",
                    "R-HSA-9006925",
                    "R-HSA-9006934"
                ],
                "essential_gene": "Non-essential",
                "status": "CU",
                "uniprot_acc": "Q86Z14",
                "ensembl_id": "None",
                "entrez_id": "ENSG00000134962",
                "chromosome_number": "4",
                "lastmodified": "2023-05-16T12:02:33.128903"
            },
            "relationships": {
                "variant_set": {
                    "meta": {
                        "count": 4
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2907"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2913"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2983"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2985"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/KLB/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/KLB/variants/?format=api"
                    }
                },
                "genecombination_set": {
                    "meta": {
                        "count": 4
                    },
                    "data": [
                        {
                            "type": "GeneCombination",
                            "id": "964"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "966"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "995"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "996"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/KLB/relationships/genecombination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/KLB/genecombinations/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genes/KLB/?format=api"
            }
        },
        {
            "type": "Gene",
            "id": "SOX10",
            "attributes": {
                "go_molecular_function": [
                    "['DNA-binding transcription activator activity', 'RNA polymerase II cis-regulatory region sequence-specific DNA binding', 'DNA-binding transcription activator activity, RNA polymerase II-specific', 'transcription cis-regulatory region binding', 'DNA-binding transcription factor activity, RNA polymerase II-specific', 'DNA binding', 'sequence-specific double-stranded DNA binding', 'protein binding', 'promoter-specific chromatin binding', 'DNA-binding transcription factor binding', 'identical protein binding', 'DNA-binding transcription factor activity']"
                ],
                "pathway_id": [
                    "R-HSA-1266738",
                    "R-HSA-9619665",
                    "R-HSA-9675108"
                ],
                "essential_gene": "Essential",
                "status": "CU",
                "uniprot_acc": "P56693",
                "ensembl_id": "None",
                "entrez_id": "ENSG00000100146",
                "chromosome_number": "22",
                "lastmodified": "2022-08-04T14:14:58.452639"
            },
            "relationships": {
                "variant_set": {
                    "meta": {
                        "count": 8
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2400"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2667"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2774"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2908"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2912"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3368"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3373"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3375"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/SOX10/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/SOX10/variants/?format=api"
                    }
                },
                "genecombination_set": {
                    "meta": {
                        "count": 7
                    },
                    "data": [
                        {
                            "type": "GeneCombination",
                            "id": "817"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "887"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "927"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "965"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "966"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1131"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1132"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/SOX10/relationships/genecombination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/SOX10/genecombinations/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genes/SOX10/?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"
        ],
        "size": 2
    }
}