---
title: "Search for region by point"
method: POST
path: "/{country}/{version}/{level}/contains"
tags: ["Regions"]
---

# Search for region by point

`POST /{country}/{version}/{level}/contains`

Search for the region that contains a point.

## Path parameters

- `country` string, required
- `version` string, required
- `level` string, required

## Request body

- object
  - `lat` number, required
  - `lon` number, required

## Response `200`

OK

- object — A list of codes.
  - `codes` union[], required
    - union
      - string
      - integer

## Other responses

- `400` — bad request
- `404` — requested resource not found

---

[API](https://skmtc.net/lightcast/apis/alumni-pathways-2-0.md) · [All operations](https://skmtc.net/lightcast/apis/alumni-pathways-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightcast/alumni-pathways-2-0/revisions/fc66b9877391/schema)
