brasiliapp / web

Plataforma web que ajuda a população brasileira a monitorar as despesas de cota parlamentar, verbas de gabinete e falas dos deputados federais nas sessões da Câmara dos Deputados.
https://brasiliapp.com.br
36 stars 12 forks source link

Implement cnpj information from brasiliapi #39

Closed aniltonveiga closed 6 months ago

aniltonveiga commented 11 months ago

The Brasilapi project (https://brasilapi.com.br/) maintains open and free information about CNPJ such as: opening date, registration status, and partners.

image

For BrasiliApp, this information is important, as it is known that many politicians hire front companies, or companies belonging to relatives, to perform services.

Como

When clicking on the 'Verificar' button, make a request to: https://brasilapi.com.br/api/cnpj/v1/{CNPJ} Entering the company's CNPJ without dots or dashes.

In the response of this request will require the use of the following properties:

raulcesar54 commented 6 months ago

Feature added in PR https://github.com/brasiliapp/web/pull/40