Developers

RestoCheck API

Integrate restaurant data into your own application

About the API

The RestoCheck API provides programmatic access to NVWA inspection data for more than 30,000 restaurants in the Netherlands. Filter by city, rating, halal status and dietary options. All data is current and synchronised monthly with the NVWA.

more than 30,000 restaurantsREST / JSONX-API-Key headerOpenAPI 3.0

Early access — request an API key

The RestoCheck API is currently in early access. Contact us at info@restocheck.nl to request an API key. Please include your name, organisation and intended use.

API documentation

View the full API specification and test endpoints directly in the browser.

Open Swagger UI

Quick start

Replace YOUR_KEY with your own API key:

curl -H "X-API-Key: YOUR_KEY" \
  https://api.restocheck.nl/api/restaurants?plaats=Amsterdam

Limits & headers

Daily limit1,000 requests
Response formatJSON
AuthenticationX-API-Key header
Rate limit headersX-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset

Higher limits available on request. Each response includes X-RateLimit-* headers so you can monitor your usage.