The catalog
Every API, one clean contract.
98 APIs · all speak the same { ok, data, meta, error }envelope. Search, filter, and open one to see endpoints, params & live examples.
★
Popular
Reputation & Reviews
8 APIsE-commerce & Marketplaces
20 APIsReal Estate
5 APIsJobs & Hiring
6 APIsTravel & Lodging
5 APIsSearch & SEO
4 APIsFinance & Data
3 APIsMedia, Film & Knowledge
15 APIsUtilities & AI
11 APIsClassifieds & Second-hand
4 APIsDeveloper Tools
11 APIsValidation Utility Bundle
live/validate · 4 endpoints
post/validate/v1/vat1 creditValidate an EU VAT number via VIES → validity + registered company name & address.
vat_number*country
{
"vat_number": "IE6388047V"
}Try in playground →post/validate/v1/iban1 creditValidate + parse an IBAN offline (ISO 13616 mod-97) → country, BBAN, bank/branch/account. Optional enrich=true adds BIC + bank name/city (openiban.com, proxied).
iban*enrich
{
"iban": "DE89 3704 0044 0532 0130 00"
}Try in playground →post/validate/v1/email1 creditValidate an email: syntax + live MX (DoH) + disposable-domain + role-account flags.
email*check_mx
{
"email": "[email protected]"
}Try in playground →post/validate/v1/batch1 creditValidate up to 100 mixed items ({type:vat|iban|email,value}) in one call.
items*check_mx
{
"items": [
{
"type": "iban",
"value": "DE89370400440532013000"
},
{
"type": "email",
"value": "[email protected]",
"check_mx": false
},
{
"type": "iban",
"value": "bad"
}
]
}Try in playground →
Social Media
6 APIs