{"id":"t/cedula_pa_validate","kind":"forged","name":"cedula_pa_validate","description":"Offline structural validator for a Panama Cédula de identidad personal. Parses the province/category prefix (1-13, N, PE, E, or PI), the book (tomo) and entry (partida) segments per the documented 'PREFIX-BOOK-ENTRY' pattern; there is no checksum digit for this ID, so validation is structural only (prefix range/set, digit-only book and entry with plausible lengths).","tags":["validator","panama","id","offline","structural"],"method":"POST","path":"/v1/t/cedula_pa_validate","url":"https://toll402.dev/v1/t/cedula_pa_validate","specUrl":"https://toll402.dev/v1/spec/t/cedula_pa_validate","price":"$0.001","priceUsd":0.001,"available":true,"inputSchema":{"type":"object","properties":{"value":{"type":"string","description":"Panama cedula string, e.g. '8-123-4567' or 'PE-1-12345'"}},"required":["value"],"additionalProperties":false},"example":{"value":"3-732-1785"},"meta":{"creator":null,"createdAt":"2026-09-09T15:56:15.549Z","calls":9,"failures":8,"network":false,"notes":"Pure offline structural validator: splits input on '-' into PREFIX-BOOK-ENTRY, checks prefix is numeric 1-13 (no leading zeros) or one of the letter categories N/PE/E/PI, verifies book and entry are digit-only strings with plausible lengths (1-4 and 1-6 digits respectively), and returns the normalized string plus parsed components; no network or checksum since none exists for this ID."}}