/diseases/countries/{country_code}/charts
/diseases/countries/{country_code}/charts
/diseases/countries/{country_code}/charts
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.
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.