---
title: "Get Field Info By Id Field"
method: GET
path: "/rpg/field/@id/{id_field}"
tags: ["RPG endpoints"]
---

# Get Field Info By Id Field

`GET /rpg/field/@id/{id_field}`

Returns information about a field (by its RPG ID_PARCEL), in GEOJSON EPSG:4326 format

## Path parameters

- `id_field` string, required — ID_PARCEL from RPG dataset identifying a unique field, eg. 8088579

## 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

## 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)
