vatnode
EU VAT Validation With Audit Evidence, Over REST JSON
What it does
vatnode wraps the EU's VIES VAT-validation system in a REST JSON API. One authenticated GET returns never-null JSON: valid/invalid, company name and address when the member state returns them, VAT-rate metadata, an optional VIES consultation number to keep as audit evidence, and a national-registry fallback when VIES is down. Coverage is EU-27 plus Northern Ireland (XI). Test-mode fixtures wire it into CI without burning real checks. Free tier is 100 checks a month, no card.
vatnode gives developers an EU-hosted VAT validation API backed by VIES, audit-ready consultation numbers, company enrichment, and VAT rates for 45 European VAT jurisdictions.
Validate EU VAT numbers in a single REST call. Set your own VAT as requester once in dashboard Settings and every check of a valid VAT number returns the EU Commission consultation number automatically — or fails with an explicit error, never a silent null on a successful response. Automatic fallback to national tax and company registries keeps checks running when a country source is unavailable, with enriched company data in the same response — plus VAT rates for 45 European VAT jurisdictions. Built for the engineers who ship the integration — and the finance teams who need to defend the check later. EU-hosted: data processed and stored in the EU. curl…from vatnode.dev
Does the same job
all alternatives →
- ARA REST API for Calculating VAT in the EU2017 · vatmossapi.com · ▲59


- FEFree EU Vat Rates API2021 · exchangerate.host · ▲18

More dev tools this month
the category →



Open-source GTM skills for technical founders
Dev tools · 29d ago · gtmcofounder.com

Lettertrace▲375Track your AI visibility for free (using your own API keys!)
Dev tools · 25d ago · lettertrace.com
Launched alongside, August 2026
the whole month →- TL
Life & fun · 9d ago · louisabraham.github.io


- SA
Hello HN! I found that picking out plausible but diverse skin tones for my digital art and game development projects was kind of difficult, and I got curious about if there was a way to define a color space that made it easy. I've built a color picker and procedural generation algorithm based on the space as well as a bunch of other fun js features and demos throughout the page that use the equations. If you find it interesting, I have lots of explanations of how I built it and what properties the space has. The methodology might be a bit shaky, but hopefully the result is as helpful for…
Life & fun · Aug 2026 · toneyalexander.github.io


I trained a 125M-parameter transformer to autocomplete piano performances in real time (~108 notes/sec on an iPhone 15). The idea is basically GitHub Copilot or Tabnine, except instead of prompting it with code, you prompt it by playing a few notes on a MIDI piano. The model then continues what you played, entirely on-device. The app is free if anyone wants to try it. Happy to answer questions about the model, training, Core ML, or the many things that didn't work.
AI · 16d ago · simedw.com