A single API for the validation checks every backend ends up needing: IBAN, EU VAT, email (including disposable-email detection), phone number, credit card, postal code format, and password strength — plus UUID/password generation.
POST /v1/validate/iban — IBAN checksum validationPOST /v1/validate/vat — EU VAT format + VIES existence checkPOST /v1/validate/email — syntax + MX record checkPOST /v1/validate/disposable-email — flags throwaway/temp-mail domainsPOST /v1/validate/phone — international phone number validationPOST /v1/validate/creditcard — Luhn check + card brand detectionPOST /v1/validate/postal-code — postal code format validation (50+ countries)GET /v1/validate/postal-code/countries — list supported postal code countriesPOST /v1/password/strength — entropy-based password strength scoringPOST /v1/password/breach-check — HaveIBeenPwned k-anonymity breach checkGET /v1/generate/uuid — UUID generationGET /v1/generate/password — cryptographically random password generationFree tier plus paid tiers, billed and metered through RapidAPI. Get your API key & see current plans on RapidAPI →
disposable-email detection and postal-code format validation (50+ countries).