Bulk downloads
Bulk downloads
Every dataset this site can redistribute, whole, as CSV and JSON. Each file names the licence of every column source and carries an ETag, so a client can ask whether it changed without downloading it again. A file counts as 10 requests against the allowance.
Available
12 datasets to download
Sizes and dates are those of the files as last built. The JSON file carries the manifest, the rows and anything left out for its own licence; the CSV’s first line links to the manifest.
The same list as JSON · https://renewablevision.com.sa/api/data/bulk
| Dataset | Licence and source | Rows | As of | Files |
|---|---|---|---|---|
Global CCUS Tracker global-ccus | CC BY 4.0 IEA CCUS Projects Database | 50 | May 2026 | |
Saudi Captive and Corporate Solar saudi-captive-solar | Compiled from public sources ENGIE, ACWA Power, Masdar, GlassPoint, Mowah; Argaam, CemNet, Global Energy Monitor | 13 | 2026-09-24 | |
GCC Renewables Tracker gcc-renewables | Compiled from public sources DEWA, EWEC, Nama PWP, KAHRAMAA, QatarEnergy, KAPP, KISR, EWA, developer releases | 36 | 2026-09-24 | |
Solar and Wind Resource Grid (NASA POWER) resource-grid | Publisher open data NASA Langley Research Center, POWER Project | 2,184 | 2026-09-24 | |
Saudi Water Authority Open-Data Catalogue register-swa | Publisher open data Saudi Water Authority | 44 | 2026-09-21 | |
Mirrored data series mirrored-series Series by series: 14 left out for their own licence | Per series KAPSARC Energy Data Portal and the publishers each series names | 48,227 | 2026-09-23 | |
GCC country series gcc-series Series by series: 3 left out for their own licence | Per series IRENASTAT, Our World in Data and the World Bank, as each metric names | 1,662 | 2026-09-24 | |
Modelled output of tracked solar projects project-output | CC BY 4.0 PVGIS (EU Joint Research Centre) and the Renewable Vision trackers | 107 | 2026-09-24 | |
GCC emissions and climate targets gcc-emissions | CC BY 4.0 Climate TRACE, Climate Watch (WRI), Our World in Data | 5,191 | 2026-09-24 | |
GCC macro indicators and SDG 7 gcc-macro | IMF and UN data terms, attribution IMF DataMapper, UN SDG Global Database | 986 | 2026-09-24 | |
Company facts company-facts | CC0 1.0 (no rights reserved) Wikidata | 16 | 2026-09-24 | |
Research output by topic research-output | CC0 1.0 (no rights reserved) OpenAlex | 266 | 2026-09-24 |
Not available
20 datasets stay behind the API
These answer 403 with the reason below. Their rows remain readable through the JSON routes under their publishers’ terms; a licence from Renewable Vision can widen only what Renewable Vision holds the rights to.
| Dataset | Licence and source | Why it cannot be downloaded |
|---|---|---|
Energy Dashboard — Overview & Milestones atlas-overview | Compiled in house | Indicative, screening-grade. Not separately licensed for redistribution. |
Energy Dashboard — Energy Mix & LCOE atlas-energy-mix | Compiled in house | Indicative, screening-grade. Not separately licensed for redistribution. |
Energy Dashboard — Oil, Gas & Chemicals atlas-oil-gas-chemicals | Compiled in house | Indicative, screening-grade. Not separately licensed for redistribution. |
Energy Dashboard — Hydrogen Market atlas-hydrogen | Compiled in house | Indicative, screening-grade. Not separately licensed for redistribution. |
Energy Dashboard — Emissions & CCUS atlas-emissions-ccus | Compiled in house | Indicative, screening-grade. Not separately licensed for redistribution. |
Energy Dashboard — Transport & EVs atlas-transport-evs | Compiled in house | Indicative, screening-grade. Not separately licensed for redistribution. |
Energy Dashboard — Energy Profile atlas-energy-profile | Compiled in house | Indicative, screening-grade. Not separately licensed for redistribution. |
Energy Dashboard — Renewable Energy Tracker atlas-re-tracker | Compiled in house | Indicative, screening-grade. Not separately licensed for redistribution. |
Energy Dashboard — Vision 2030 Alignment atlas-vision-2030 | Compiled in house | Indicative, screening-grade. Not separately licensed for redistribution. |
Energy Dashboard — Net-Zero & Frontiers atlas-nze-frontiers | Compiled in house | Indicative, screening-grade. Not separately licensed for redistribution. |
Saudi Renewables Tracker saudi-renewables | CC BY-NC 4.0 | Non-commercial upstream terms. A Renewable Vision licence cannot permit commercial use of these datasets; only the upstream publisher can. Research use with attribution to both publishers is possible. |
Saudi Data Centre Load Tracker saudi-data-centres | Compiled in house | Indicative, screening-grade. Not separately licensed for redistribution. |
SPPC Renewable Project Register register-sppc | Compiled in house | Indicative, screening-grade. Not separately licensed for redistribution. |
SWPC / SHARAKAT Water Project Portfolio register-swpc | Compiled in house | Indicative, screening-grade. Not separately licensed for redistribution. |
Solar fleet outlook fleet-outlook | Open-Meteo terms | The forecast inputs come from Open-Meteo, whose terms separate non-commercial from commercial use. The outlook is not included in a commercial licence. |
Headlines matched to projects news-headlines | Publishers’ headlines, from their own feeds and via GDELT | Each headline belongs to its publisher. It is read from the publisher’s own RSS or Atom feed, kept only where the publisher’s terms allow a headline and a link, or from the GDELT Project, which indexes headlines for open use with attribution. Only the headline, link, domain, date and language are kept, never the summary or the article, and every headline links to its publisher. A licence covers the matching of headlines to tracked projects and companies, not the headlines themselves. |
Clean-energy equipment imports equipment-trade | UN Comtrade licence (transformed data only) | UN Comtrade data are copyright of the United Nations and may not be re-disseminated as published. This site serves only aggregates it derives (product groups, the five largest partners and the rest), free of charge and linked to UN Comtrade. They are outside every Renewable Vision licence; the rows themselves are licensed by the UN Statistics Division. |
Clean-energy equipment flows by exporter equipment-flows | Etalab Open Licence 2.0, attribution | Its licence allows a file, but the file is not built yet. The JSON routes serve the rows. |
Data centres and internet exchanges by city digital-infrastructure | PeeringDB Acceptable Use Policy | PeeringDB does not allow its records to be republished or used commercially. This site shows counts per city only, with a link to PeeringDB, and they are outside every Renewable Vision licence. |
Oil price and production strategy model oil-strategy | Compiled in house | Indicative, screening-grade. Not separately licensed for redistribution. |
Use
Download once, then revalidate.
Keep the ETag from the first download and send it back as If-None-Match. An unchanged file answers 304 with no body and counts as one request instead of 10. Webhook subscribers receive dataset.refreshed with the files a refresh changes.
# The file, its ETag and the licence manifest it links to
curl -sS -D headers.txt -o gcc-renewables.csv https://renewablevision.com.sa/api/data/bulk/gcc-renewables.csv
curl -sS https://renewablevision.com.sa/api/data/bulk/gcc-renewables.json | jq '.manifest'
# Revalidate: 304 Not Modified counts as one request
curl -sS -o /dev/null -w '%{http_code}\n' \
-H "If-None-Match: $(grep -i '^etag' headers.txt | cut -d' ' -f2 | tr -d '\r')" \
https://renewablevision.com.sa/api/data/bulk/gcc-renewables.csv