Historical soil data


large grey blob in background

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 of Request:
  • 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

Example of API Calls:

http://api.agromonitoring.com/agro/1.0/soil/history?start=1517443200&end=1519776000&polyid=5aaa8052cbbbb5000b73ff66&appid=bb0664ed43c153aa072c760594d775a7

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 of Response:
  • dt

Time of data calculation (unix time, UTC time zone)

  • t10

Temperature on the 10 centimeters depth, Kelvins

  • moisture

Soil moisture, m3/m3

  • t0

Surface temperature, Kelvins




2012 - 2024 AgroMonitoring © All rights reserved