INSEE Melodi API ingest -- all 109 dataflows, keyless. Melodi is INSEE's new unified data catalog API. No authentication needed ('libre' / keyless plan). 30 req/min rate limit. 109 dataflows covering: national accounts (CNA), employment, prices, foreign trade, industry, construction, services,…
INSEE Melodi API ingest -- all 109 dataflows, keyless. Melodi is INSEE's new unified data catalog API. No authentication needed ('libre' / keyless plan). 30 req/min rate limit. 109 dataflows covering: national accounts (CNA), employment, prices, foreign trade, industry, construction, services, demographics, and more. Each dataflow's data is fetched from /data/{FLOW_CODE} as JSON. License: Licence Ouverte / Open Licence 2.0 — commercial redistribution OK. Attribution: Source: INSEE Melodi (Licence Ouverte 2.0) www.insee.fr API: https://api.insee.fr/melodi (keyless, 30 req/min) Run: python jobs/ingest_insee_melodi.py [--dry]
{
"@context": "https://schema.org/",
"@type": "Dataset",
"name": "Institut national de la statistique et des études économiques (INSEE) — Melodi API",
"description": "Activity, employment and unemployment; Consumption Price Index (CPI); Degrees and training. INSEE. 139 series, 1901–2026. Free download.",
"url": "https://econdatalibrary.com/insee_melodi",
"identifier": "insee_melodi",
"isAccessibleForFree": true,
"publisher": {
"@type": "Organization",
"name": "Econ Data Library",
"url": "https://econdatalibrary.com"
},
"includedInDataCatalog": {
"@type": "DataCatalog",
"@id": "https://econdatalibrary.com/#catalog",
"name": "Econ Data Library",
"url": "https://econdatalibrary.com/catalog"
},
"creator": {
"@type": "Organization",
"name": "Institut national de la statistique et des études économiques",
"alternateName": "INSEE",
"url": "https://www.insee.fr"
},
"license": "https://www.etalab.gouv.fr/licence-ouverte-open-licence",
"keywords": [
"Macroeconomics",
"insee_melodi"
],
"temporalCoverage": "1901-12-31/2026-12-31",
"dateModified": "2026-07-28",
"creditText": "Source: INSEE (Melodi), www.insee.fr — Licence Ouverte / Open Licence 2.0 (Etalab)",
"sameAs": [
"https://huggingface.co/datasets/econdatalibrary-insee_melodi",
"https://zenodo.org/communities/econdatalibrary"
],
"distribution": [
{
"@type": "DataDownload",
"name": "insee_melodi — CSV",
"encodingFormat": "text/csv",
"contentUrl": "https://econdatalibrary.com/download.html?source=insee_melodi",
"license": "https://www.etalab.gouv.fr/licence-ouverte-open-licence"
}
]
}{
"@context": {
"@language": "en",
"@vocab": "https://schema.org/",
"cr": "http://mlcommons.org/croissant/",
"data": {
"@id": "cr:data",
"@type": "@json"
},
"dataType": {
"@id": "cr:dataType",
"@type": "@vocab"
},
"sc": "https://schema.org/",
"conformsTo": "dct:conformsTo",
"dct": "http://purl.org/dc/terms/"
},
"@type": "sc:Dataset",
"conformsTo": "http://mlcommons.org/croissant/1.0",
"name": "insee_melodi",
"description": "Activity, employment and unemployment; Consumption Price Index (CPI); Degrees and training. INSEE. 139 series, 1901–2026. Free download.",
"url": "https://econdatalibrary.com/insee_melodi",
"creator": {
"@type": "sc:Organization",
"name": "Institut national de la statistique et des études économiques",
"alternateName": "INSEE",
"url": "https://www.insee.fr"
},
"publisher": {
"@type": "sc:Organization",
"name": "Econ Data Library",
"url": "https://econdatalibrary.com"
},
"license": "https://www.etalab.gouv.fr/licence-ouverte-open-licence",
"keywords": [
"Macroeconomics"
],
"temporalCoverage": "1901-12-31/2026-12-31",
"distribution": [
{
"@type": "cr:FileObject",
"@id": "insee_melodi-csv",
"name": "insee_melodi-csv",
"description": "Per-series CSV, downloadable with a free API key.",
"contentUrl": "https://econdatalibrary.com/download.html?source=insee_melodi",
"encodingFormat": "text/csv"
}
]
}