introduction to vatcheckapi

Dominik Kukacka

2023-05-09

Introduction

vatcheckapi is the official package for accessing VAT ID data from vatcheckapi.com. The API requires a registered API key. The free plan provides 100 free monthly requests. You can register an API key here. Premium plans provide access to more requests and more data endpoints. The full API documentation can be found here

Setting up authentication

After registering your API key, set your API key locally by calling the helper function vatcheckapi_api_key() or by manually calling Sys.setenv(VATCHECKAPI_API_KEY = <key>).

Making your first API request

Call get_vat_info("LU26375245") to retrieve all information about the specified VAT ID.

Available Functions

Please read our API documentation for all information.