API Access
Access dataset files directly from scripts, code, or AI agents.
Browse dataset files
API Access
Access dataset files directly from scripts, code, or AI agents.
Dataset Files
Each file has a stable URL (r-link) that you can use directly in scripts, apps, or AI agents. These URLs are permanent and safe to hardcode.
/core/house-prices-fr/
https://datahub.io/core/house-prices-fr/_r/-/README.md
https://datahub.io/core/house-prices-fr/_r/-/UPDATE_SCRIPT_MAINTENANCE_REPORT.md
https://datahub.io/core/house-prices-fr/_r/-/data/paris.csv
https://datahub.io/core/house-prices-fr/_r/-/datapackage.json
Key Files
Start with these files — they give you everything you need to understand and access the dataset.
datapackage.json— metadata & schema
https://datahub.io/core/house-prices-fr/_r/-/datapackage.json
README.md— documentation
https://datahub.io/core/house-prices-fr/_r/-/README.md
Typical Usage
- 1. Fetch datapackage.json to inspect schema and resources
- 2. Download data resources listed in datapackage.json
- 3. Read README.md for full context
Data Files
Explore with AIparis
| Field | Type |
|---|---|
| year | year |
| price index | number |
Download
Download CSVAbout
- Last updated
- 8 April 2026
- Total rows
- ...
- Format
- CSV
- File size
- 20.7 kB
About this dataset
Update Script Maintenance Report
Date: 2026-03-03
- Replaced legacy tuttle/python2 workflow with Python 3 updater script (
scripts/update.py). - Updated source URLs to current IGEDD endpoints.
- Added extraction for:
- long-run legacy Paris series (1200-2012), and
- modern Paris index matrix (1800-2020).
- Merged both series into
data/paris.csvwith year-level deduplication. - Added first GitHub Actions automation workflow at
.github/workflows/actions.yml.