Skip to content

Instantly share code, notes, and snippets.

@cmdbot
Created December 20, 2017 21:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmdbot/933307f83edb6489e4ece52819cb8f43 to your computer and use it in GitHub Desktop.
Save cmdbot/933307f83edb6489e4ece52819cb8f43 to your computer and use it in GitHub Desktop.
{
"federalTaxNumber": "00.360.305/0001-04",
"name": "CAIXA ECONOMICA FEDERAL",
"tradeName": "CEF MATRIZ",
"shareCapital": 508353189,
"email": "gecol@caixa.gov.br",
"status": "ATIVA",
"issuedOn": "2017-12-13T10:30:46Z",
"statusOn": "2005-11-03T00:00:00Z",
"openedOn": "1971-02-03T00:00:00Z",
"unit": "Headoffice",
"responsableEntity": "BR",
"address": {
"city": {
"name": "Brasília"
},
"country": "BRA",
"postalCode": "70092-900",
"number": "34",
"street": "Quadra 4 Bloco A Lotes 3/4",
"streetSuffix": "Outros",
"additionalInformation": "PRESI/GECOL21ANDAR",
"district": "Asa Sul",
"state": "DF"
},
"economicActivities": [
{
"code": "6423900",
"description": "Caixas econômicas",
"isMain": true
}
],
"legalNature": {
"description": "EMPRESA PUBLICA",
"code": "2011"
},
"partners": [
{
"qualification": {
"description": "Administrador",
"code": "5"
},
"name": "FABIO LENZA"
},
{
"qualification": {
"description": "Administrador",
"code": "5"
},
"name": "JOSE HENRIQUE MARQUES DA CRUZ"
},
{
"qualification": {
"description": "Presidente",
"code": "16"
},
"name": "GILBERTO MAGALHAES OCCHI"
},
{
"qualification": {
"description": "Administrador",
"code": "5"
},
"name": "ARNO MEYER"
},
{
"qualification": {
"description": "Administrador",
"code": "5"
},
"name": "ANTONIO CARLOS FERREIRA"
},
{
"qualification": {
"description": "Administrador",
"code": "5"
},
"name": "DEUSDINA DOS REIS PEREIRA"
},
{
"qualification": {
"description": "Administrador",
"code": "5"
},
"name": "MARCELO CAMPOS PRATA"
},
{
"qualification": {
"description": "Administrador",
"code": "5"
},
"name": "MARCOS FERNANDO FONTOURA DOS SANTOS JACINTO"
},
{
"qualification": {
"description": "Administrador",
"code": "5"
},
"name": "NELSON ANTONIO DE SOUZA"
},
{
"qualification": {
"description": "Administrador",
"code": "5"
},
"name": "PAULO HENRIQUE ANGELO SOUZA"
},
{
"qualification": {
"description": "Administrador",
"code": "5"
},
"name": "ROBERTO DERZIE DE SANT ANNA"
},
{
"qualification": {
"description": "Administrador",
"code": "5"
},
"name": "JOSE ANTONIO EIRADO NETO"
}
]
}
{
"federalTaxNumber": "04.813.607/0001-41",
"name": "ESSENCE CONSULTORIA EM INFORMATICA LTDA",
"tradeName": "ESSENCE CONSULTORIA",
"shareCapital": 100000,
"issuedOn": "2017-12-13T11:28:01Z",
"statusOn": "2001-12-05T00:00:00Z",
"openedOn": "2001-12-05T00:00:00Z",
"unit": "Headoffice",
"email": "BRASTON@UOL.COM.BR",
"status": "ATIVA",
"address": {
"city": {
"name": "São Paulo",
"code": "3550308"
},
"country": "BRA",
"postalCode": "04717-004",
"number": "1601",
"street": "Alexandre Dumas",
"streetSuffix": "Rua",
"additionalInformation": "ANDAR8CONJ81",
"district": "Chácara Santo Antônio (Zona Sul)",
"state": "SP"
},
"phones": [
{
"source": "RFB",
"number": "29671447",
"ddd": "11"
}
],
"economicActivities": [
{
"code": "6201501",
"description": "Desenvolvimento de programas de computador sob encomenda",
"isMain": true
},
{
"code": "6202300",
"description": "Desenvolvimento e licenciamento de programas de computador customizáveis",
"isMain": false
},
{
"code": "6209100",
"description": "Suporte técnico manutenção e outros serviços em tecnologia da informação",
"isMain": false
},
{
"code": "7810800",
"description": "Seleção e agenciamento de mãodeobra",
"isMain": false
},
{
"code": "8599603",
"description": "Treinamento em informática",
"isMain": false
}
],
"legalNature": {
"description": "SOCIEDADE EMPRESARIA LIMITADA",
"code": "2062"
},
"partners": [
{
"qualification": {
"description": "Sócio-Administrador",
"code": "49"
},
"name": "ARY GATTO JUNIOR"
},
{
"qualification": {
"description": "Sócio-Administrador",
"code": "49"
},
"name": "RODRIGO RICCO MACHADO"
},
{
"qualification": {
"description": "Sócio-Administrador",
"code": "49"
},
"name": "ALESSANDRE STORTO TRINTIM"
}
]
}
@chicomcastro
Copy link

A api continua respondendo nesta URL porém além do CNPJ é necessário uma API_KEY gerada no site da nfe.io.
Aqui a documentação:
https://nfe.io/doc/rest-api/legalentity-v1/

Esse link parece estar quebrado

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment