Test the API live
Try the API without writing a single line of code. Enter a username, adjust the filters and see the result in real time.
How to use the Playground
Enter the username
Enter any GitHub username in the required field. Example: torvalds, vercel, facebook.
Adjust the filters
Optionally, filter by language, change the sorting or the number of results per page.
Click Execute
The request will be made in real time and the JSON result will appear below.
Copy the URL
The request URL is generated automatically. Copy and use it directly in your project.
Test the API live
Enter any GitHub username and see the result in real time.
https://api-pearl-nine-29.vercel.app/api/github?per_page=5Usage tips
Enable stats_only
If you only need a summary (total repos, stars, languages), enable the 'Statistics only' option. The response is much smaller and faster.
Use popular usernames
Test with usernames like torvalds, vercel or facebook to see the API handling hundreds of repositories.
Combine filters
Filter by language and sort by stars to find the most popular projects from a dev in a specific stack.