---
title: "List and filter sampling points (including GeoJSON Polygon or MultiPolygon)"
method: POST
path: "/data/sampling-point"
tags: ["Sampling Points"]
---

# List and filter sampling points (including GeoJSON Polygon or MultiPolygon)

`POST /data/sampling-point`

Use this endpoint to retrieve sampling points based on various query parameters, including a GeoJSON Polygon or MultiPolygon in body, to filter results. Defaults to JSON-LD serialization and BNG (EPSG:27700) CRS.

## Query parameters

- `skip` integer
- `limit` integer
- `easting` integer, nullable
- `northing` integer, nullable
- `latitude` number, nullable
- `longitude` number, nullable
- `radius` number, nullable
- `precannedArea` string, nullable
- `pointNotation` string, nullable
- `prefLabel` string, nullable
- `region` string, nullable
- `area` string, nullable
- `subArea` string, nullable
- `samplingPointStatus` string, nullable
- `samplingPointType` string, nullable

## Headers

- `Accept-Crs` 'http://www.opengis.net/def/crs/EPSG/0/27700' | 'http://www.opengis.net/def/crs/EPSG/0/4326'
- `API-Version` string

## Request body

- SamplingPointBodyParameters — unresolved $ref

## Response `200`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/environment-agency/apis/water-quality-archive.md) · [All operations](https://skmtc.dev/environment-agency/apis/water-quality-archive/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/environment-agency/water-quality-archive/revisions/013f828198b2/schema)
