MicroAPIs Validation Suite
Email validation with MX checks, credit card Luhn verification, URL/phone/email format validation, and regex testing/matching/replacing. 9 endpoints.
1 subscribers
118 ms avg latency
9 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
MicroAPIs Validation Suite endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
validateEmailBatch /email/validate/batch |
Validates multiple email addresses in a single request, returning individual results for each email. |
| POST |
validateEmail /email/validate |
Performs comprehensive email validation including format checking, MX record lookup, disposable email detection, and spelling suggestions. |
| Validate | ||
| POST |
validateUrl /validate/url |
Validates a URL and parses it into its components: protocol, hostname, pathname, and query parameters. |
| POST |
validateEmailFormat /validate/email-format |
Validates the format of an email address and parses it into local part, domain, and TLD components. |
| POST |
validateCreditCard /validate/credit-card |
Validates a credit card number using the Luhn algorithm, identifies the card type (Visa, Mastercard, etc.), and checks the length. |
| POST |
validatePhone /validate/phone |
Validates a phone number and returns formatting, country, and type information. |
| Regex | ||
| POST |
regexMatch /regex/match |
Finds all matches of a regular expression pattern in the provided text. |
| POST |
regexTest /regex/test |
Tests whether a regular expression pattern matches the provided text. |
| POST |
regexReplace /regex/replace |
Replaces all matches of a regular expression pattern in the text with the specified replacement string. |
MicroAPIs Validation Suite pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $12 / month | 5 / second |
|
| ULTRA | $45 / month | 15 / second |
|
| MEGA | $120 / month | 30 / second |
|