Skip to content

[Github API V3] Listing repository languages only seems to support Python and C #24550

Discussion options

You must be logged in to vote

Hi @niceplace,

Thank you for being here! That should be an example on our documentation using the https://developer.github.com/v3/repos/#list-languages will list all the languages for the selected repository. For example:

https://api.github.com/repos/andreagriffiths11/spanish-quiz/languages

Returns:

{
  "Java": 7200
}

I hope this helps!

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment