India — Disaggregated health indicators for India including mortality, morbidity, health systems, and risk factors from the WHO data repository
import requests
# WHO GHO API
url = 'https://ghoapi.azureedge.net/api/'
print('WHO GHO: https://www.who.int/data/gho')
print('Global health indicators for benchmarking')| Field | Type | Description |
|---|---|---|
| indicator | string | Health indicator name |
| country | string | Country name |
| value | float | Indicator value |
| year | int | Data year |