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

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

{
    "data": {
        "type": "Disease",
        "id": "231169",
        "attributes": {
            "omim_ids": [
                "OMIM276900",
                "OMIM276904",
                "OMIM601067",
                "OMIM602083",
                "OMIM602097",
                "OMIM606943",
                "OMIM612632",
                "OMIM614869",
                "OMIM614990",
                "OMIM618632"
            ],
            "status": null,
            "disease_name": "Usher syndrome type 1",
            "icd10_category": "Diseases of the eye and adnexia",
            "icd10_specificid": "H35.5"
        },
        "relationships": {
            "combination_set": {
                "meta": {
                    "count": 13
                },
                "data": [
                    {
                        "type": "Combination",
                        "id": "OLI101"
                    },
                    {
                        "type": "Combination",
                        "id": "OLI102"
                    },
                    {
                        "type": "Combination",
                        "id": "OLI103"
                    },
                    {
                        "type": "Combination",
                        "id": "OLI104"
                    },
                    {
                        "type": "Combination",
                        "id": "OLI100"
                    },
                    {
                        "type": "Combination",
                        "id": "OLI259"
                    },
                    {
                        "type": "Combination",
                        "id": "OLI260"
                    },
                    {
                        "type": "Combination",
                        "id": "OLI261"
                    },
                    {
                        "type": "Combination",
                        "id": "OLI262"
                    },
                    {
                        "type": "Combination",
                        "id": "OLI263"
                    },
                    {
                        "type": "Combination",
                        "id": "OLI265"
                    },
                    {
                        "type": "Combination",
                        "id": "OLI266"
                    },
                    {
                        "type": "Combination",
                        "id": "OLI267"
                    }
                ],
                "links": {
                    "self": "https://olida.ibsquare.be/api/diseases/231169/relationships/combination_set?format=api",
                    "related": "https://olida.ibsquare.be/api/diseases/231169/combinations/?format=api"
                }
            }
        },
        "links": {
            "self": "https://olida.ibsquare.be/api/diseases/231169/?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.057529",
        "status": "CU",
        "curator": null,
        "submitter": "cnachteg"
    }
}