Call accumulated temperature data by geo coordinates.
http://api.agromonitoring.com/agro/1.0/weather/history/accumulated_temperature
appid
lat, lonCoordinates of the location of your interest
startStart date (unix time, UTC time zone), e.g. start=1483218000
endEnd date (unix time, UTC time zone), e.g. end=1504213200
thresholdAll values smaller than indicated value are not taken into account, Kelvins
https://api.agromonitoring.com/agro/1.0/weather/history/accumulated_temperature?lat=35&lon=139&threshold=284&start=1517502031&end=1519834831&appid={YOUR_API_KEY}
[ { "dt":"1517443200", "rain":0, "count":1 }, { "dt":"1517529600", "rain":0, "count":2 }, { … }, { "dt":"1519776000", "rain":0, "count":28 } ]
dtDate (unix time, UTC time zone)
tempTemperature accumulated indicator, Kelvins
countNumber of data measurements
2012 - 2024 AgroMonitoring © All rights reserved