---
title: "Retrieves all the Languages"
method: GET
path: "/languages"
tags: ["Languages"]
---

# Retrieves all the Languages

`GET /languages`

## Query parameters

- `name` string
- `code` string
- `page` integer
- `items_per_page` integer

## Response `200`

List of all Locations

- Languages[]
  - `name` string, required
  - `code` string, required

## Other responses

- `204` — No Content. There were no records to return based on your query.
- `401` — Authorization Error. Thrown if the user does not have access to resource.
- `default` — unexpected error

---

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