Monopigi Documentation
One API, all Greek government data. Access procurement notices, government decisions, statistical data, energy market data, and public service registries through a single, unified interface.
Why Monopigi?
Greek government data is scattered across dozens of portals, each with different formats, authentication methods, and update schedules. Monopigi unifies them into a single REST API with:
- Standardized schema — every document follows the same structure regardless of source
- Daily ingestion — automated pipelines keep data fresh
- Full-text search — search across all sources with one query
- Tiered access — free tier for exploration, Pro for production use
Answers Layer
Beyond raw data access, Monopigi offers an Answers Layer that turns government data into actionable intelligence:
- Due Diligence Reports (Pro) — generate comprehensive reports on any Greek entity by VAT number, name, or decision ID. Reports aggregate activity across all data sources and are available as JSON or PDF.
- Procurement Alerts (Pro) — define filter profiles (by keyword, sector, region, contract value, source) and receive real-time notifications via email or webhook when matching documents appear.
- Compliance Monitoring (Enterprise) — add entities to continuous monitoring. The platform watches all sources for new government activity and raises events you can acknowledge, export, or route to your compliance workflows.
See the API Reference for full endpoint documentation.
Who is it for?
| Audience | Use case |
|---|---|
| Law firms | Due diligence, government contract monitoring |
| Compliance teams | KYC screening against Greek public records |
| Journalists | Investigating public spending and government decisions |
| Data scientists | Analyzing procurement patterns, energy policy |
| Developers | Building apps on top of Greek government data |
Architecture
Your App / Script / Dashboard
|
v
Monopigi API (FastAPI, Bearer auth, metered)
|
v
Unified Data Layer (Apache Iceberg + DuckDB)
|
v
8 Connectors (Dagster orchestration, daily schedule)
|
v
Government Sources (Diavgeia, TED, RAE, ELSTAT, data.gov.gr, ...)
All infrastructure is EU-hosted (Scaleway, Paris/Amsterdam) with no US vendor dependencies.
Quick Links
- Quick Start — get your first response in 2 minutes
- API Reference — all endpoints, parameters, and responses
- Python SDK — typed client with pagination, caching, and export
- CLI Reference — command-line tool for data exploration
- Data Sources — what data is available and from where
- Examples — real-world usage patterns
- Interactive API Docs — Swagger UI with try-it-out