LegalTech & Law
Shield Your Legal System Against Missed Deadlines
Procedural deadlines are counted in business days. Automate the lookup of national, state, and municipal holidays to guarantee foolproof calculations.
The Risk of Invisible Holidays
A deadline in one city doesn't share the same holidays as another. Miscalculating due to an invisible municipal holiday causes:
- ✕Missed procedural deadlines (preclusion).
- ✕Million-dollar malpractice lawsuits against the firm.
- ✕Severe compliance failures and ISO certification risks.
Automated Deadlines via API
Exact lookup by municipal IBGE code
All 5,571 Brazilian municipalities covered
Prevention of human error in business day calculations
// Check if today is a business day in a specific jurisdiction
GET /api/v1/feriados/verificar-data?data=2026-08-26&ibge=5002704
{
"data": "2026-08-26",
"feriado": true,
"motivo": "Aniversário de Campo Grande",
"tipo": "MUNICIPAL"
}