---
title: "GET /geometric_entities/"
method: GET
path: "/geometric_entities/"
tags: ["Special Endpoints"]
---

# GET /geometric_entities/

`GET /geometric_entities/`

Retrieves a detailed GeoJSON of all chosen geometries, e.g. used for Leaflet maps.

## Query parameters

- `geometry` string[]
- `download` boolean
- `count` boolean

## Response `200`

Success

- GeometricEntitiesModel
  - `type` string
  - `features` object[]
    - `type` string
    - `geometry` object
      - `coordinates` number[]
      - `type` string
    - `properties` object
      - `id` integer
      - `name` string
      - `description` string
      - `locationId` integer
      - `objectId` integer
      - `objectDescription` string
      - `objectName` string
      - `objectType` string
      - `shapeType` string

## Other responses

- `404` — Something went wrong. Please consult the error message.

## Changes

- **2025-04-01** `b640f0339736` — 1 breaking, 5 info
  - removed the media type `application/json` for the response with the status `404`
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `401`
  - removed the non-success response with the status `403`
  - …2 more

[Change history](https://skmtc.dev/craws/apis/openatlas-api/changes/geometric_entities/get.md)

---

[API](https://skmtc.dev/craws/apis/openatlas-api.md) · [All operations](https://skmtc.dev/craws/apis/openatlas-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/craws/openatlas-api/revisions/f2e51ff080a6/schema)
