Skip to content

Instantly share code, notes, and snippets.

@guilhermecomum
Last active November 9, 2017 13:10
Show Gist options
  • Save guilhermecomum/0d1174f3b468c7ec7cac9ddf14f499cf to your computer and use it in GitHub Desktop.
Save guilhermecomum/0d1174f3b468c7ec7cac9ddf14f499cf to your computer and use it in GitHub Desktop.
Estados Brasileiros JSON
{
"states": [
{ "id": "AC", "name": "Acre" },
{ "id": "AL", "name": "Alagoas" },
{ "id": "AP", "name": "Amapá" },
{ "id": "AM", "name": "Amazonas" },
{ "id": "BA", "name": "Bahia" },
{ "id": "CE", "name": "Ceará" },
{ "id": "DF", "name": "Distrito Federal" },
{ "id": "ES", "name": "Espírito Santo" },
{ "id": "GO", "name": "Goiás" },
{ "id": "MA", "name": "Maranhão" },
{ "id": "MT", "name": "Mato Grosso" },
{ "id": "MS", "name": "Mato Grosso do Sul" },
{ "id": "MG", "name": "Minas Gerais" },
{ "id": "PA", "name": "Pará" },
{ "id": "PB", "name": "Paraíba" },
{ "id": "PR", "name": "Paraná" },
{ "id": "PE", "name": "Pernambuco" },
{ "id": "PI", "name": "Piauí" },
{ "id": "RJ", "name": "Rio de Janeiro" },
{ "id": "RN", "name": "Rio Grande do Norte" },
{ "id": "RS", "name": "Rio Grande do Sul" },
{ "id": "RO", "name": "Rondônia" },
{ "id": "RR", "name": "Roraima" },
{ "id": "SC", "name": "Santa Catarina" },
{ "id": "SP", "name": "São Paulo" },
{ "id": "SE", "name": "Sergipe" },
{ "id": "TO", "name": "Tocantins"}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment