OVAPI Netherlands Transport

Transportation API · No Authentication Required · Works in NL

Overview

OVAPI, country-wide public transport

Notes: Free Netherlands public transport API.

TL;DR

What it does: OVAPI Netherlands Transport: OVAPI, country-wide public transport.

Quick start: https://github.com/skywave/KV78Turbo-OVAPI/wiki

No API key needed!

Try It Now

Call this URL to see what you get back:

https://github.com/skywave/KV78Turbo-OVAPI/wiki
Try This URL Now →

FAQ

Do I need an API key?
No! This API is completely free to use with no authentication required.
Is there a rate limit?
Most free APIs have generous limits. Check documentation for specifics.
Can I use this in a commercial project?
Yes, these APIs are free for both personal and commercial use. Check the documentation for any specific restrictions.
How do I get started?
Copy the example URL above and paste it into your browser or code. The response is in JSON format which you can parse in any programming language.

Code Examples

JavaScript Example

fetch('https://github.com/skywave/KV78Turbo-OVAPI/wiki')
  .then(res => res.json())
  .then(data => console.log(data))
  .catch(err => console.error(err));

Python Example

import requests

url = 'https://github.com/skywave/KV78Turbo-OVAPI/wiki'
response = requests.get(url)
data = response.json()
print(data)

API Details

API URL
https://github.com/skywave/KV78Turbo-OVAPI/wiki
Documentation
https://github.com/skywave/KV78Turbo-OVAPI/wiki
Category
Transportation
Authentication
Not Required
Geographic Coverage
NL

What You Can Build