/diseases/{disease_code}/distribution/{country_code}/case-series

View as Markdown
Returns **case-series rows** for a **single disease** in **one country**: each row is a published case series or cohort-style summary with geography, population and setting labels, a **`parameter`** theme, counts, narrative **`notes`** (HTML with GIDEON tags), a stable **`hash_id`**, and resolved **`references`**. - **`id`** uses the **`c_`** prefix followed by the row’s internal id. - Rows are ordered by the greater of **`start_year`** or **`publication_year`** (newest first); either year field may be null. - **`timestamp`** is a Unix epoch (seconds) from the latest update stamp on the underlying case-series feed for this disease–country pair, or **`null`** when none exists. For **filtered lists across countries or years**, use **`GET /diseases/case-series/filter`** (and **`…/filter-options`** for UI facets). #### **Path parameters** | Name | Description | | --- | --- | | `disease_code` | GIDEON disease id. | | `country_code` | GIDEON country code. | #### **Query parameters** None. #### **Success response** `{ "data": [ … ], "timestamp": … }` — when nothing matches, **`data`** is an empty array.

Authentication

Authorizationstring
API Key authentication via header

Response

OK