---
title: "get all locations"
method: GET
path: "/api/locations"
tags: ["GeoLocation"]
---

# get all locations

`GET /api/locations`

## Response `200`

OK

- GanjoorGeoLocation[]
  - `id` integer — id
  - `name` string, nullable — name
  - `latitude` number, double — Latitude
  - `longitude` number, double — Longitude
  - `machineGenerated` boolean — AI generated

## Other responses

- `400` — Bad Request

---

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