All endpoints require API key authentication via the
X-API-Key header. See the endpoint pages for full request/response details.Base URL
Authentication
Example headers
Rate limiting
Responses include rate limit headers:
On 429, the server may send
Retry-After (seconds).
Error format
Errors return a JSON body:loc, msg, type.
HTTP status codes
Endpoints
GET /cep-lookup/:cep
Look up a Brazilian postal code (CEP).
GET /cnpj-data/:cnpj
Fetch public data for a Brazilian company (CNPJ).
GET /currency-exchange
Get a real-time currency exchange rate.
GET /domain-availability/:domain
Check if a domain name is available.
GET /ip-classify
Classify an IP address by network type.
GET /ip-lookup
Look up geo and network data for an IP address.
GET /temporary-email
Check if an email uses a disposable domain.
POST /translate
Translate text between languages.

