---
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, nullable
  - `type` string
  - `features` object[], nullable
    - `type` string
    - `geometry` object, nullable
      - `coordinates` number[]
      - `type` string
    - `properties` object
      - `id` integer
      - `name` string, nullable
      - `description` string, nullable
      - `locationId` integer
      - `objectId` integer
      - `objectDescription` string, nullable
      - `objectName` string, nullable
      - `objectType` string, nullable
      - `shapeType` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Access denied
- `404` — Resource not found
- `409` — Conflict
- `500` — Internal server error

## Changes

- **2025-12-03** `008688998b83` — 14 breaking
  - the response's body became nullable
  - the response property `features` became nullable for the status `200`
  - the response property `features/items/geometry` became nullable for the status `200`
  - the response property `features/items/properties/description` became nullable for the status `200`
  - …10 more
- **2025-12-02** `26f86ddcd57c` — 9 info
  - added `#/components/schemas/ApiError, subschema #2` to the response body `allOf` list for the response status `404`
  - added `#/components/schemas/ApiError, #/components/schemas/ParameterError, subschema #3` to the response body `anyOf` list for the response status `400`
  - removed `#/components/schemas/ErrorModel, #/components/schemas/ParameterErrorModel` from the response body `oneOf` list for the response status `400`
  - removed `#/components/schemas/ErrorModel, #/components/schemas/ParameterErrorModel` from the response body `oneOf` list for the response status `404`
  - …5 more
- **2025-12-02** `676032e96b3f` — 3 info
  - added the media type `application/json` for the response with the status `404`
  - added the non-success response with the status `400`
  - added the non-success response with the status `405`
- …earlier changes not shown

[Full 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/bbd340468fc9/schema)
