| Crates.io | atletiek_nu_api |
| lib.rs | atletiek_nu_api |
| version | 0.2.7 |
| created_at | 2023-10-08 18:58:16.769067+00 |
| updated_at | 2025-07-04 14:15:01.461936+00 |
| description | A scraping library for the atletiek.nu website |
| homepage | https://github.com/zeskeertwee/atletiek-nu-api |
| repository | https://github.com/zeskeertwee/atletiek-nu-api |
| max_upload_size | |
| id | 997378 |
| size | 132,945 |
A work-in-progress attempt at scraping the athletics.app (previously atletiek.nu but they changed their domain) website for data. Kinda works but far from complete.
What it can do as of now:
Note: The scraper still has many bugs and will not be able to scrape all pages. Please create an issue if you encounter a bug.
An api is hosted at https://atnapi.juandomingo.net using cloudflare workers.
Documentation
There is also a HTTP api availible for download from the releases on github.com
Or, alternatively, you can compile the HTTP api from scratch after cloning the repository like so: cargo build --release --bin api