---
title: "Get If The Field Is Irrigated From The Geojson Entry In Epsg:4326"
method: POST
path: "/agri/field/irrigation"
tags: ["AGRI endpoints"]
---

# Get If The Field Is Irrigated From The Geojson Entry In Epsg:4326

`POST /agri/field/irrigation`

Returns the input Geojson in which each feature embeds irrigation status, as follows : 
```
"properties": {
    "data": [
        {  
            "irrigation" : True,
        } 
    ]
},
```

## Query parameters

- `year` integer — Year

## Request body

- object — EPSG:4326 Geojson FeatureCollection request body

## Response `200`

Successful Response

- unknown

## Other responses

- `403` — Area out of bounds, you are not allowed to query the requested data
- `404` — Not found
- `412` — No feature detected in Geojson input
- `422` — Validation Error

---

[API](https://skmtc.dev/nimbo/apis/nimbo-api.md) · [All operations](https://skmtc.dev/nimbo/apis/nimbo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nimbo/nimbo-api/revisions/33ea0b26547a/schema)
