npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-brasilapi

v1.0.2

Published

Community node n8n para acessar a BrasilAPI (CEP, CNPJ, Bancos, Taxas etc.)

Readme

n8n-nodes-brasilapi

npm
Node da comunidade n8n que expõe todos os principais endpoints públicos da BrasilAPI dentro do seu workflow – sem necessidade de credenciais.


Visão geral

| Recurso | Operações disponíveis | |---------|----------------------| | CEP | v1, v2 | | DDD | byDdd | | Banks | list, byCode | | Câmbio | moedas, cotacao | | CNPJ | byCnpj | | Corretoras (CVM) | corretoras, corretoraByCnpj | | CPTEC / INPE | cidades, buscaCidade, climaCapital, climaAeroporto, climaPrevisao (1 dia ou N dias), ondas (1 dia ou N dias) | | Feriados | byYear | | FIPE | marcas, veiculos, preco, tabelas | | IBGE | ufs, ufByCode, municipios | | ISBN | byIsbn | | NCM | list (com filtro), byCode | | PIX | participants | | Registro.br | domain | | Taxas / Índices | list, bySigla |

Todos os endpoints são públicos; não há autenticação nem limitação de credenciais.


Como funciona

  1. Resource – escolha o serviço (CEP, FIPE, etc.).
  2. Operation – o node carrega automaticamente as operações válidas para o recurso.
  3. Route Params (JSON) – informe os parâmetros de rota exigidos, por exemplo:
   { "cep": "01001000" }
  1. Extra Query (JSON) – opcional, para filtros adicionais (ex.: { "search": "3305.10" }).

O node monta o endpoint correto, faz a requisição à BrasilAPI e devolve o JSON pronto para uso nas etapas seguintes do seu workflow.


Exemplos rápidos

| Objetivo | Configuração mínima | | ------------------------------- | ----------------------------------------------------------------- | | Dados do Banco 237 | Resource banks → Operation byCode → Route { "code": 237 } | | Cotação USD em 2025-02-13 | cambiocotacao{ "moeda": "USD", "data": "2025-02-13" } | | Preço FIPE código 001004-9 | fipepreco{ "codigoFipe": "001004-9" } | | Status domínio n8n.io | registrobrdomain{ "domain": "n8n.io" } |


Contribuindo

Sinta-se à vontade para abrir issues ou enviar pull requests com novos endpoints, correções ou sugestões de melhoria. Este projeto segue a licença MIT.