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

---

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