# Aldeia Viva Saúde Dashboard e API para acompanhar risco epidemiológico municipal, alertas altos, doenças, agravos e agentes como Dengue, Chikungunya, Zika, Febre Amarela, Leptospirose e Meningite no Brasil. Use /v1/high-alerts for high and critical epidemiological alerts by municipality, disease and virus. Use /v1/risk-index for enriched municipal risk context and explanation fields. Use /v1/diseases to discover supported diseases and source freshness. Use /v1/bairros to see supported neighborhoods in SP, RJ, MG and PE (resolved to municipality). Add ?uf=RJ to filter. Use /v1/metadata for data freshness, source URLs and the risk formula. Base URL: https://saude.aldeia-viva.com.br OpenAPI: https://saude.aldeia-viva.com.br/openapi.json Agent manifest: https://saude.aldeia-viva.com.br/agent.json Human dashboard: https://saude.aldeia-viva.com.br/dashboard Methodology: https://saude.aldeia-viva.com.br/sobre Important interpretation rules: - Public processed granularity is municipal. - When `filtro_localidade` appears, the original query was made using a neighborhood (bairro) or district name. Currently, this resolution is mainly supported for São Paulo city districts. The data returned is always at the municipal level. - Do not infer district-level or neighborhood-level case counts from municipal data. - Risk formula: casos_provaveis + 4*sinais_alarme + 8*casos_graves + 20*obitos + 2*hospitalizacoes - Each disease entry includes formula_risco; do not assume one universal formula for all diseases. - Data does not replace official epidemiological surveillance or local investigation.