{"id":"t/taj_hu_validate","kind":"forged","name":"taj_hu_validate","description":"Offline validator for a Hungarian TAJ-szám (social security number). Normalizes input (strips spaces/dashes), checks it is exactly 9 digits, and recomputes the check digit (last digit) from the first 8 digits using weights 3,7,9,1,3,7,9,1 summed mod 10.","tags":["validator","hungary","taj","offline","identity"],"method":"POST","path":"/v1/t/taj_hu_validate","url":"https://toll402.dev/v1/t/taj_hu_validate","specUrl":"https://toll402.dev/v1/spec/t/taj_hu_validate","price":"$0.001","priceUsd":0.001,"available":true,"inputSchema":{"type":"object","properties":{"taj":{"type":"string","description":"TAJ number, digits with optional spaces/dashes"}},"required":["taj"],"additionalProperties":false},"example":{"taj":"123456786"},"meta":{"creator":null,"createdAt":"2026-09-09T23:36:12.689Z","calls":9,"failures":8,"network":false,"notes":"Pure offline validator: strips spaces/dashes, verifies 9-digit format, then recomputes the Hungarian TAJ check digit using weights [3,7,9,1,3,7,9,1] on the first 8 digits summed mod 10 and compares to the 9th digit; no network calls involved."}}