The Public Health Plus API is a platform designed to provide quick and easy access to critical public health data. Offering a variety of endpoints, the API allows for the retrieval of up-to-date information on health statistics, medical services, vaccination campaigns, and other essential data to promote well-being and awareness in the public health sector. Developed to facilitate integration into applications, information systems, and online services, the Public Health Plus API aims to enhance the availability of relevant information, aiding in informed decision-making in public health management.
Welcome to the official documentation for the Public Health Plus API. This API has been developed to provide reliable access to public health data. Below are the main features, authentication instructions, and guidelines for effectively using the API.
Health Statistics
/health-statistics
Medical Services
/medical-services
Vaccination Campaigns
/vaccination-campaigns
Organization Registration
/api/primeiro-grupo-medical
[
{
"nomeInstitucional": "Ministério da Saúde",
"endereco": {
"cep": "70058-900",
"logradouro": "Esplanada dos Ministérios Bloco G",
"numeroLogradouro": "S/N",
"complemento": "",
"bairro": "Zona Cívico-Administrativa",
"cidade": "Brasília",
"estado": "DF",
"ddd": "61"
},
"horarioFuncionamento": {
"MONDAY": "08:00 - 21:00",
"TUESDAY": "08:00 - 21:00",
"WEDNESDAY": "08:00 - 21:00",
"THURSDAY": "08:00 - 21:00",
"FRIDAY": "08:00 - 21:00",
"SATURDAY": "Closed",
"SUNDAY": "Closed"
},
"horarioAtendimento": {
"MONDAY": "08:00 - 18:00",
"TUESDAY": "08:00 - 18:00",
"WEDNESDAY": "08:00 - 18:00",
"THURSDAY": "08:00 - 18:00",
"FRIDAY": "08:00 - 18:00",
"SATURDAY": "Closed",
"SUNDAY": "Closed"
}
}
]
/api/primeiro-grupo-medical/dados/{nomeInstitucional}
/api/primeiro-grupo-medical/{nomeInstitucional}
To access the API's resources, authentication is required. Follow the instructions below to obtain the necessary credentials:
/auth
username
: Your usernamepassword
: Your passwordTo make a request to the API, use the appropriate HTTP method for the desired resource. Be sure to include the authentication credentials in the request header.
Example request using cURL:
curl -X GET -H "Authorization: Bearer YOUR_TOKEN" https://api.mais-saude-publica.com/health-statistics
curl -X GET -H "Authorization: Bearer YOUR_TOKEN" https://api.mais-saude-publica.com/health-statistics
curl -X GET -H "Authorization: Bearer YOUR_TOKEN" https://api.mais-saude-publica.com/medical-services
Thank you for using the Public Health Plus API. If you have any questions or issues, please contact us at meugit.edufelizardo@gmail.com.
This is just the initial documentation. We plan to update and expand it as new features and improvements are implemented.
This translation should ensure the documentation is clear and accessible to English-speaking users. Let me know if you need further adjustments!