---
title: "Get Field Info By Geojson"
method: POST
path: "/rpg/field"
tags: ["RPG endpoints"]
---

# Get Field Info By Geojson

`POST /rpg/field`

Returns information about multiple fields at once for an Area Of Interest, in GEOJSON EPSG:4326 format

## Query parameters

- `year_from` integer — YEAR of the RPG dataset to query - defaults to last year of available dataset
- `year_to` integer — YEAR of the RPG dataset to query - defaults to last year of available dataset

## Request body

- object — EPSG:4326 Geojson FeatureCollection request body

## Response `200`

OK

- FieldFeatureCollection
  - `type` 'FeatureCollection' — FeatureCollection
  - `crs` CRS, required — CRS Model
    - `type` 'name' — name
    - `properties` object, nullable, required
  - `features` Feature[], nullable, required
    - `type` 'Feature' — Feature
    - `properties` object, nullable, required
    - `geometry` Geometry, required — Geometry Model
      - `type` 'Point' | 'LineString' | 'Polygon', required
      - `coordinates` unknown[], required
        - unknown

## Other responses

- `403` — Unauthorized: You need a KERMAP Token
- `404` — Not found
- `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)
