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

github.com:github-rest-api

Summary: List repository languages
Operation ID: repos/list-languages
Auth: bearer_token
Description

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

Parameters (2)

owner (string, path, required)

The account owner of the repository. The name is not case sensitive.

repo (string, path, required)

The name of the repository without the `.git` extension. The name is not case sensitive.

No probe data for this endpoint yet.