Meteo
Number of APIs: 4
-
Retrieve weather data from one of the meteostations and for a specific date. The date can be entered as yyyymmdd, yyyymm, or yyyy. GET https://agrodatacube.wur.nl/api/v2/rest/meteodata/:stationid/:date?page_size={{page_size}}&page_offset={{page_offset}}
-
Return the data for the given meteostation. GET https://agrodatacube.wur.nl/api/v2/rest/meteostations/:meteostation?output_epsg={{output_epsg}}&page_size={{page_size}}&page_offset={{page_offset}}
-
Retrieve weather data from one of the meteostations for a specified time period. GET https://agrodatacube.wur.nl/api/v2/rest/meteodata?output_epsg={{output_epsg}}&meteostation={{meteostation}}&fromdate={{fromdate}}&todate={{todate}}&page_size={{page_size}}&page_offset={{page_offset}}
-
Return a list of all meteostations for which data is available. GET https://agrodatacube.wur.nl/api/v2/rest/meteostations?output_epsg={{output_epsg}}&page_size={{page_size}}&page_offset={{page_offset}}