Loading...
Loading...
Data coverage
VerifyVAT supports over 55 types of VAT, GST, and business identifiers across 41 jurisdictions. Explore coverage by country to see which identifiers are supported and how they're verified.
Coverage API
Query VerifyVAT's API to list all supported identifiers worldwide, and integrate the verification logic in your platform.
curl -X GET "https://verifyvat.com/api/id-types"
# Filter by id, country, region, or validation type with query parameters:
curl -X GET "https://verifyvat.com/api/id-types?id={id}&country={country_code}®ion={region_code}&validation={validation_type}"
# List all EU identifiers with support for registry validation:
curl -X GET "https://verifyvat.com/api/id-types?region=eu&validation=registry"
# Or pass a JSON body with a POST request:
curl -X POST "https://verifyvat.com/api/id-types" \
-H "Content-Type: application/json" \
-d '{"id":"{id}","country":"{country_code}","region":"{region_code}","validation":"{validation_type}"}'