cities-as-json
v0.5.0
Published
Constantly updated list of cities and states from Brazil.
Readme
Cities as JSON
All used data is available on Correios, Google Maps and Open Street Maps.
Is there any methods that I can use?
No. It is pure JSON and I have no intention to develop methods to manipulate this data.
JSON Schema
Following the KISS statements, it it simple as possible, the basic schema is below.
[
{
"name": "Acre",
"cities": [
{"name": "Rio Branco"}
]
}
]I cannot find some cities
Just open an issue and I'll fix.
