Data API
All data is available as static, read-only exports regenerated on every site build. No key, no rate limits beyond the CDN's. If you build something with it, a link back is appreciated.
GET /api/v1/products.json Every product with its cheapest and most expensive current price (EUR minor units), category, and a link to its detail export.
GET /api/v1/products/<slug>.json One product: latest price per store (local currency + validity + source URL) and full price history.
GET /api/v1/prices.csv Flat CSV of the latest price per product per store - one row per (product, store), ready for a spreadsheet.
Notes
- Prices are integer minor units (cents, stotinki, fillér) unless a field says otherwise.
- Original local currency is preserved; convert with ECB reference rates.
- Every price carries its public source URL - the same provenance shown on the site.
- Exports are static files: they update when the site rebuilds (daily).