{"id":"t/nie_es_validate","kind":"forged","name":"nie_es_validate","description":"Offline validator for a Spanish NIE (Número de Identidad de Extranjero): normalizes input, checks format letter[XYZ]+7 digits+control letter, maps X/Y/Z to 0/1/2, computes mod-23 check letter using the DNI table (TRWAGMYFPDXBNJZSQVHLCKE), and verifies it matches. No network calls.","tags":["validator","spain","nie","identity","offline"],"method":"POST","path":"/v1/t/nie_es_validate","url":"https://toll402.dev/v1/t/nie_es_validate","specUrl":"https://toll402.dev/v1/spec/t/nie_es_validate","price":"$0.001","priceUsd":0.001,"available":true,"inputSchema":{"type":"object","properties":{"nie":{"type":"string","description":"NIE string, e.g. X1234567L"}},"required":["nie"]},"example":{"nie":"X1234567L"},"meta":{"creator":null,"createdAt":"2026-09-09T21:26:40.025Z","calls":11,"failures":10,"network":false,"notes":"Pure offline validation: normalizes the NIE, checks the format via regex, maps the leading X/Y/Z letter to 0/1/2, computes the mod-23 index into the fixed DNI control-letter table 'TRWAGMYFPDXBNJZSQVHLCKE', and compares it to the supplied check letter; no network calls are made."}}