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

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

{
    "data": {
        "type": "Disease",
        "id": "2515",
        "attributes": {
            "omim_ids": [
                "OMIM251220",
                "OMIM256370",
                "OMIM301028",
                "OMIM600995",
                "OMIM603278",
                "OMIM603965",
                "OMIM607832",
                "OMIM610725",
                "OMIM612551",
                "OMIM613237",
                "OMIM614131",
                "OMIM614196",
                "OMIM615244",
                "OMIM615573",
                "OMIM615861",
                "OMIM616002",
                "OMIM616032",
                "OMIM616220",
                "OMIM616730",
                "OMIM616892",
                "OMIM616893",
                "OMIM618176",
                "OMIM618177",
                "OMIM618178",
                "OMIM618179",
                "OMIM619201"
            ],
            "status": null,
            "disease_name": "Microcephaly-cardiomyopathy syndrome",
            "icd10_category": "Congenital malformations, deformations and chromosomal abnormalities",
            "icd10_specificid": "Q87.8"
        },
        "relationships": {
            "combination_set": {
                "meta": {
                    "count": 1
                },
                "data": [
                    {
                        "type": "Combination",
                        "id": "OLI007"
                    }
                ],
                "links": {
                    "self": "https://olida.ibsquare.be/api/diseases/2515/relationships/combination_set?format=api",
                    "related": "https://olida.ibsquare.be/api/diseases/2515/combinations/?format=api"
                }
            }
        },
        "links": {
            "self": "https://olida.ibsquare.be/api/diseases/2515/?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": "2021-10-18T11:00:45.019199",
        "status": "CU",
        "curator": null,
        "submitter": "cnachteg"
    }
}