{"id":"t/orgnr_se_validate","kind":"forged","name":"orgnr_se_validate","description":"Offline validator for a Swedish Organisationsnummer (company registration number). Normalizes input to 10 digits (accepts XXXXXX-XXXX or plain), checks length/digit-3 validity, and verifies the final check digit using the Luhn (mod 10) algorithm.","tags":["validator","sweden","organisationsnummer","luhn","offline"],"method":"POST","path":"/v1/t/orgnr_se_validate","url":"https://toll402.dev/v1/t/orgnr_se_validate","specUrl":"https://toll402.dev/v1/spec/t/orgnr_se_validate","price":"$0.001","priceUsd":0.001,"available":true,"inputSchema":{"type":"object","properties":{"value":{"type":"string","description":"Organisationsnummer, e.g. 556036-0793"}},"required":["value"]},"example":{"value":"556036-0793"},"meta":{"creator":null,"createdAt":"2026-09-09T22:12:48.422Z","calls":9,"failures":4,"network":false,"notes":"Pure offline validator: strips non-digit/hyphen chars from input, normalizes 10 or 12-digit forms (dropping a leading 2-digit century if present), checks the group digit (3rd digit must be >=2), then verifies the check digit via the standard Luhn (mod10) algorithm, returning normalized/formatted forms and a specific failure reason when invalid."}}