This API endpoint handles listing (/references) and retrieval (/references/<ID>/) of References from the database
that support the inclusion of at least one oligogenic combination in OLIDA.

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

{
    "data": [
        {
            "type": "Reference",
            "id": "892",
            "attributes": {
                "status": "CU",
                "pubmed_id": 33750429,
                "doi": "10.1186/s13023-021-01765-w",
                "pmc_id": "PMC7942007",
                "abstract": null,
                "year": 2021,
                "pdf": null,
                "comment": null,
                "uri": null,
                "bibtex": null,
                "title": "Phenotypic and biochemical characteristics and molecular basis in 36 Chinese patients with androgen receptor variants",
                "lastmodified": "2022-08-04T14:15:51.616702"
            },
            "relationships": {
                "combinations": {
                    "meta": {
                        "count": 11
                    },
                    "data": [
                        {
                            "type": "Combination",
                            "id": "OLI996"
                        },
                        {
                            "type": "Combination",
                            "id": "OLI997"
                        },
                        {
                            "type": "Combination",
                            "id": "OLI998"
                        },
                        {
                            "type": "Combination",
                            "id": "OLI999"
                        },
                        {
                            "type": "Combination",
                            "id": "OLI1000"
                        },
                        {
                            "type": "Combination",
                            "id": "OLI1001"
                        },
                        {
                            "type": "Combination",
                            "id": "OLI1002"
                        },
                        {
                            "type": "Combination",
                            "id": "OLI1003"
                        },
                        {
                            "type": "Combination",
                            "id": "OLI1004"
                        },
                        {
                            "type": "Combination",
                            "id": "OLI1005"
                        },
                        {
                            "type": "Combination",
                            "id": "OLI1006"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/references/892/relationships/combinations?format=api",
                        "related": "https://olida.ibsquare.be/api/references/892/combinations/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/references/892/?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": 1
    }
}