---
title: "List repository languages"
method: GET
path: "/repos/{owner}/{repo}/languages"
tags: ["repos"]
---

# List repository languages

`GET /repos/{owner}/{repo}/languages`

Lists languages for the specified repository. The value shown for each language is the number of bytes of code written in that language.

## Path parameters

- `owner` string, required
- `repo` string, required

## Response `200`

Response

- Language — Language

---

[API](https://skmtc.net/github/apis/github-v3-rest-api-4.md) · [All operations](https://skmtc.net/github/apis/github-v3-rest-api-4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/github-v3-rest-api-4/versions/ee6c7a46328e/schema)
