curl "https://api.bracc.app/api/v1/public/graph/company/12345678000190?depth=2"
{
"nodes": [
{
"id": "4:abc123:456",
"label": "ACME COMERCIO LTDA",
"type": "company",
"document_id": "12.345.678/0001-90",
"properties": {
"razao_social": "ACME COMERCIO LTDA",
"cnpj": "12.345.678/0001-90",
"situacao_cadastral": "ATIVA",
"capital_social": 100000.0,
"data_abertura": "2010-01-15",
"uf": "SP",
"municipio": "SAO PAULO"
},
"sources": [
{
"database": "rfb_cnpj",
"record_id": null,
"extracted_at": null
}
],
"is_pep": false,
"exposure_tier": "public_safe"
},
{
"id": "4:def789:123",
"label": "CONTRACT-2023-001",
"type": "contract",
"document_id": null,
"properties": {
"contract_number": "2023-001",
"contract_value": 150000.0,
"start_date": "2023-01-01",
"end_date": "2023-12-31",
"object": "Prestacao de servicos de consultoria",
"contracting_agency": "MINISTERIO DA ECONOMIA"
},
"sources": [
{
"database": "comprasnet",
"record_id": "2023001",
"extracted_at": "2024-01-15"
}
],
"is_pep": false,
"exposure_tier": "public_safe"
}
],
"edges": [
{
"id": "5:rel123:789",
"source": "4:abc123:456",
"target": "4:def789:123",
"type": "HAS_CONTRACT",
"properties": {
"role": "supplier",
"year": 2023
},
"confidence": 1.0,
"sources": [
{
"database": "comprasnet",
"record_id": null,
"extracted_at": null
}
],
"exposure_tier": "public_safe"
}
],
"center_id": "4:abc123:456"
}
Retrieve the relationship graph for a specific company, including connected entities and their relationships. This endpoint supports lookup by CNPJ (formatted or unformatted) or internal entity ID.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/World-Open-Graph/br-acc/llms.txt
Use this file to discover all available pages before exploring further.
12.345.678/0001-90123456780001904:a1b2c3d4:123132curl "https://api.bracc.app/api/v1/public/graph/company/12345678000190?depth=2"
{
"nodes": [
{
"id": "4:abc123:456",
"label": "ACME COMERCIO LTDA",
"type": "company",
"document_id": "12.345.678/0001-90",
"properties": {
"razao_social": "ACME COMERCIO LTDA",
"cnpj": "12.345.678/0001-90",
"situacao_cadastral": "ATIVA",
"capital_social": 100000.0,
"data_abertura": "2010-01-15",
"uf": "SP",
"municipio": "SAO PAULO"
},
"sources": [
{
"database": "rfb_cnpj",
"record_id": null,
"extracted_at": null
}
],
"is_pep": false,
"exposure_tier": "public_safe"
},
{
"id": "4:def789:123",
"label": "CONTRACT-2023-001",
"type": "contract",
"document_id": null,
"properties": {
"contract_number": "2023-001",
"contract_value": 150000.0,
"start_date": "2023-01-01",
"end_date": "2023-12-31",
"object": "Prestacao de servicos de consultoria",
"contracting_agency": "MINISTERIO DA ECONOMIA"
},
"sources": [
{
"database": "comprasnet",
"record_id": "2023001",
"extracted_at": "2024-01-15"
}
],
"is_pep": false,
"exposure_tier": "public_safe"
}
],
"edges": [
{
"id": "5:rel123:789",
"source": "4:abc123:456",
"target": "4:def789:123",
"type": "HAS_CONTRACT",
"properties": {
"role": "supplier",
"year": 2023
},
"confidence": 1.0,
"sources": [
{
"database": "comprasnet",
"record_id": null,
"extracted_at": null
}
],
"exposure_tier": "public_safe"
}
],
"center_id": "4:abc123:456"
}
Show nodes[]
company, contract, sanction, finance, bid, embargo, etc.false in public mode).Show edges[]
id field).id field).HAS_CONTRACT, HAS_SANCTION, PARTNER_OF, DONATED_TO, etc.Show sources[]
curl "https://api.bracc.app/api/v1/public/graph/company/12345678000190?depth=2"
{
"nodes": [
{
"id": "4:abc123:456",
"label": "ACME COMERCIO LTDA",
"type": "company",
"document_id": "12.345.678/0001-90",
"properties": {
"razao_social": "ACME COMERCIO LTDA",
"cnpj": "12.345.678/0001-90",
"situacao_cadastral": "ATIVA",
"capital_social": 100000.0,
"data_abertura": "2010-01-15",
"uf": "SP",
"municipio": "SAO PAULO"
},
"sources": [
{
"database": "rfb_cnpj",
"record_id": null,
"extracted_at": null
}
],
"is_pep": false,
"exposure_tier": "public_safe"
},
{
"id": "4:def789:123",
"label": "CONTRACT-2023-001",
"type": "contract",
"document_id": null,
"properties": {
"contract_number": "2023-001",
"contract_value": 150000.0,
"start_date": "2023-01-01",
"end_date": "2023-12-31",
"object": "Prestacao de servicos de consultoria",
"contracting_agency": "MINISTERIO DA ECONOMIA"
},
"sources": [
{
"database": "comprasnet",
"record_id": "2023001",
"extracted_at": "2024-01-15"
}
],
"is_pep": false,
"exposure_tier": "public_safe"
}
],
"edges": [
{
"id": "5:rel123:789",
"source": "4:abc123:456",
"target": "4:def789:123",
"type": "HAS_CONTRACT",
"properties": {
"role": "supplier",
"year": 2023
},
"confidence": 1.0,
"sources": [
{
"database": "comprasnet",
"record_id": null,
"extracted_at": null
}
],
"exposure_tier": "public_safe"
}
],
"center_id": "4:abc123:456"
}