I need a zip's database for https server access, if possible free, do you know any?
I need a zip's database for https server access, if possible free, do you know any?
I've already used ViaCEP , it's free and works with HTTPS: link .
Example: link
{
"cep": "01001-000",
"logradouro": "Praça da Sé",
"complemento": "lado ímpar",
"bairro": "Sé",
"localidade": "São Paulo",
"uf": "SP",
"unidade": "",
"ibge": "3550308",
"gia": "1004"
}
About return types:
After the CEP, the type of return desired should be provided, which should be "json", "xml", "piped" or "querty".