---
title: "List buildings"
method: GET
path: "/map/buildings"
tags: ["map"]
---

# List buildings

`GET /map/buildings`

Get a list of the available buildings.

## Response `200`

Successful Operation

- Building[]
  - `name` string — Name of the building
  - `code` string — Shortened building code. Not all buildings have these.
  - `id` string — Unique building id
  - `long` number — Longitude
  - `lat` number — Latitude

## Changes

- **2020-03-31** `b4919cd9fb0d` — 1 warning, 1 info
  - removed the optional property `items/number` from the response with the `200` status
  - added the optional property `items/id` to the response with the `200` status
- **2020-02-18** `ae6661642f5a` — 1 info
  - endpoint added
- **2019-07-02** `f2f973dd5f11` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/umdio/apis/umd-io/changes/map/buildings/get.md)

---

[API](https://skmtc.dev/umdio/apis/umd-io.md) · [All operations](https://skmtc.dev/umdio/apis/umd-io/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/umdio/umd-io/revisions/c0fac695dd04/schema)
