This API endpoint handles listing (/diseases) and retrieval (/diseases/<ID>/) of genetic diseases that are contained in the database

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

{
    "data": {
        "type": "Disease",
        "id": "124",
        "attributes": {
            "omim_ids": [
                "OMIM105650",
                "OMIM300946",
                "OMIM606129",
                "OMIM606164",
                "OMIM610629",
                "OMIM612527",
                "OMIM612528",
                "OMIM612561",
                "OMIM612562",
                "OMIM612563",
                "OMIM613308",
                "OMIM613309",
                "OMIM614900",
                "OMIM615550",
                "OMIM615909",
                "OMIM618313",
                "OMIM618312",
                "OMIM618310",
                "OMIM617409",
                "OMIM617408",
                "OMIM620072"
            ],
            "status": null,
            "disease_name": "Diamond-Blackfan anemia",
            "icd10_category": null,
            "icd10_specificid": "D61.0"
        },
        "relationships": {
            "combination_set": {
                "meta": {
                    "count": 1
                },
                "data": [
                    {
                        "type": "Combination",
                        "id": "OLI1739"
                    }
                ],
                "links": {
                    "self": "https://olida.ibsquare.be/api/diseases/124/relationships/combination_set?format=api",
                    "related": "https://olida.ibsquare.be/api/diseases/124/combinations/?format=api"
                }
            }
        },
        "links": {
            "self": "https://olida.ibsquare.be/api/diseases/124/?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": "2024-02-29T15:02:20.178139",
        "status": "CU",
        "curator": null,
        "submitter": "cnachteg"
    }
}