/diseases/{disease_code}/charts
/diseases/{disease_code}/charts
/diseases/{disease_code}/charts
Returns every chart in the catalog for a single disease, across all countries where that disease has chart data.
Each item includes country_code, graph_id, title, chart type, resolved country and disease names, disease_code (same numeric id as in the path), and an href relative path to load the chart series: GET /diseases/{disease_code}/distribution/{country_code}/charts/{graph_id} (prepend your API base URL if needed).
Results are ordered by country_code. There are no query parameters.
For chart discovery across diseases or with region and keyword filters, use GET /diseases/charts. For all diseases in one country, use GET /diseases/countries/{country_code}/charts. For charts for this disease in one country only, use GET /diseases/{disease_code}/distribution/{country_code}/charts.