List languages

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

GET /repos/:owner/:repo/languages

Response

Status: 200 OK
{
  "C": 78769,
  "Python": 7769
}