Weather
EU PVGIS logo

EU PVGIS API

re.jrc.ec.europa.eu

EU PVGIS - solar PV output and hourly irradiance and wind time-series.

Actions
3
Category
Weather
Login
Not required
Output
JSON

Call the EU PVGIS API

Submit a task, then poll the job until it settles. This example runs act_re_jrc_ec_europa_eu_location_geocode_search.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_re_jrc_ec_europa_eu_location_geocode_search",
    "params": {
      "location_query": "Paris, France"
    }
  }'

3 actions on re.jrc.ec.europa.eu

Read

  • Location Geocode Search

    act_re_jrc_ec_europa_eu_location_geocode_searchread1 credit / call

    Returns coordinates, name, and country metadata for a free-text EU city or address.

    location_query
    string · required
    lang
    string
  • PV Grid Connected Output

    act_re_jrc_ec_europa_eu_pv_grid_connected_outputread2 credits / call

    Returns estimated monthly and annual grid-connected PV energy output in kWh with loss breakdown.

    lat
    string · required
    lon
    string · required
    raddatabase
    string · required
    peakpower
    string · required
    loss
    string · required
    mountingplace
    string · required
    pvtechchoice
    string · required
    angle
    string · required
    aspect
    string · required
  • TMY Hourly Timeseries

    act_re_jrc_ec_europa_eu_tmy_hourly_timeseriesread2 credits / call

    Returns hourly Typical Meteorological Year irradiance, temperature, humidity, and wind for a site.

    raddatabase
    string · required
    lat
    string · required
    lon
    string · required
    startyear
    string · required
    endyear
    string · required

EU PVGIS API questions

Is there an API for EU PVGIS?
EU PVGIS does not offer a public data API for this, but Anakin Wire provides 3 maintained endpoints for re.jrc.ec.europa.eu. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape EU PVGIS data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when re.jrc.ec.europa.eu changes its markup, Anakin updates the action.
Do I need a EU PVGIS account?
No. Every EU PVGIS action listed here runs anonymously — no account and no credentials required.
What does the EU PVGIS API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Weather APIs

All Weather sites