DE115235681 โ€” Valid Germany VAT number

Active and verified against the EU VIES database.

Company details not available โ€” Germany does not share company data via VIES.

VAT rates in Germany (EUR)

Standard

19%

Reduced

7%

VAT rates as of 20 May 2026

Checked 21 May 2026, 07:09 UTCID: 019e495e-53a0-779a-b267-10490c02bace

Embed this verification on your site

Paste the inline tag where the badge should appear (impressum, footer, About page) and drop the script anywhere on the same page โ€” it works even if your framework moves <script> to the end of <body>.

Preview

Snippet

HTML
<script async src="https://vatnode.dev/badge.js"></script>
<span data-vatnode-vat="DE115235681"></span>

Loads asynchronously, ~1ย KB, no tracking, no dependencies.

Validating VAT in your app? Get an API key โ€” 100 free calls, no credit card required.

Get API Key
Request
curl "https://api.vatnode.dev/v1/vat/DE115235681" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
  "valid": true,
  "vatId": "DE115235681",
  "countryCode": "DE",
  "companyName": null,
  "companyAddress": null,
  "companyRegistrationDate": null,
  "companyForm": null,
  "industryDescription": null,
  "registryCode": null,
  "registryCodeName": "Handelsregisternummer",
  "verifiedAt": "2026-05-21T09:09:38.956458012+02:00",
  "checkId": "019e495e-53a0-779a-b267-10490c02bace",
  "countryName": "Germany",
  "countryVat": {
    "vatName": "Mehrwertsteuer",
    "vatAbbr": "MwSt",
    "currency": "EUR",
    "standardRate": 19,
    "reducedRates": [
      7
    ],
    "superReducedRate": null,
    "parkingRate": null,
    "vatNumberFormat": "DE + 9 digits",
    "vatNumberPattern": "^DE\\d{9}$",
    "countryVatUpdatedAt": "2026-05-20"
  },
  "consultationNumber": null
}

Validate a different VAT ID

Example:

Browse Germany VAT number examples and format.

Automate this in your app

Use the vatnode API to automate VAT validation in your invoicing or checkout flow. Free plan available, no credit card required.