Pre-filing check
- Input
- 0000001-82.2024.8.26.0100
- Expected output
- DV válido, segmento Estadual (TJs), tribunal TJSP
Use when copying case numbers from notifications to avoid rework.
validate CNJ case number check digit
A wrong CNJ number in a filing can delay or block the submission. Check-digit validation (modulo 97, ISO 7064) is the fastest test before sending the document.
Use when copying case numbers from notifications to avoid rework.
Useful in high-volume law firms for data-quality cleanup.
The result of the mod-97 algorithm (same as IBAN) applied to the full number without the DD. Two digits ensure integrity.
The 2 digits after NNNNNNN (the DD position). Calculated using the modulo-97 algorithm (ISO 7064) to detect typing errors.
Not in systems that validate on entry, but records imported from legacy systems may have incorrect check digits. This tool identifies those cases.
Informational tool. A formally valid number does not guarantee that the case exists or is active.