Consume webservice of addresses queries of a given city

Asked

Viewed 322 times

0

I am developing a web project to feed all the addresses of the streets and neighborhoods of the city where I live, and after performing a particular service by the user, link it to an address. Not to manually register all names of streets and neighborhoods, even because it is not feasible, I wonder if anyone knows a web service for this my application.

Note:. I am developing using Playframework 1.4 and in the java language.

2 answers

2


Whenever I work with API and have to use address queries, I use this api https://viacep.com.br. Now depending on what you want to do, you can do the search of the address at the time using the ZIP/ Address or you can make a script that searches all the addresses of your city based on the ZIP codes and save in the database.

-1

Browser other questions tagged

You are not signed in. Login or sign up in order to post.