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

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

{
    "data": {
        "type": "Disease",
        "id": "64",
        "attributes": {
            "omim_ids": [
                "OMIM617119",
                "OMIM209900",
                "OMIM600151",
                "OMIM605231",
                "OMIM615981",
                "OMIM615982",
                "OMIM615983",
                "OMIM615984",
                "OMIM615985",
                "OMIM615986",
                "OMIM615987",
                "OMIM615988",
                "OMIM615989",
                "OMIM615990",
                "OMIM615991",
                "OMIM615992",
                "OMIM615993",
                "OMIM615994",
                "OMIM615995",
                "OMIM615996",
                "OMIM617406",
                "OMIM203800",
                "OMIM236700"
            ],
            "status": null,
            "disease_name": "Alström syndrome",
            "icd10_category": "Endocrine, nutritional and metabolic diseases",
            "icd10_specificid": "E34.8"
        },
        "relationships": {
            "combination_set": {
                "meta": {
                    "count": 7
                },
                "data": [
                    {
                        "type": "Combination",
                        "id": "OLI078"
                    },
                    {
                        "type": "Combination",
                        "id": "OLI082"
                    },
                    {
                        "type": "Combination",
                        "id": "OLI083"
                    },
                    {
                        "type": "Combination",
                        "id": "OLI087"
                    },
                    {
                        "type": "Combination",
                        "id": "OLI080"
                    },
                    {
                        "type": "Combination",
                        "id": "OLI086"
                    },
                    {
                        "type": "Combination",
                        "id": "OLI084"
                    }
                ],
                "links": {
                    "self": "https://olida.ibsquare.be/api/diseases/64/relationships/combination_set?format=api",
                    "related": "https://olida.ibsquare.be/api/diseases/64/combinations/?format=api"
                }
            }
        },
        "links": {
            "self": "https://olida.ibsquare.be/api/diseases/64/?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) 2024 · 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.052191",
        "status": "CU",
        "curator": null,
        "submitter": "cnachteg"
    }
}