Current soil data by polygon
Current soil data is updated 2 times a day. The soil temperature is provided only in Kelvins.
API call:
http://api.agromonitoring.com/agro/1.0/soil
Parameters:
appid
Personal api key
polyid
ID of polygon
Examples of API calls:
Example of API response:
{ "dt":1522108800, "t10":281.96, "moisture":0.175, "t0":279.02 }
Parameters:
dt
Time of data calculation (unix time, UTC time zone)t10
Temperature on the 10 centimeters depth, Kelvinsmoisture
Soil moisture, m3/m3t0
Surface temperature, Kelvins