v1

latestOpenAPI 3.0.32026-07-1393468.5 KB

Get bio data for a point

Returns bio data globally for both land and sea for a specific coordinate.

get/bio/point

Query parameters

latnumber float required

Latitude in decimal degrees (-90 to 90)

lngnumber float required

Longitude in decimal degrees (-180 to 180)

startstring date-time

Timestamp in UTC for the first hour to include in the forecast - ex. 2026-03-06T05

endstring date-time

Timestamp in UTC for the last hour to include in the forecast - ex. 2026-03-12T05

sourcestring

Data source (e.g. noaa,dwd,sg)

paramsBioParameter[] required

Response

Bio data response

Example response

{
  "hours": [
    {
      "time": "2026-03-06T05:00:00+00:00",
      "chlorophyll": {
        "sg": 0.14
      },
      "phyto": {
        "sg": 0.14
      },
      "ph": {
        "sg": 8.04
      },
      "salinity": {
        "sg": 35.29
      },
      "soilMoisture": {
        "sg": 0.25
      },
      "soilMoisture10cm": {
        "sg": 0.25
      },
      "soilMoisture40cm": {
        "sg": 0.25
      },
      "soilMoisture100cm": {
        "sg": 0.25
      },
      "soilTemperature": {
        "sg": 12.1
      },
      "soilTemperature10cm": {
        "sg": 12.1
      },
      "soilTemperature40cm": {
        "sg": 12.1
      },
      "soilTemperature100cm": {
        "sg": 12.1
      },
      "surfaceTemperature": {
        "sg": 12.1
      }
    }
  ],
  "meta": {
    "lat": 59.33,
    "lng": 18.069,
    "start": "2026-03-06T05:00:00+00:00",
    "end": "2026-03-06T05:00:00+00:00",
    "dailyQuota": 500,
    "requestCount": 49
  }
}