List repository languages

GET {{baseUrl}}/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.

RESPONSES

status: OK

{"C":78769,"Python":7769}