Base URL: https://api.orbioapi.com.br
Limites e quotas
Os limites variam por plano e podem incluir:
- Requisições por minuto (rate limit)
- Contas por dia/mês (quota)
- Limite por requisição (
limit)
Para ver o snapshot ativo e a lista de campos permitidos, use:
http
GET https://api.orbioapi.com.br/v1/statusExemplo de resposta:
json
{
"active_snapshot": "2026-01",
"snapshot_date": "2026-01-01",
"allowed_sort_fields": ["score", "started_at", "legal_name", "uf", "municipality_ibge", "company_size_code"],
"field_allowlist": [
"cnpj",
"legal_name",
"trade_name",
"uf",
"municipality_ibge",
"cnae_primary",
"company_size_code",
"registration_status",
"started_at",
"has_email",
"has_phone",
"email",
"phone1",
"area_code1",
"phone2",
"area_code2",
"street_type",
"street",
"street_number",
"address_complement",
"neighborhood",
"postal_code"
]
}Rate limit
Quando o limite é excedido, a API retorna 429 com Retry-After e headers RateLimit-*.
Veja detalhes em Rate limit e backoff.

