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

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

{
    "data": {
        "type": "Disease",
        "id": "655",
        "attributes": {
            "omim_ids": [
                "OMIM618826",
                "OMIM618697",
                "OMIM617123",
                "OMIM617023",
                "OMIM618613",
                "OMIM613809",
                "OMIM613810",
                "OMIM613827",
                "OMIM613861",
                "OMIM613862",
                "OMIM613983",
                "OMIM614180",
                "OMIM614181",
                "OMIM614494",
                "OMIM614500",
                "OMIM615233",
                "OMIM615434",
                "OMIM615565",
                "OMIM615725",
                "OMIM615780",
                "OMIM617433",
                "OMIM615922",
                "OMIM616188",
                "OMIM616394",
                "OMIM616469",
                "OMIM616544",
                "OMIM616562",
                "OMIM610599",
                "OMIM611131",
                "OMIM612095",
                "OMIM612165",
                "OMIM612572",
                "OMIM612712",
                "OMIM612943",
                "OMIM613194",
                "OMIM613341",
                "OMIM613428",
                "OMIM613464",
                "OMIM613575",
                "OMIM613581",
                "OMIM613582",
                "OMIM613617",
                "OMIM613660",
                "OMIM613731",
                "OMIM613750",
                "OMIM613756",
                "OMIM613758",
                "OMIM613767",
                "OMIM613769",
                "OMIM613794",
                "OMIM613801",
                "OMIM300424",
                "OMIM300605",
                "OMIM312600",
                "OMIM312612",
                "OMIM400004",
                "OMIM600059",
                "OMIM600105",
                "OMIM600132",
                "OMIM600138",
                "OMIM600852",
                "OMIM601414",
                "OMIM601718",
                "OMIM602594",
                "OMIM602772",
                "OMIM604232",
                "OMIM604393",
                "OMIM606068",
                "OMIM607921",
                "OMIM608133",
                "OMIM608380",
                "OMIM609913",
                "OMIM609923",
                "OMIM610282",
                "OMIM610359",
                "OMIM180100",
                "OMIM180104",
                "OMIM180105",
                "OMIM180210",
                "OMIM268000",
                "OMIM268025",
                "OMIM268060",
                "OMIM300029",
                "OMIM300155",
                "OMIM617304",
                "OMIM617460",
                "OMIM618173",
                "OMIM617781",
                "OMIM618220",
                "OMIM618195",
                "OMIM618345",
                "OMIM256100",
                "OMIM602088",
                "OMIM604387",
                "OMIM606966",
                "OMIM611498",
                "OMIM613159",
                "OMIM613820",
                "OMIM613824",
                "OMIM614377",
                "OMIM615382",
                "OMIM615862",
                "OMIM617271"
            ],
            "status": null,
            "disease_name": "Nephronophthisis",
            "icd10_category": "Congenital malformations, deformations and chromosomal abnormalities",
            "icd10_specificid": "Q61.5"
        },
        "relationships": {
            "combination_set": {
                "meta": {
                    "count": 5
                },
                "data": [
                    {
                        "type": "Combination",
                        "id": "OLI211"
                    },
                    {
                        "type": "Combination",
                        "id": "OLI212"
                    },
                    {
                        "type": "Combination",
                        "id": "OLI213"
                    },
                    {
                        "type": "Combination",
                        "id": "OLI214"
                    },
                    {
                        "type": "Combination",
                        "id": "OLI359"
                    }
                ],
                "links": {
                    "self": "https://olida.ibsquare.be/api/diseases/655/relationships/combination_set?format=api",
                    "related": "https://olida.ibsquare.be/api/diseases/655/combinations/?format=api"
                }
            }
        },
        "links": {
            "self": "https://olida.ibsquare.be/api/diseases/655/?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.090811",
        "status": "CU",
        "curator": null,
        "submitter": "cnachteg"
    }
}