Forecast UVI data


large grey blob in background

Forecast UVI data by polygon


API Call:

http://api.agromonitoring.com/agro/1.0/uvi/forecast


Parameters of Request:
  • appid

Personal API key

  • polyid

ID of polygon

  • cnt

Number of returned days


Example of API Calls:

http://api.agromonitoring.com/agro/1.0/uvi/forecast?polyid=5aaa8052cbbbb5000b73ff66&appid=bb0664ed43c153aa072c760594d775a7

Example of API Response:
[
   {
      "dt":1498564800,
      "uvi":10.1
   },
   {
      "dt":1498651200,
      "uvi":10.19
   },
   {
      "dt":1498737600,
      "uvi":10.2
   }
]

Parameters of Response:
  • dt

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

  • uvi

float - Ultraviolet index



2012 - 2024 AgroMonitoring © All rights reserved