Rate
Keep the rates of your application up-to-date with a regular VAT rate lookup. This ensures that your invoice states the correct VAT across EU Member States. We have also started to add countries outside the EU and will keep them updated.
Properties
| Name | Type | Description |
|---|---|---|
| abbreviation | string | Abbreviation of `local_name`. |
| categories | object | |
| country_code | string | 2-letter ISO country code. |
| country_name | string | Corresponding English name of `country_code`. |
| currency | string | 3-letter ISO 4217 local currency code. |
| local_name | string | Localized name of the VAT identification number. |
| member_state | boolean | Boolean indicating whether the country is an EU Member State. |
| reduced_rates | array | 3-letter ISO 4217 local currency code. |
| standard_rate | number | Standard VAT rate in percent. |
| vat_abbreviation | string | Abbreviation of `vat_local_name`. |
| vat_local_name | string | Localized name of the VAT. |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/vatstack/main/json-schema/rate.json",
"title": "Rate",
"type": "object",
"description": "Keep the rates of your application up-to-date with a regular VAT rate lookup. This ensures that your invoice states the correct VAT across EU Member States. We have also started to add countries outside the EU and will keep them updated.",
"properties": {
"abbreviation": {
"type": "string",
"description": "Abbreviation of `local_name`."
},
"categories": {
"type": "object",
"properties": {
"audiobook": {
"type": "number",
"format": "double"
},
"broadcasting": {
"type": "number",
"format": "double"
},
"ebook": {
"type": "number",
"format": "double"
},
"eperiodical": {
"type": "number",
"format": "double"
},
"eservice": {
"type": "number",
"format": "double"
},
"telecommunication": {
"type": "number",
"format": "double"
}
}
},
"country_code": {
"type": "string",
"description": "2-letter ISO country code.",
"maxLength": 2,
"minLength": 2
},
"country_name": {
"type": "string",
"description": "Corresponding English name of `country_code`."
},
"currency": {
"type": "string",
"description": "3-letter ISO 4217 local currency code.",
"maxLength": 3,
"minLength": 3
},
"local_name": {
"type": "string",
"description": "Localized name of the VAT identification number."
},
"member_state": {
"type": "boolean",
"description": "Boolean indicating whether the country is an EU Member State."
},
"reduced_rates": {
"type": "array",
"description": "3-letter ISO 4217 local currency code.",
"items": {
"type": "number",
"format": "double"
}
},
"standard_rate": {
"type": "number",
"description": "Standard VAT rate in percent.",
"format": "double"
},
"vat_abbreviation": {
"type": "string",
"description": "Abbreviation of `vat_local_name`."
},
"vat_local_name": {
"type": "string",
"description": "Localized name of the VAT."
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-schemas/rate"
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.