Hi, ive been using nexxel's's api to get my pinned repositories for my personal site however when he introduced changes it broke. So there it is my own pinned repo api.
You can also use it. Just query pinned.fly.dev/projects/johnbakhmat to get those sexy, juicy, repos in JSON format.
you'll get data in format of
//Stars and forks are actually "number" but im not cop i dont know what language are you using.
[
{
Name:string,
Description: string,
Url: string,
Stars: int
Forks: int
Languages: [string]
}
]