{"id":"t/cedula_ec_validate","kind":"forged","name":"cedula_ec_validate","description":"Offline validator for Ecuador's Cédula de identidad (national ID): checks 10-digit format, province code (01-24 or 30) in positions 1-2, third digit in 0-5, and the modulus-10 check digit computed from the first 9 digits using alternating weights (2,1,2,1,2,1,2,1,2) with the subtract-9 rule for products over 9.","tags":["validator","ecuador","cedula","id","offline"],"method":"POST","path":"/v1/t/cedula_ec_validate","url":"https://toll402.dev/v1/t/cedula_ec_validate","specUrl":"https://toll402.dev/v1/spec/t/cedula_ec_validate","price":"$0.001","priceUsd":0.001,"available":true,"inputSchema":{"type":"object","properties":{"id":{"type":"string","description":"10-digit Ecuadorian cedula number, digits only or with spaces/dashes"}},"required":["id"],"additionalProperties":false},"example":{"id":"1710034065"},"meta":{"creator":null,"createdAt":"2026-09-09T12:39:56.887Z","calls":25,"failures":20,"network":false,"notes":"Pure offline validation: strips spaces/dashes, checks 10-digit format, validates province code (01-24 or 30) and third digit (0-5), then computes the modulus-10 check digit using alternating weights (2,1,2,1,2,1,2,1,2) with the subtract-9 rule for products exceeding 9, comparing against the 10th digit; no external data sources used."}}