Get pinned GitHub repositories as JSON

Sadisha Nimsara
Dec 22, 2020

--

JSON

I saw a lot of people asking about how they can get pinned GitHub repositories as a JSON response. This can be done with GraphQL, but some of them are asking for a rest API solution. Fortunately, I found a solution for them.

Visit this site:

There you have your JSON response. Or else, you can just replace your Username in the following URL.

https://gh-pinned-repos-5l2i19um3.vercel.app/?username=Username

This program was originally developed by @egoist.

For contributors: Source code

--

--