Simple Validation API
Stateless validators for email, phone (E.164 + IN/US/GB), PAN, GSTIN (checksum), and IBAN (checksum). No data stored; perfect for signup/checkout forms.
8 subscribers
6 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Simple Validation API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Root / |
Returns a welcome message and information about the Validation API |
| GET |
Validate Email /validate/email |
Validates email addresses using regex patterns. Checks for valid email format and structure. |
| GET |
Validate Phone /validate/phone |
Validates phone numbers for format and structure. Supports multiple international formats. |
| GET |
Validate PAN /validate/pan |
Validates Indian Permanent Account Number (PAN) format. Checks the structure: 5 uppercase letters, 4 digits, 1 uppercase letter. |
| GET |
Validate GSTIN /validate/gstin |
Validates Indian Goods and Services Tax Identification Number (GSTIN) format. Checks structure and verifies the checksum digit. |
| GET |
Validate IBAN /validate/iban |
Validates International Bank Account Number (IBAN) format. Checks structure and verifies the checksum using modulo 97 algorithm. |
Simple Validation API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $1 / month | — |
|