Historical soil data by polygon
Soil data collection is two times a day with a 12-hour period. Soil historical data available from March 2019.
API call:
http://api.agromonitoring.com/agro/1.0/soil/history
Parameters:
appid Personal API key
polyid ID of polygon
start Starting point of time period in UNIX time
end Final point of time period in UNIX time
Examples of API calls:
Example of API response:
[
{
"dt":1519689600,
"t10":269.77,
"moisture":0.274,
"t0":265.28
},
{
"dt":1519646400,
"t10":271.12,
"moisture":0.274,
"t0":268.08
}
]
Parameters:
dtTime of data calculation (unix time, UTC time zone)t10Temperature on the 10 centimeters depth, Units: KelvinsmoistureSoil moisture, m3/m3t0Surface temperature, Units: Kelvins