ibge api

Solutions on MaxInterview for ibge api by the best coders in the world

showing results for - "ibge api"
Ella
21 Mar 2018
1const data = await fetch("https://servicodados.ibge.gov.br/api/v1/localidades/distritos")
2>>> 
3[ 
4	{
5		id:	number //Identificador do distrito
6
7		nome:  string //Nome do distrito
8
9		municipio:	{
10			id:	 number
11			nome: string
12			microrregiao: { }
13		}
14	}
15]
similar questions
ipify api