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

---

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