An indicator across countries
API · /who-api
WHO Health Statistics API
The World Health Organization's Global Health Observatory (GHO) as an API — authoritative global health statistics for every WHO member state. Search a catalogue of more than 3,000 health indicators spanning life expectancy and healthy life expectancy, mortality and causes of death, immunization and vaccine coverage, communicable and noncommunicable disease burden, maternal and child health, nutrition, mental health, health workforce, health financing, water and sanitation, and risk factors such as tobacco, alcohol and obesity. For any indicator, pull a country's complete time-series — each data point with its year, value, the WHO uncertainty interval (low and high bounds), the WHO region and the breakdown dimension (for example sex) — or compare the indicator across many countries for a chosen year, or the latest available year per country, ranked by value. Country codes are ISO3 (DEU, USA, JPN) or WHO region codes; results can be filtered by sex (both, male or female). Ideal for public-health research, journalism, NGO and policy dashboards, epidemiology and global-development analysis. Indicator codes come from the indicators endpoint (e.g. WHOSIS_000001 is life expectancy at birth). Data from the WHO Global Health Observatory.
API salute
salutare- Tempo di attività
- 100.00%
- Sondaggi del server · 24 ore su 24
- Latenza media
- 335 ms
- Sondaggi del server · 24 ore su 24
- Abbonati
- 4,427
- attiva
- Chiamate totali
- 12
- ultimi 7 giorni
Prezzi
Scegli un livello: fatturazione mensile, annullamento in qualsiasi momento.
Free
Gratis
- 600 chiamate/mese
- 2 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 600 calls/month
- 2 req/sec
- Indicators, data & compare
- No credit card
Starter
€6.20 /mese
- 21,500 chiamate/mese
- 6 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 21.5k calls/month
- 6 req/sec
- Country time-series
- Email support
Pro
€19.50 /mese
- 90,000 chiamate/mese
- 15 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 90k calls/month
- 15 req/sec
- Epidemiology & research
- Priority support
Mega
€54.50 /mese
- 375,000 chiamate/mese
- 40 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 375k calls/month
- 40 req/sec
- Public-health dashboards
- Dedicated SLA
Costruito da
Correlato APIs
Altro APIs con tag sovrapposti.
ATC Drug Classification API
The WHO ATC (Anatomical Therapeutic Chemical) drug classification as an API — 6,400+ codes organising every medicine into a 5-level hierarchy: anatomical main group → therapeutic subgroup → pharmacological subgroup → chemical subgroup → chemical substance. Look up any ATC code (e.g. A10BA02 → metformin, N02BE01 → paracetamol, J01CA04 → amoxicillin) with its full ancestor chain, direct children and WHO Defined Daily Doses (DDD); search drugs by name; or navigate the tree from the 14 anatomical main groups. Ideal for e-prescribing, pharmacy, clinical decision support, drug databases and health analytics.
api.oanor.com/atc-api
ClinicalTrials API
Search the global clinical-trials registry as an API, powered by the U.S. NIH ClinicalTrials.gov database of 500,000+ studies. Find trials by medical condition, intervention or drug, free-text term, location and recruitment status (recruiting, completed, active, terminated and more), with paging across results, or pull a full study by its NCT id. Each record carries the title, overall status, study type and phases, conditions studied, interventions, lead sponsor, enrollment count, start and completion dates, eligibility criteria (sex, age range, healthy-volunteer policy) and the list of participating sites with city and country. Ideal for patient-matching and recruitment tools, pharma and biotech competitive intelligence, medical research dashboards, health portals and academic analysis.
api.oanor.com/clinicaltrials-api
Exercises API
Una base de datos completa de ejercicios y entrenamientos que cubre más de 870 ejercicios: busca y filtra por músculo objetivo, equipo requerido, categoría, nivel de dificultad, tipo de fuerza y mecánica, obtén un solo ejercicio con instrucciones paso a paso, músculos primarios y secundarios e imágenes de demostración, selecciona un ejercicio aleatorio que coincida con cualquier filtro, y lee todos los valores de faceta disponibles para construir interfaces de filtro. Cada endpoint acepta entrada a través de la cadena de consulta o el cuerpo de la solicitud y devuelve JSON limpio y predecible. Datos puros del lado del servidor (sin terceros ascendentes), por lo que las respuestas son instantáneas y siempre están disponibles. Ideal para aplicaciones de fitness y gimnasio, planificadores de entrenamiento, herramientas de entrenador personal y plataformas de salud.
api.oanor.com/exercises-api
API de Calculadora de Saúde
Um conjunto completo de calculadoras de saúde e condicionamento físico em uma API: Índice de Massa Corporal com categoria e faixa de peso saudável, Taxa Metabólica Basal (Mifflin-St Jeor e Harris-Benedict), Gasto Energético Total Diário com metas de calorias para perda/ganho de peso, divisões de macronutrientes (equilibrado, baixo carboidrato, alto teor de proteína, cetogênico, resistência) com fibras, percentual de gordura corporal da Marinha dos EUA, peso corporal ideal em quatro fórmulas clássicas (Devine, Robinson, Miller, Hamwi) e ingestão diária de água. Cada endpoint aceita parâmetros de consulta GET ou um corpo JSON POST e funciona em unidades métricas e imperiais. Todo o cálculo é feito localmente com equações estabelecidas de domínio público, portanto as respostas são instantâneas e o serviço está sempre disponível. Ideal para rastreadores de condicionamento físico, aplicativos de nutrição, telemedicina e painéis de bem-estar.
api.oanor.com/healthcalc-api
Domande frequenti
Risposte rapide su prezzi, quote e integrazione.
Come ottengo una chiave API per WHO Health Statistics API?
Qual è il limite di velocità di WHO Health Statistics API?
Quanto costa WHO Health Statistics API?
Posso cancellare l'abbonamento in qualsiasi momento?
WHO Health Statistics API è conforme al GDPR?
Scegli un endpoint dall'elenco a sinistra per visualizzarne i dettagli e provarlo.
Frammenti di codice
Iscriviti per ottenere una chiave API, quindi chiama qualsiasi percorso sotto il tuo slug.
curl https://api.oanor.com/who-api/SOME_PATH \
-H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/who-api/SOME_PATH", {
headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/who-api/SOME_PATH");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
$response = curl_exec($ch);
import requests
r = requests.get(
"https://api.oanor.com/who-api/SOME_PATH",
headers={"x-oanor-key": "oanor_test_..."},
)
print(r.json())
Valutazioni
Accedi per votare.
Nessuna recensione ancora.
Discussione
Fai domande, condividi consigli, ricevi risposte dal provider e dagli altri sviluppatori. Pubblico — chiunque può leggere.
Accedi per scrivere o rispondere.
AccediNuova discussione
·
-
Risposta del provider
🔒 Discussione bloccata — non si può più rispondere.
-
·
- Nessuna discussione — inizia tu.
Supporto
Supporto privato 1:1 con il provider — fatturazione, integrazione, account. Solo tu e il team del provider vedete questi thread.
Accedi per aprire un ticket di supporto.
AccediApri nuovo ticket
Descrivi cosa ti serve. Il team del provider riceve un'email e risponde sulla pagina del ticket.
-
·
Urgente - Nessun ticket per questa API.