Github API to get the author/committer of specific line of code

Viewed 311

I'm using Github code search API to get search for some text in a given repository. The response doesn't seem to contain any information related to the content that matched, sha/hash of the commit or the author/committer info:

https://api.github.com/search/code?q=addClass+repo:jquery/jquery

Is there any way to get the author/committer of the given line of code in a repo using the Github API?

Thanks!

1 Answers
Related