Skip to content

Instantly share code, notes, and snippets.

@renatoassis01
Created January 22, 2022 17:02
Show Gist options
  • Save renatoassis01/eff34cd599ffd808b14311c9dd1e45c6 to your computer and use it in GitHub Desktop.
Save renatoassis01/eff34cd599ffd808b14311c9dd1e45c6 to your computer and use it in GitHub Desktop.
json com todos os municípios brasileiros
#! /bin/bash
curl -s https://servicodados.ibge.gov.br/api/v1/localidades/municipios\?orderBy\=nome | jq '.[] | {id: .id, name: .nome, uf: .microrregiao.mesorregiao.UF.sigla}' | jq -s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment