---
title: "Returns the grid squares that a specified area overlaps"
method: GET
path: "/api/grids"
tags: ["Grids"]
---

# Returns the grid squares that a specified area overlaps

`GET /api/grids`

The parameters should be expressed in degrees between -180 and 180 East/West and -90 and 90 North/South
            
 If the outer parameter is outside this range it will be clipped to it.
            
 Specifying a north coordinate which is less than the south coordinate is an error
            
 Specifying an east coordinate which is less than the west coordinate is an error

## Query parameters

- `north` number, double
- `south` number, double
- `east` number, double
- `west` number, double

## Response `200`

Ok

---

[API](https://skmtc.net/cefas/apis/data-portal.md) · [All operations](https://skmtc.net/cefas/apis/data-portal/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cefas/data-portal/revisions/1ff904b61926/schema)
