Pick an endpoint.
Make something good with it.
Every live figure on this site comes from a handful of JSON endpoints on api.ronnyhullegie.nl. You're welcome to fetch them. Research, your own visualisation, school project. Just drop me a line and share what you build.
curl https://api.ronnyhullegie.nl/api/weer/current
Paste the URL into your address bar. The JSON shows up
directly. Firefox and Chrome format it neatly. For your own
project: fetch() in JavaScript,
requests.get() in Python.
Base URL is always https://api.ronnyhullegie.nl/api.
Each endpoint is GET, returns JSON, and includes a
generated_at field so you know
how fresh the data is.
Weather
/weer/current /weer/dag /weer/week /weer/maand /weer/vorig-jaar /weer/status Acoustics
/akoestiek/zolder /akoestiek/berging /weer-detecties Bats
/vleermuizen Sky
/atmosbird Bird migration
/vogeltrek Nest boxes
/nestkast/list /nestkast/{id}/seizoen /nestkast/{id}/media Technology
/techniek Audio, spectrograms and sky images live on a separate media host. Two JSON indexes there give you the complete list of clips if you want everything in one go.
audio/index.json sonar/index.json