---
title: "Get GeoJson"
method: POST
path: "/{country}/{version}/{level}/geojson"
tags: ["Regions"]
---

# Get GeoJson

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

Get GeoJson of a set of regions.

## Path parameters

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

## Request body

- object
  - `codes` union[], required
    - union
      - string
      - integer

## Response `200`

OK

- object — A geojson feature collection.
  - `type` 'FeatureCollection', required — The type of geojson object. Always do feature collections.
  - `features` object[], nullable, required
    - `type` 'Feature', required — The type of the geojson object. Always a feature.
    - `geometry` object, required
      - `type` 'Point' | 'MultiPoint' | 'LineString' | 'MultiLineString' | 'Polygon' | 'MultiPolygon', required
      - `coordinates` unknown[], required
        - unknown
    - `properties` object, required
      - `level` string, required
      - `areaid` string, required
      - `name` string, required

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