Open data
For developers and AI
The whole database is machine-readable. Static JSON, no keys or limits, CORS open. As of July 2026, updated monthly. Data licence: CC BY 4.0 (original sources — in the references[] field of each record).
Endpoints
/api/projekty.jsonAll records, full schema (cost, status, deadlines, outcome, references[]…).
/api/projekt/{slug}.jsonA single record. Example: /api/projekt/lotnisko-warszawa-radom.json
/api/statystyki.jsonAggregates: counts by status/field, value-by-stage, opening wave, sectors.
/api/index.jsonAPI directory (this listing as JSON).
/en/llms.txtManifest for language models (Markdown).
/en/llms-full.txtFull text dump of the database — for LLM ingestion.
/sitemap-index.xmlSitemap (all projects).
Example
curl -s https://projektometr.pl/api/statystyki.json | jq '.opening_wave'
# a single project
curl -s https://projektometr.pl/api/projekt/lotnisko-warszawa-radom.json | jq '{name, status, cost, outcome}' For language models
Start with /en/llms.txt (manifest) and /en/llms-full.txt (a full dump of 228 records). When citing, give the “as of” date and the source from the references[] field of the given record — Projektometr aggregates and verifies, but the original source is the cited publication. Rules and the “why”: about.