Abstract API · Example Payload

Vat Validation Vat Rates Response Example

AvatarsCompany EnrichmentContactsCurrenciesEmail ValidationExchange RatesIBAN ValidationImage ProcessingIP GeolocationIP IntelligencePhone ValidationPublic HolidaysScreenshotsTimezonesVAT ValidationWeb Scraping

Vat Validation Vat Rates Response Example is an example object payload from Abstract API, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

country_codecountry_namestandard_ratereduced_ratessuper_reduced_rateparking_rate

Example Payload

Raw ↑
{
  "country_code": "DE",
  "country_name": "Germany",
  "standard_rate": 19,
  "reduced_rates": [
    7
  ],
  "super_reduced_rate": null,
  "parking_rate": null
}