Brazilian Data Provider
Tired of having to generated data manually? Have a look at our resources. Generate data and validate document numbers by making a simple API call! More features incoming !!
Brazilian Data Provider endpoints
| Method | Endpoint | Description |
|---|---|---|
| Persons | ||
| GET |
Get Person /person |
Return a single person object. |
| GET |
Get Persons /persons |
Return a list of registred persons in this domain. |
| Companies | ||
| GET |
Get Company /company |
Return a simple single company structure. |
| GET |
Get Companies /companies |
Return a list of companies registred on this domain. |
| CPFS | ||
| GET |
Get CPF /cpf |
Return a single valid cpf document number. |
| GET |
Get CPFS /cpfs |
Returns a list of registred cpf document number. |
| Validations | ||
| GET |
Validate CPF /validations/cpf |
Return true if the given cpf is valid based on the math behind the pattern. |
| GET |
Validate CNPJ /validations/cnpj |
Return true if the given cnpj is valid based on the math behind the pattern. |
| GET |
Validate CNH /validations/cnh |
Return true if the given CNH is valid based on the math behind the pattern. |
| GET |
Validate Credit Card Number /validations/credit_card_number |
This route receive as parameters: - `flag = (string) ['Visa', 'MasterCard', 'Visa Electron', 'American Express', 'Diners Club', 'Discover', 'Enroute', 'JCB', 'Maestro', 'Solo',… |
| Lorem Ipsum | ||
| GET |
Generate Lorem Ipsum /lorem_ipsum |
Returns lorem ipsum text based on the given parameters: - ` options : (string) ["paragraphs" , "words"]` - `quantity : (integer) number of generated lorem ipsum strings ` |
Brazilian Data Provider pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | — |
|
| ULTRA | $10 / month | — |
|
| MEGA Recommended | $19.99 / month | — |
|