Brazil Receita WS API
Overview
Brazil Receita WS lets you look up official information about Brazilian companies using their CNPJ (tax registration number). You get data like company name, address, status, and registration details from Brazil s federal revenue authority. No API key is required for basic lookups, making it easy to get started.
Beginner Tip
The CNPJ must be exactly 14 digits with no dots, slashes, or dashes; strip all formatting before sending the request.
Available Data
Example Response
{
"status": "success",
"data": {
"result": "Data from Brazil Receita WS",
"description": "Consult companies by CNPJ for Brazilian companies",
"timestamp": "2025-01-15T10:00:00Z"
}
} Field Reference
cnpj The 14-digit CNPJ number of the company that was queried nome Official registered name of the company fantasia Trade name or brand name of the company, if different from the registered name situacao Current registration status of the company (e.g. ATIVA means active) municipio City where the company is registered uf Two-letter Brazilian state abbreviation where the company is registered Implementation Example
const url = "https://www.receitaws.com.br/";
const response = await fetch(url);
if (!response.ok) throw new Error(`Request failed: ${response.status}`);
const data = await response.json();
console.log(data); What Can You Build?
Note: These code examples are AI-generated and unverified. Always refer to the official API documentation for accurate usage.
Common Errors & Troubleshooting
Matrix Score Breakdown
Fully tested on Apr 5, 2026
Technical Specifications
Related Tags
Similar APIs
View All →Bank Negara Malaysia Open Data
⭐ Beginner's PickBank Negara Malaysia Open Data provides free access to official financial data published by Malaysia's central bank, including exchange rates, interest rates, and key economic indicators.
BCLaws
BCLaws gives you free access to the full text of British Columbia's laws and regulations.
Brazil
⭐ Beginner's PickBrasilAPI is a free, community-driven API that centralizes public data about Brazil in one easy-to-use place.
Brazil Central Bank Open Data
The Brazil Central Bank Open Data API provides free access to official financial and economic data from Brazil s central bank (Banco Central do Brasil).
Brazilian Chamber of Deputies Open Data
The Brazilian Chamber of Deputies Open Data API provides free access to legislative information from Brazil s lower house of Congress.