An API service to get pinned repositories from a Github profile powered by
The number of requests per user is limited to 5 requests per 30 seconds
# with json format
GET /api/get/?username=ysn4irix
{
"isError": false,
"statusMessage": "OK",
"statusCode": 200,
"response": [
{
"name": "madina",
"repo": "https://github.com/Ysn4Irix/madina",
"description": "Fast API for getting moroccan cities and their districts in json/xml/csv formats.",
"demo": "https://madina.ysnirix.xyz/api/alive",
"language": {
"name": "JavaScript",
"color": "#f1e05a"
},
"stars": 31,
"forks": 4
},
{ .... },
{ .... },
{ .... },
{ .... }
Pull requests and stars are always welcome. For bugs and features requests, please create an issue.
Copyright © 2022-present, Ysn4Irix. Released under the MIT License.