Playground

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

1

Enter the username

Enter any GitHub username in the required field. Example: torvalds, vercel, facebook.

2

Adjust the filters

Optionally, filter by language, change the sorting or the number of results per page.

3

Click Execute

The request will be made in real time and the JSON result will appear below.

4

Copy the URL

The request URL is generated automatically. Copy and use it directly in your project.

Playground

Test the API live

Enter any GitHub username and see the result in real time.

GEThttps://api-pearl-nine-29.vercel.app/api/github?per_page=5

Usage 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.