Forum Discussion
How to get a response from the VIES database API
- 3 years ago
You are using the wrong URL. checkVatTestService can only be used with VAT numbers 100 or 200, and only to test if the service is up.
By the way, the website uses a REST API instead. Much simpler.
https://ec.europa.eu/taxation_customs/vies/rest-api/ms/NL/vat/810433941B01
You are using the wrong URL. checkVatTestService can only be used with VAT numbers 100 or 200, and only to test if the service is up.
By the way, the website uses a REST API instead. Much simpler.
https://ec.europa.eu/taxation_customs/vies/rest-api/ms/NL/vat/810433941B01
Hi,
Thanks for your response, the image you supplied is the exact api response I am looking for.
Did you do this through Power BI? Or through something else?
Also where did you find the documentation or something similair saying that there is a REST API available? On the official site all I can find is documentation about a SOAP API.
- lbendlin3 years agoSuper User
I went to the website and examined the network traffic upon pressing the form button.
Do you need the Power Query code?
- SuperFiets_3 years agoHelper I
No thank you very much!
I figured it out with the link you supplied!