Q:

ibge api

const data = await fetch("https://servicodados.ibge.gov.br/api/v1/localidades/distritos")
>>> 
[ 
	{
		id:	number //Identificador do distrito

		nome:  string //Nome do distrito

		municipio:	{
			id:	 number
			nome: string
			microrregiao: { }
		}
	}
]
1

Related

New to Communities?

Join the community