/diseases/countries/{country_code}/charts

View as Markdown
Returns **all charts in the catalog** for a **single country**: every disease in that country that has at least one chart. Each item includes **`disease_code`**, **`graph_id`**, **`title`**, chart **`type`**, resolved **`disease`** and **`country`** names, **`country_code`**, and an **`href`** path to fetch chart data: **`GET /diseases/{disease_code}/distribution/{country_code}/charts/{graph_id}`** (prepend your API base URL if needed). Results are sorted by **`disease`** name. There are **no** query parameters. #### **Path parameters** | Name | Description | | --- | --- | | `country_code` | GIDEON country code (same as **`countries`** on **`GET /diseases/charts`**). | For chart discovery with additional filters, use **`GET /diseases/charts`**; for country lists scoped to the chart catalog, **`GET /diseases/charts/countries`**. To list **all charts for a single disease** across every country where it appears, use **`GET /diseases/{disease_code}/charts`**.

Authentication

Authorizationstring
API Key authentication via header

Response

OK
datalist of objects