CPF.CNPJ

CPF.CNPJ

Development

API 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.

Visit API

πŸ“š Documentation & Examples

Everything you need to integrate with CPF.CNPJ

πŸš€ Quick Start Examples

CPF.CNPJ Javascript Examplejavascript
// 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:

  1. No Captcha Required: Avoid the hassle of dealing with captchas, speeding up the process.
  2. No Date of Birth Needed: Simplifies user data input by reducing required fields.
  3. Comprehensive Information Retrieval: Provides Name, Birth Date, Mother's Name, Gender, and Status.
  4. Fast Verification Process: Instant data access ensures a smoother user experience.
  5. 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

D
πŸ”’HTTPS
Enabled
SSL Grade: T
πŸ›‘οΈHeaders
75/100
HSTSXFO
πŸ•’Last Assessed
2 weeks ago
ℹ️Click for detailed analysis

πŸ“Š 30-Day Uptime History

Daily uptime tracking showing online vs offline minutes

Jun 12Jun 14Jun 16Jun 18Jun 20Jun 22Jun 24Jun 26Jun 28Jun 30Jul 2Jul 4Jul 6Jul 8Jul 1104008001440Minutes
Online
Offline

Related APIs in Development