---
title: "Get a list of all venues"
method: GET
path: "/{acadYear}/semesters/{semester}/venues.json"
tags: ["Venues"]
---

# Get a list of all venues

`GET /{acadYear}/semesters/{semester}/venues.json`

Get a list of all venues, including lecture theatres, seminar rooms, laboratories, etc. used in the given semester's classes. This endpoint only returns an array of names, and is useful for searching and autocompletion.

## Path parameters

- `acadYear` string, required
- `semester` 1 | 2 | 3 | 4, required

## Response `200`

Success

- string[]

## Other responses

- `404` — Not found

---

[API](https://skmtc.dev/nusmodifications/apis/nusmods-api.md) · [All operations](https://skmtc.dev/nusmodifications/apis/nusmods-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nusmodifications/nusmods-api/revisions/c923393e6cce/schema)
