CPF.CNPJ
DevelopmentAPI for consulting CPF or CNPJ at the Federal Revenue without providing date of birth or captcha. Returns Name, Birth Date, Mother's Name, Gender, and Status.
π Documentation & Examples
Everything you need to integrate with CPF.CNPJ
π Quick Start Examples
// CPF.CNPJ API Example
const response = await fetch('https://www.cpfcnpj.com.br/en/', {
method: 'GET',
headers: {
'Content-Type': 'application/json'
}
});
const data = await response.json();
console.log(data);
CPF and CNPJ Consultation API
Access the Federal Revenue database for CPF and CNPJ consultation without the need for providing a date of birth or solving captchas. This API streamlines the process, offering a straightforward way to retrieve essential data.
By using this API, you can obtain key information such as Name, Birth Date, Mother's Name, Gender, and Status efficiently. Ideal for businesses and services requiring quick identity verification.
Benefits of Using This API:
- No Captcha Required: Avoid the hassle of dealing with captchas, speeding up the process.
- No Date of Birth Needed: Simplifies user data input by reducing required fields.
- Comprehensive Information Retrieval: Provides Name, Birth Date, Mother's Name, Gender, and Status.
- Fast Verification Process: Instant data access ensures a smoother user experience.
- Ideal for Businesses: Perfect for services that require identity checks, improving operational efficiency.
API Example Code in JavaScript
const axios = require('axios');
const cpfOrCnpj = '12345678900'; // Replace with a valid CPF or CNPJ
const url = `https://www.cpfcnpj.com.br/api/consult?cpfcnpj=${cpfOrCnpj}`;
axios.get(url, {
headers: {
'Authorization': 'Bearer YOUR_API_KEY' // Replace with your API key
}
})
.then(response => {
console.log('Response Data:', response.data);
})
.catch(error => {
console.error('Error:', error);
});
For more details, visit the official API documentation.
Security Assessment
π 30-Day Uptime History
Daily uptime tracking showing online vs offline minutes