DataForge
Replace 9 APIs with 1. DataForge bundles phone, email, IBAN, credit card, VAT, postal code, date, password, and crypto address validation into a single, blazing-fast API with sub-50ms response times. 9 Validation Categories: - Phone: Validate, format (E.164/international/national), detect carrier & timezone, bulk validate up to 100 - Email: Syntax check, MX record lookup, disposable email…
DataForge endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
phone_validate_post_phone_validate_post /phone/validate |
Validate a phone number via POST body. |
| GET |
phone_format_phone_format_get /phone/format |
Format a phone number to a specific format (E.164, international, national, RFC3966). |
| GET |
cc_validate_creditcard_validate_get /creditcard/validate |
Validate a credit card number using Luhn algorithm and detect card type (Visa, Mastercard, Amex, etc.). |
| GET |
date_detect_date_detect_get /date/detect |
Detect the format of a date string. Returns all possible matches and flags ambiguity. |
| GET |
postal_countries_postalcode_countries_get /postalcode/countries |
List all supported countries with example postal code formats. |
| GET |
health_health_get /health |
Check API health and uptime. |
| GET |
iban_validate_iban_validate_get /iban/validate |
Validate an IBAN and extract bank code, account code, BIC, and bank name. |
| POST |
iban_validate_post_iban_validate_post /iban/validate |
Validate an IBAN via POST body. |
| POST |
postal_validate_post_postalcode_validate_post /postalcode/validate |
Validate a postal/ZIP code via POST body. |
| POST |
vat_validate_post_vat_validate_post /vat/validate |
Validate an EU VAT number via POST body. |
| GET |
vat_validate_vat_validate_get /vat/validate |
Validate an EU VAT number format. Supports 28 EU countries + UK. |
| POST |
cc_validate_post_creditcard_validate_post /creditcard/validate |
Validate a credit card number via POST body. |
| POST |
date_detect_post_date_detect_post /date/detect |
Detect date format via POST body. |
| POST |
date_convert_post_date_convert_post /date/convert |
Convert a date string via POST body. |
| GET |
date_convert_date_convert_get /date/convert |
Convert a date string from one format to another. Supports 15+ date formats. |
| GET |
date_formats_date_formats_get /date/formats |
List all supported date format names and their patterns. |
| GET |
postal_validate_postalcode_validate_get /postalcode/validate |
Validate a postal/ZIP code for a given country. Supports 30+ countries. |
| GET |
phone_validate_phone_validate_get /phone/validate |
Validate a phone number and return parsed details including carrier, country, and timezone. |
| POST |
phone_bulk_validate_phone_bulk_validate_post /phone/bulk-validate |
Validate up to 100 phone numbers in a single request. |
| GET |
email_validate_get /email/validate |
Validate email address with syntax check and MX record lookup |
| GET |
password_analyze_get /password/analyze |
Analyze password strength, entropy, and crack time estimate |
| GET |
crypto_validate_get /crypto/validate |
Validate cryptocurrency wallet address (BTC, ETH, and more) |
DataForge pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $4.99 / month | — |
|
| ULTRA | $14.99 / month | — |
|
| MEGA | $39.99 / month | — |
|