github source
pass
View version history →
github.users
passList users
Use this table to browse public GitHub users. Works without WHERE filters. Add username to jump to one account before paging; broad scans should always start with LIMIT.
no filters captured 2026-08-31 10:00:00Zmedian 11014 ms
Verdict: TRUE
All variants returned rows on ≥2 of 2 trials, 0 errors.
rendering…
Summary
| Variant | Trials | Min | Median | Max | Row counts | Errors |
|---|---|---|---|---|---|---|
| minimal | 2 | 11180 ms | 11564 ms | 11948 ms | [1, 1] | 0 |
| realistic | 2 | 10745 ms | 11014 ms | 11283 ms | [25, 25] | 0 |
| edge | 2 | 14433 ms | 15082 ms | 15731 ms | [200, 200] | 0 |
Latency per trial
minimalmedian 11564ms
scale: 0–11948 ms
realisticmedian 11014ms
scale: 0–11283 ms
edgemedian 15082ms
scale: 0–15731 ms
Probe variants — every command + output
minimal
2 trialsmin 11180ms · median 11564ms · max 11948ms · rows 1,1
smallest valid query (no filters)
Command
SELECT * FROM github.users LIMIT 1Trials + output
trial 1·11948ms·rows 1isError=false
First row (click to expand JSON)
{
"avatar_url": "https://avatars.githubusercontent.com/u/1?v=4",
"bio": "",
"blog": "",
"business_plus": "",
"collaborators": "",
"company": "",
"created_at": "",
"disk_usage": "",
"email": "",
"events_url": "https://api.github.com/users/mojombo/events{/privacy}",
"followers": "",
"followers_url": "https://api.github.com/users/mojombo/followers",
"following": "",
"following_url": "https://api.github.com/users/mojombo/following{/other_user}",
"gists_url": "https://api.github.com/users/mojombo/gists{/gist_id}",
"gravatar_id": "",
"hireable": "",
"html_url": "https://github.com/mojombo",
"id": "1",
"ldap_dn": "",
"location": "",
"login": "mojombo",
"name": "",
"node_id": "MDQ6VXNlcjE=",
"notification_email": "",
"organizations_url": "https://api.github.com/users/mojombo/orgs",
"owned_private_repos": "",
"plan": "",
"plan__collaborators": "",
"plan__name": "",
"plan__private_repos": "",
"plan__space": "",
"private_gists": "",
"public_gists": "",
"public_repos": "",
"received_events_url": "https://api.github.com/users/mojombo/received_events",
"repos_url": "https://api.github.com/users/mojombo/repos",
"site_admin": "false",
"starred_at": "",
"starred_url": "https://api.github.com/users/mojombo/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mojombo/subscriptions",
"total_private_repos": "",
"twitter_username": "",
"two_factor_authentication": "",
"type": "User",
"updated_at": "",
"url": "https://api.github.com/users/mojombo",
"user_view_type": "public",
"username": ""
}columns (49)
avatar_urlbioblogbusiness_pluscollaboratorscompanycreated_atdisk_usageemailevents_urlfollowersfollowers_urlfollowingfollowing_urlgists_urlgravatar_idhireablehtml_urlidldap_dnlocationloginnamenode_idnotification_emailorganizations_urlowned_private_reposplanplan__collaboratorsplan__nameplan__private_reposplan__spaceprivate_gistspublic_gistspublic_reposreceived_events_urlrepos_urlsite_adminstarred_atstarred_urlsubscriptions_urltotal_private_repostwitter_usernametwo_factor_authenticationtypeupdated_aturluser_view_typeusername
trial 2·11180ms·rows 1isError=false
First row (click to expand JSON)
{
"avatar_url": "https://avatars.githubusercontent.com/u/1?v=4",
"bio": "",
"blog": "",
"business_plus": "",
"collaborators": "",
"company": "",
"created_at": "",
"disk_usage": "",
"email": "",
"events_url": "https://api.github.com/users/mojombo/events{/privacy}",
"followers": "",
"followers_url": "https://api.github.com/users/mojombo/followers",
"following": "",
"following_url": "https://api.github.com/users/mojombo/following{/other_user}",
"gists_url": "https://api.github.com/users/mojombo/gists{/gist_id}",
"gravatar_id": "",
"hireable": "",
"html_url": "https://github.com/mojombo",
"id": "1",
"ldap_dn": "",
"location": "",
"login": "mojombo",
"name": "",
"node_id": "MDQ6VXNlcjE=",
"notification_email": "",
"organizations_url": "https://api.github.com/users/mojombo/orgs",
"owned_private_repos": "",
"plan": "",
"plan__collaborators": "",
"plan__name": "",
"plan__private_repos": "",
"plan__space": "",
"private_gists": "",
"public_gists": "",
"public_repos": "",
"received_events_url": "https://api.github.com/users/mojombo/received_events",
"repos_url": "https://api.github.com/users/mojombo/repos",
"site_admin": "false",
"starred_at": "",
"starred_url": "https://api.github.com/users/mojombo/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mojombo/subscriptions",
"total_private_repos": "",
"twitter_username": "",
"two_factor_authentication": "",
"type": "User",
"updated_at": "",
"url": "https://api.github.com/users/mojombo",
"user_view_type": "public",
"username": ""
}columns (49)
avatar_urlbioblogbusiness_pluscollaboratorscompanycreated_atdisk_usageemailevents_urlfollowersfollowers_urlfollowingfollowing_urlgists_urlgravatar_idhireablehtml_urlidldap_dnlocationloginnamenode_idnotification_emailorganizations_urlowned_private_reposplanplan__collaboratorsplan__nameplan__private_reposplan__spaceprivate_gistspublic_gistspublic_reposreceived_events_urlrepos_urlsite_adminstarred_atstarred_urlsubscriptions_urltotal_private_repostwitter_usernametwo_factor_authenticationtypeupdated_aturluser_view_typeusername
realistic
2 trialsmin 10745ms · median 11014ms · max 11283ms · rows 25,25
typical user query (no filters)
Command
SELECT * FROM github.users LIMIT 25Trials + output
trial 1·10745ms·rows 25isError=false
First row (click to expand JSON)
{
"avatar_url": "https://avatars.githubusercontent.com/u/1?v=4",
"bio": "",
"blog": "",
"business_plus": "",
"collaborators": "",
"company": "",
"created_at": "",
"disk_usage": "",
"email": "",
"events_url": "https://api.github.com/users/mojombo/events{/privacy}",
"followers": "",
"followers_url": "https://api.github.com/users/mojombo/followers",
"following": "",
"following_url": "https://api.github.com/users/mojombo/following{/other_user}",
"gists_url": "https://api.github.com/users/mojombo/gists{/gist_id}",
"gravatar_id": "",
"hireable": "",
"html_url": "https://github.com/mojombo",
"id": "1",
"ldap_dn": "",
"location": "",
"login": "mojombo",
"name": "",
"node_id": "MDQ6VXNlcjE=",
"notification_email": "",
"organizations_url": "https://api.github.com/users/mojombo/orgs",
"owned_private_repos": "",
"plan": "",
"plan__collaborators": "",
"plan__name": "",
"plan__private_repos": "",
"plan__space": "",
"private_gists": "",
"public_gists": "",
"public_repos": "",
"received_events_url": "https://api.github.com/users/mojombo/received_events",
"repos_url": "https://api.github.com/users/mojombo/repos",
"site_admin": "false",
"starred_at": "",
"starred_url": "https://api.github.com/users/mojombo/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mojombo/subscriptions",
"total_private_repos": "",
"twitter_username": "",
"two_factor_authentication": "",
"type": "User",
"updated_at": "",
"url": "https://api.github.com/users/mojombo",
"user_view_type": "public",
"username": ""
}columns (49)
avatar_urlbioblogbusiness_pluscollaboratorscompanycreated_atdisk_usageemailevents_urlfollowersfollowers_urlfollowingfollowing_urlgists_urlgravatar_idhireablehtml_urlidldap_dnlocationloginnamenode_idnotification_emailorganizations_urlowned_private_reposplanplan__collaboratorsplan__nameplan__private_reposplan__spaceprivate_gistspublic_gistspublic_reposreceived_events_urlrepos_urlsite_adminstarred_atstarred_urlsubscriptions_urltotal_private_repostwitter_usernametwo_factor_authenticationtypeupdated_aturluser_view_typeusername
trial 2·11283ms·rows 25isError=false
First row (click to expand JSON)
{
"avatar_url": "https://avatars.githubusercontent.com/u/1?v=4",
"bio": "",
"blog": "",
"business_plus": "",
"collaborators": "",
"company": "",
"created_at": "",
"disk_usage": "",
"email": "",
"events_url": "https://api.github.com/users/mojombo/events{/privacy}",
"followers": "",
"followers_url": "https://api.github.com/users/mojombo/followers",
"following": "",
"following_url": "https://api.github.com/users/mojombo/following{/other_user}",
"gists_url": "https://api.github.com/users/mojombo/gists{/gist_id}",
"gravatar_id": "",
"hireable": "",
"html_url": "https://github.com/mojombo",
"id": "1",
"ldap_dn": "",
"location": "",
"login": "mojombo",
"name": "",
"node_id": "MDQ6VXNlcjE=",
"notification_email": "",
"organizations_url": "https://api.github.com/users/mojombo/orgs",
"owned_private_repos": "",
"plan": "",
"plan__collaborators": "",
"plan__name": "",
"plan__private_repos": "",
"plan__space": "",
"private_gists": "",
"public_gists": "",
"public_repos": "",
"received_events_url": "https://api.github.com/users/mojombo/received_events",
"repos_url": "https://api.github.com/users/mojombo/repos",
"site_admin": "false",
"starred_at": "",
"starred_url": "https://api.github.com/users/mojombo/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mojombo/subscriptions",
"total_private_repos": "",
"twitter_username": "",
"two_factor_authentication": "",
"type": "User",
"updated_at": "",
"url": "https://api.github.com/users/mojombo",
"user_view_type": "public",
"username": ""
}columns (49)
avatar_urlbioblogbusiness_pluscollaboratorscompanycreated_atdisk_usageemailevents_urlfollowersfollowers_urlfollowingfollowing_urlgists_urlgravatar_idhireablehtml_urlidldap_dnlocationloginnamenode_idnotification_emailorganizations_urlowned_private_reposplanplan__collaboratorsplan__nameplan__private_reposplan__spaceprivate_gistspublic_gistspublic_reposreceived_events_urlrepos_urlsite_adminstarred_atstarred_urlsubscriptions_urltotal_private_repostwitter_usernametwo_factor_authenticationtypeupdated_aturluser_view_typeusername
edge
2 trialsmin 14433ms · median 15082ms · max 15731ms · rows 200,200
edge: larger limit, no filters
Command
SELECT * FROM github.users LIMIT 200Trials + output
trial 1·14433ms·rows 200isError=false
First row (click to expand JSON)
{
"avatar_url": "https://avatars.githubusercontent.com/u/1?v=4",
"bio": "",
"blog": "",
"business_plus": "",
"collaborators": "",
"company": "",
"created_at": "",
"disk_usage": "",
"email": "",
"events_url": "https://api.github.com/users/mojombo/events{/privacy}",
"followers": "",
"followers_url": "https://api.github.com/users/mojombo/followers",
"following": "",
"following_url": "https://api.github.com/users/mojombo/following{/other_user}",
"gists_url": "https://api.github.com/users/mojombo/gists{/gist_id}",
"gravatar_id": "",
"hireable": "",
"html_url": "https://github.com/mojombo",
"id": "1",
"ldap_dn": "",
"location": "",
"login": "mojombo",
"name": "",
"node_id": "MDQ6VXNlcjE=",
"notification_email": "",
"organizations_url": "https://api.github.com/users/mojombo/orgs",
"owned_private_repos": "",
"plan": "",
"plan__collaborators": "",
"plan__name": "",
"plan__private_repos": "",
"plan__space": "",
"private_gists": "",
"public_gists": "",
"public_repos": "",
"received_events_url": "https://api.github.com/users/mojombo/received_events",
"repos_url": "https://api.github.com/users/mojombo/repos",
"site_admin": "false",
"starred_at": "",
"starred_url": "https://api.github.com/users/mojombo/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mojombo/subscriptions",
"total_private_repos": "",
"twitter_username": "",
"two_factor_authentication": "",
"type": "User",
"updated_at": "",
"url": "https://api.github.com/users/mojombo",
"user_view_type": "public",
"username": ""
}columns (49)
avatar_urlbioblogbusiness_pluscollaboratorscompanycreated_atdisk_usageemailevents_urlfollowersfollowers_urlfollowingfollowing_urlgists_urlgravatar_idhireablehtml_urlidldap_dnlocationloginnamenode_idnotification_emailorganizations_urlowned_private_reposplanplan__collaboratorsplan__nameplan__private_reposplan__spaceprivate_gistspublic_gistspublic_reposreceived_events_urlrepos_urlsite_adminstarred_atstarred_urlsubscriptions_urltotal_private_repostwitter_usernametwo_factor_authenticationtypeupdated_aturluser_view_typeusername
trial 2·15731ms·rows 200isError=false
First row (click to expand JSON)
{
"avatar_url": "https://avatars.githubusercontent.com/u/1?v=4",
"bio": "",
"blog": "",
"business_plus": "",
"collaborators": "",
"company": "",
"created_at": "",
"disk_usage": "",
"email": "",
"events_url": "https://api.github.com/users/mojombo/events{/privacy}",
"followers": "",
"followers_url": "https://api.github.com/users/mojombo/followers",
"following": "",
"following_url": "https://api.github.com/users/mojombo/following{/other_user}",
"gists_url": "https://api.github.com/users/mojombo/gists{/gist_id}",
"gravatar_id": "",
"hireable": "",
"html_url": "https://github.com/mojombo",
"id": "1",
"ldap_dn": "",
"location": "",
"login": "mojombo",
"name": "",
"node_id": "MDQ6VXNlcjE=",
"notification_email": "",
"organizations_url": "https://api.github.com/users/mojombo/orgs",
"owned_private_repos": "",
"plan": "",
"plan__collaborators": "",
"plan__name": "",
"plan__private_repos": "",
"plan__space": "",
"private_gists": "",
"public_gists": "",
"public_repos": "",
"received_events_url": "https://api.github.com/users/mojombo/received_events",
"repos_url": "https://api.github.com/users/mojombo/repos",
"site_admin": "false",
"starred_at": "",
"starred_url": "https://api.github.com/users/mojombo/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mojombo/subscriptions",
"total_private_repos": "",
"twitter_username": "",
"two_factor_authentication": "",
"type": "User",
"updated_at": "",
"url": "https://api.github.com/users/mojombo",
"user_view_type": "public",
"username": ""
}columns (49)
avatar_urlbioblogbusiness_pluscollaboratorscompanycreated_atdisk_usageemailevents_urlfollowersfollowers_urlfollowingfollowing_urlgists_urlgravatar_idhireablehtml_urlidldap_dnlocationloginnamenode_idnotification_emailorganizations_urlowned_private_reposplanplan__collaboratorsplan__nameplan__private_reposplan__spaceprivate_gistspublic_gistspublic_reposreceived_events_urlrepos_urlsite_adminstarred_atstarred_urlsubscriptions_urltotal_private_repostwitter_usernametwo_factor_authenticationtypeupdated_aturluser_view_typeusername
All returned rowsacross all non-errored trials · filterable · paginated
452 rows stored · 452 returned · page 1/19
| 1 | 0 | https://avatars.githubusercontent.com/u/1?v=4 | — | — | — | — | — | — | — | — | https://api.github.com/users/mojombo/events{/privacy} | — | https://api.github.com/users/mojombo/followers | — | https://api.github.com/users/mojombo/following{/other_user} | https://api.github.com/users/mojombo/gists{/gist_id} | — | — | https://github.com/mojombo | 1 | — | — | mojombo | — | MDQ6VXNlcjE= | — | https://api.github.com/users/mojombo/orgs | — | — | — | — | — | — | — | — | — | https://api.github.com/users/mojombo/received_events | https://api.github.com/users/mojombo/repos | false | — | https://api.github.com/users/mojombo/starred{/owner}{/repo} | https://api.github.com/users/mojombo/subscriptions | — | — | — | User | — | https://api.github.com/users/mojombo | public | — |
| 2 | 1 | https://avatars.githubusercontent.com/u/1?v=4 | — | — | — | — | — | — | — | — | https://api.github.com/users/mojombo/events{/privacy} | — | https://api.github.com/users/mojombo/followers | — | https://api.github.com/users/mojombo/following{/other_user} | https://api.github.com/users/mojombo/gists{/gist_id} | — | — | https://github.com/mojombo | 1 | — | — | mojombo | — | MDQ6VXNlcjE= | — | https://api.github.com/users/mojombo/orgs | — | — | — | — | — | — | — | — | — | https://api.github.com/users/mojombo/received_events | https://api.github.com/users/mojombo/repos | false | — | https://api.github.com/users/mojombo/starred{/owner}{/repo} | https://api.github.com/users/mojombo/subscriptions | — | — | — | User | — | https://api.github.com/users/mojombo | public | — |
| 1 | 2 | https://avatars.githubusercontent.com/u/1?v=4 | — | — | — | — | — | — | — | — | https://api.github.com/users/mojombo/events{/privacy} | — | https://api.github.com/users/mojombo/followers | — | https://api.github.com/users/mojombo/following{/other_user} | https://api.github.com/users/mojombo/gists{/gist_id} | — | — | https://github.com/mojombo | 1 | — | — | mojombo | — | MDQ6VXNlcjE= | — | https://api.github.com/users/mojombo/orgs | — | — | — | — | — | — | — | — | — | https://api.github.com/users/mojombo/received_events | https://api.github.com/users/mojombo/repos | false | — | https://api.github.com/users/mojombo/starred{/owner}{/repo} | https://api.github.com/users/mojombo/subscriptions | — | — | — | User | — | https://api.github.com/users/mojombo | public | — |
| 1 | 3 | https://avatars.githubusercontent.com/u/2?v=4 | — | — | — | — | — | — | — | — | https://api.github.com/users/defunkt/events{/privacy} | — | https://api.github.com/users/defunkt/followers | — | https://api.github.com/users/defunkt/following{/other_user} | https://api.github.com/users/defunkt/gists{/gist_id} | — | — | https://github.com/defunkt | 2 | — | — | defunkt | — | MDQ6VXNlcjI= | — | https://api.github.com/users/defunkt/orgs | — | — | — | — | — | — | — | — | — | https://api.github.com/users/defunkt/received_events | https://api.github.com/users/defunkt/repos | false | — | https://api.github.com/users/defunkt/starred{/owner}{/repo} | https://api.github.com/users/defunkt/subscriptions | — | — | — | User | — | https://api.github.com/users/defunkt | public | — |
| 1 | 4 | https://avatars.githubusercontent.com/u/3?v=4 | — | — | — | — | — | — | — | — | https://api.github.com/users/pjhyett/events{/privacy} | — | https://api.github.com/users/pjhyett/followers | — | https://api.github.com/users/pjhyett/following{/other_user} | https://api.github.com/users/pjhyett/gists{/gist_id} | — | — | https://github.com/pjhyett | 3 | — | — | pjhyett | — | MDQ6VXNlcjM= | — | https://api.github.com/users/pjhyett/orgs | — | — | — | — | — | — | — | — | — | https://api.github.com/users/pjhyett/received_events | https://api.github.com/users/pjhyett/repos | false | — | https://api.github.com/users/pjhyett/starred{/owner}{/repo} | https://api.github.com/users/pjhyett/subscriptions | — | — | — | User | — | https://api.github.com/users/pjhyett | public | — |
| 1 | 5 | https://avatars.githubusercontent.com/u/4?v=4 | — | — | — | — | — | — | — | — | https://api.github.com/users/wycats/events{/privacy} | — | https://api.github.com/users/wycats/followers | — | https://api.github.com/users/wycats/following{/other_user} | https://api.github.com/users/wycats/gists{/gist_id} | — | — | https://github.com/wycats | 4 | — | — | wycats | — | MDQ6VXNlcjQ= | — | https://api.github.com/users/wycats/orgs | — | — | — | — | — | — | — | — | — | https://api.github.com/users/wycats/received_events | https://api.github.com/users/wycats/repos | false | — | https://api.github.com/users/wycats/starred{/owner}{/repo} | https://api.github.com/users/wycats/subscriptions | — | — | — | User | — | https://api.github.com/users/wycats | public | — |
| 1 | 6 | https://avatars.githubusercontent.com/u/5?v=4 | — | — | — | — | — | — | — | — | https://api.github.com/users/ezmobius/events{/privacy} | — | https://api.github.com/users/ezmobius/followers | — | https://api.github.com/users/ezmobius/following{/other_user} | https://api.github.com/users/ezmobius/gists{/gist_id} | — | — | https://github.com/ezmobius | 5 | — | — | ezmobius | — | MDQ6VXNlcjU= | — | https://api.github.com/users/ezmobius/orgs | — | — | — | — | — | — | — | — | — | https://api.github.com/users/ezmobius/received_events | https://api.github.com/users/ezmobius/repos | false | — | https://api.github.com/users/ezmobius/starred{/owner}{/repo} | https://api.github.com/users/ezmobius/subscriptions | — | — | — | User | — | https://api.github.com/users/ezmobius | public | — |
| 1 | 7 | https://avatars.githubusercontent.com/u/6?v=4 | — | — | — | — | — | — | — | — | https://api.github.com/users/ivey/events{/privacy} | — | https://api.github.com/users/ivey/followers | — | https://api.github.com/users/ivey/following{/other_user} | https://api.github.com/users/ivey/gists{/gist_id} | — | — | https://github.com/ivey | 6 | — | — | ivey | — | MDQ6VXNlcjY= | — | https://api.github.com/users/ivey/orgs | — | — | — | — | — | — | — | — | — | https://api.github.com/users/ivey/received_events | https://api.github.com/users/ivey/repos | false | — | https://api.github.com/users/ivey/starred{/owner}{/repo} | https://api.github.com/users/ivey/subscriptions | — | — | — | User | — | https://api.github.com/users/ivey | public | — |
| 1 | 8 | https://avatars.githubusercontent.com/u/7?v=4 | — | — | — | — | — | — | — | — | https://api.github.com/users/evanphx/events{/privacy} | — | https://api.github.com/users/evanphx/followers | — | https://api.github.com/users/evanphx/following{/other_user} | https://api.github.com/users/evanphx/gists{/gist_id} | — | — | https://github.com/evanphx | 7 | — | — | evanphx | — | MDQ6VXNlcjc= | — | https://api.github.com/users/evanphx/orgs | — | — | — | — | — | — | — | — | — | https://api.github.com/users/evanphx/received_events | https://api.github.com/users/evanphx/repos | false | — | https://api.github.com/users/evanphx/starred{/owner}{/repo} | https://api.github.com/users/evanphx/subscriptions | — | — | — | User | — | https://api.github.com/users/evanphx | public | — |
| 1 | 9 | https://avatars.githubusercontent.com/u/17?v=4 | — | — | — | — | — | — | — | — | https://api.github.com/users/vanpelt/events{/privacy} | — | https://api.github.com/users/vanpelt/followers | — | https://api.github.com/users/vanpelt/following{/other_user} | https://api.github.com/users/vanpelt/gists{/gist_id} | — | — | https://github.com/vanpelt | 17 | — | — | vanpelt | — | MDQ6VXNlcjE3 | — | https://api.github.com/users/vanpelt/orgs | — | — | — | — | — | — | — | — | — | https://api.github.com/users/vanpelt/received_events | https://api.github.com/users/vanpelt/repos | false | — | https://api.github.com/users/vanpelt/starred{/owner}{/repo} | https://api.github.com/users/vanpelt/subscriptions | — | — | — | User | — | https://api.github.com/users/vanpelt | public | — |
| 1 | 10 | https://avatars.githubusercontent.com/u/18?v=4 | — | — | — | — | — | — | — | — | https://api.github.com/users/wayneeseguin/events{/privacy} | — | https://api.github.com/users/wayneeseguin/followers | — | https://api.github.com/users/wayneeseguin/following{/other_user} | https://api.github.com/users/wayneeseguin/gists{/gist_id} | — | — | https://github.com/wayneeseguin | 18 | — | — | wayneeseguin | — | MDQ6VXNlcjE4 | — | https://api.github.com/users/wayneeseguin/orgs | — | — | — | — | — | — | — | — | — | https://api.github.com/users/wayneeseguin/received_events | https://api.github.com/users/wayneeseguin/repos | false | — | https://api.github.com/users/wayneeseguin/starred{/owner}{/repo} | https://api.github.com/users/wayneeseguin/subscriptions | — | — | — | User | — | https://api.github.com/users/wayneeseguin | public | — |
| 1 | 11 | https://avatars.githubusercontent.com/u/19?v=4 | — | — | — | — | — | — | — | — | https://api.github.com/users/brynary/events{/privacy} | — | https://api.github.com/users/brynary/followers | — | https://api.github.com/users/brynary/following{/other_user} | https://api.github.com/users/brynary/gists{/gist_id} | — | — | https://github.com/brynary | 19 | — | — | brynary | — | MDQ6VXNlcjE5 | — | https://api.github.com/users/brynary/orgs | — | — | — | — | — | — | — | — | — | https://api.github.com/users/brynary/received_events | https://api.github.com/users/brynary/repos | false | — | https://api.github.com/users/brynary/starred{/owner}{/repo} | https://api.github.com/users/brynary/subscriptions | — | — | — | User | — | https://api.github.com/users/brynary | public | — |
| 1 | 12 | https://avatars.githubusercontent.com/u/20?v=4 | — | — | — | — | — | — | — | — | https://api.github.com/users/kevinclark/events{/privacy} | — | https://api.github.com/users/kevinclark/followers | — | https://api.github.com/users/kevinclark/following{/other_user} | https://api.github.com/users/kevinclark/gists{/gist_id} | — | — | https://github.com/kevinclark | 20 | — | — | kevinclark | — | MDQ6VXNlcjIw | — | https://api.github.com/users/kevinclark/orgs | — | — | — | — | — | — | — | — | — | https://api.github.com/users/kevinclark/received_events | https://api.github.com/users/kevinclark/repos | false | — | https://api.github.com/users/kevinclark/starred{/owner}{/repo} | https://api.github.com/users/kevinclark/subscriptions | — | — | — | User | — | https://api.github.com/users/kevinclark | public | — |
| 1 | 13 | https://avatars.githubusercontent.com/u/21?v=4 | — | — | — | — | — | — | — | — | https://api.github.com/users/technoweenie/events{/privacy} | — | https://api.github.com/users/technoweenie/followers | — | https://api.github.com/users/technoweenie/following{/other_user} | https://api.github.com/users/technoweenie/gists{/gist_id} | — | — | https://github.com/technoweenie | 21 | — | — | technoweenie | — | MDQ6VXNlcjIx | — | https://api.github.com/users/technoweenie/orgs | — | — | — | — | — | — | — | — | — | https://api.github.com/users/technoweenie/received_events | https://api.github.com/users/technoweenie/repos | false | — | https://api.github.com/users/technoweenie/starred{/owner}{/repo} | https://api.github.com/users/technoweenie/subscriptions | — | — | — | User | — | https://api.github.com/users/technoweenie | public | — |
| 1 | 14 | https://avatars.githubusercontent.com/u/22?v=4 | — | — | — | — | — | — | — | — | https://api.github.com/users/macournoyer/events{/privacy} | — | https://api.github.com/users/macournoyer/followers | — | https://api.github.com/users/macournoyer/following{/other_user} | https://api.github.com/users/macournoyer/gists{/gist_id} | — | — | https://github.com/macournoyer | 22 | — | — | macournoyer | — | MDQ6VXNlcjIy | — | https://api.github.com/users/macournoyer/orgs | — | — | — | — | — | — | — | — | — | https://api.github.com/users/macournoyer/received_events | https://api.github.com/users/macournoyer/repos | false | — | https://api.github.com/users/macournoyer/starred{/owner}{/repo} | https://api.github.com/users/macournoyer/subscriptions | — | — | — | User | — | https://api.github.com/users/macournoyer | public | — |
| 1 | 15 | https://avatars.githubusercontent.com/u/23?v=4 | — | — | — | — | — | — | — | — | https://api.github.com/users/takeo/events{/privacy} | — | https://api.github.com/users/takeo/followers | — | https://api.github.com/users/takeo/following{/other_user} | https://api.github.com/users/takeo/gists{/gist_id} | — | — | https://github.com/takeo | 23 | — | — | takeo | — | MDQ6VXNlcjIz | — | https://api.github.com/users/takeo/orgs | — | — | — | — | — | — | — | — | — | https://api.github.com/users/takeo/received_events | https://api.github.com/users/takeo/repos | false | — | https://api.github.com/users/takeo/starred{/owner}{/repo} | https://api.github.com/users/takeo/subscriptions | — | — | — | User | — | https://api.github.com/users/takeo | public | — |
| 1 | 16 | https://avatars.githubusercontent.com/u/25?v=4 | — | — | — | — | — | — | — | — | https://api.github.com/users/caged/events{/privacy} | — | https://api.github.com/users/caged/followers | — | https://api.github.com/users/caged/following{/other_user} | https://api.github.com/users/caged/gists{/gist_id} | — | — | https://github.com/caged | 25 | — | — | caged | — | MDQ6VXNlcjI1 | — | https://api.github.com/users/caged/orgs | — | — | — | — | — | — | — | — | — | https://api.github.com/users/caged/received_events | https://api.github.com/users/caged/repos | false | — | https://api.github.com/users/caged/starred{/owner}{/repo} | https://api.github.com/users/caged/subscriptions | — | — | — | User | — | https://api.github.com/users/caged | public | — |
| 1 | 17 | https://avatars.githubusercontent.com/u/26?v=4 | — | — | — | — | — | — | — | — | https://api.github.com/users/topfunky/events{/privacy} | — | https://api.github.com/users/topfunky/followers | — | https://api.github.com/users/topfunky/following{/other_user} | https://api.github.com/users/topfunky/gists{/gist_id} | — | — | https://github.com/topfunky | 26 | — | — | topfunky | — | MDQ6VXNlcjI2 | — | https://api.github.com/users/topfunky/orgs | — | — | — | — | — | — | — | — | — | https://api.github.com/users/topfunky/received_events | https://api.github.com/users/topfunky/repos | false | — | https://api.github.com/users/topfunky/starred{/owner}{/repo} | https://api.github.com/users/topfunky/subscriptions | — | — | — | User | — | https://api.github.com/users/topfunky | public | — |
| 1 | 18 | https://avatars.githubusercontent.com/u/27?v=4 | — | — | — | — | — | — | — | — | https://api.github.com/users/anotherjesse/events{/privacy} | — | https://api.github.com/users/anotherjesse/followers | — | https://api.github.com/users/anotherjesse/following{/other_user} | https://api.github.com/users/anotherjesse/gists{/gist_id} | — | — | https://github.com/anotherjesse | 27 | — | — | anotherjesse | — | MDQ6VXNlcjI3 | — | https://api.github.com/users/anotherjesse/orgs | — | — | — | — | — | — | — | — | — | https://api.github.com/users/anotherjesse/received_events | https://api.github.com/users/anotherjesse/repos | false | — | https://api.github.com/users/anotherjesse/starred{/owner}{/repo} | https://api.github.com/users/anotherjesse/subscriptions | — | — | — | User | — | https://api.github.com/users/anotherjesse | public | — |
| 1 | 19 | https://avatars.githubusercontent.com/u/28?v=4 | — | — | — | — | — | — | — | — | https://api.github.com/users/roland/events{/privacy} | — | https://api.github.com/users/roland/followers | — | https://api.github.com/users/roland/following{/other_user} | https://api.github.com/users/roland/gists{/gist_id} | — | — | https://github.com/roland | 28 | — | — | roland | — | MDQ6VXNlcjI4 | — | https://api.github.com/users/roland/orgs | — | — | — | — | — | — | — | — | — | https://api.github.com/users/roland/received_events | https://api.github.com/users/roland/repos | false | — | https://api.github.com/users/roland/starred{/owner}{/repo} | https://api.github.com/users/roland/subscriptions | — | — | — | User | — | https://api.github.com/users/roland | public | — |
| 1 | 20 | https://avatars.githubusercontent.com/u/29?v=4 | — | — | — | — | — | — | — | — | https://api.github.com/users/lukas/events{/privacy} | — | https://api.github.com/users/lukas/followers | — | https://api.github.com/users/lukas/following{/other_user} | https://api.github.com/users/lukas/gists{/gist_id} | — | — | https://github.com/lukas | 29 | — | — | lukas | — | MDQ6VXNlcjI5 | — | https://api.github.com/users/lukas/orgs | — | — | — | — | — | — | — | — | — | https://api.github.com/users/lukas/received_events | https://api.github.com/users/lukas/repos | false | — | https://api.github.com/users/lukas/starred{/owner}{/repo} | https://api.github.com/users/lukas/subscriptions | — | — | — | User | — | https://api.github.com/users/lukas | public | — |
| 1 | 21 | https://avatars.githubusercontent.com/u/30?v=4 | — | — | — | — | — | — | — | — | https://api.github.com/users/fanvsfan/events{/privacy} | — | https://api.github.com/users/fanvsfan/followers | — | https://api.github.com/users/fanvsfan/following{/other_user} | https://api.github.com/users/fanvsfan/gists{/gist_id} | — | — | https://github.com/fanvsfan | 30 | — | — | fanvsfan | — | MDQ6VXNlcjMw | — | https://api.github.com/users/fanvsfan/orgs | — | — | — | — | — | — | — | — | — | https://api.github.com/users/fanvsfan/received_events | https://api.github.com/users/fanvsfan/repos | false | — | https://api.github.com/users/fanvsfan/starred{/owner}{/repo} | https://api.github.com/users/fanvsfan/subscriptions | — | — | — | User | — | https://api.github.com/users/fanvsfan | public | — |
| 1 | 22 | https://avatars.githubusercontent.com/u/31?v=4 | — | — | — | — | — | — | — | — | https://api.github.com/users/tomtt/events{/privacy} | — | https://api.github.com/users/tomtt/followers | — | https://api.github.com/users/tomtt/following{/other_user} | https://api.github.com/users/tomtt/gists{/gist_id} | — | — | https://github.com/tomtt | 31 | — | — | tomtt | — | MDQ6VXNlcjMx | — | https://api.github.com/users/tomtt/orgs | — | — | — | — | — | — | — | — | — | https://api.github.com/users/tomtt/received_events | https://api.github.com/users/tomtt/repos | false | — | https://api.github.com/users/tomtt/starred{/owner}{/repo} | https://api.github.com/users/tomtt/subscriptions | — | — | — | User | — | https://api.github.com/users/tomtt | public | — |
| 1 | 23 | https://avatars.githubusercontent.com/u/32?v=4 | — | — | — | — | — | — | — | — | https://api.github.com/users/railsjitsu/events{/privacy} | — | https://api.github.com/users/railsjitsu/followers | — | https://api.github.com/users/railsjitsu/following{/other_user} | https://api.github.com/users/railsjitsu/gists{/gist_id} | — | — | https://github.com/railsjitsu | 32 | — | — | railsjitsu | — | MDQ6VXNlcjMy | — | https://api.github.com/users/railsjitsu/orgs | — | — | — | — | — | — | — | — | — | https://api.github.com/users/railsjitsu/received_events | https://api.github.com/users/railsjitsu/repos | false | — | https://api.github.com/users/railsjitsu/starred{/owner}{/repo} | https://api.github.com/users/railsjitsu/subscriptions | — | — | — | User | — | https://api.github.com/users/railsjitsu | public | — |
| 1 | 24 | https://avatars.githubusercontent.com/u/34?v=4 | — | — | — | — | — | — | — | — | https://api.github.com/users/nitay/events{/privacy} | — | https://api.github.com/users/nitay/followers | — | https://api.github.com/users/nitay/following{/other_user} | https://api.github.com/users/nitay/gists{/gist_id} | — | — | https://github.com/nitay | 34 | — | — | nitay | — | MDQ6VXNlcjM0 | — | https://api.github.com/users/nitay/orgs | — | — | — | — | — | — | — | — | — | https://api.github.com/users/nitay/received_events | https://api.github.com/users/nitay/repos | false | — | https://api.github.com/users/nitay/starred{/owner}{/repo} | https://api.github.com/users/nitay/subscriptions | — | — | — | User | — | https://api.github.com/users/nitay | public | — |
Column profile
49 columns actually returned by coral. Catalog claims no required filters. Click a column to drill in.
| # | Column | Inferred type | Non-null | Nulls | Sample value(s) |
|---|---|---|---|---|---|
| 1 | avatar_url | string | 6 | 0 | "https://avatars.githubusercontent.com/u/1?v=4" |
| 2 | bio | — | 0 | 6 | empty |
| 3 | blog | — | 0 | 6 | empty |
| 4 | business_plus | — | 0 | 6 | empty |
| 5 | collaborators | — | 0 | 6 | empty |
| 6 | company | — | 0 | 6 | empty |
| 7 | created_at | — | 0 | 6 | empty |
| 8 | disk_usage | — | 0 | 6 | empty |
| 9 | — | 0 | 6 | empty | |
| 10 | events_url | string | 6 | 0 | "https://api.github.com/users/mojombo/events{/privacy}" |
| 11 | followers | — | 0 | 6 | empty |
| 12 | followers_url | string | 6 | 0 | "https://api.github.com/users/mojombo/followers" |
| 13 | following | — | 0 | 6 | empty |
| 14 | following_url | string | 6 | 0 | "https://api.github.com/users/mojombo/following{/other_user}" |
| 15 | gists_url | string | 6 | 0 | "https://api.github.com/users/mojombo/gists{/gist_id}" |
| 16 | gravatar_id | — | 0 | 6 | empty |
| 17 | hireable | — | 0 | 6 | empty |
| 18 | html_url | string | 6 | 0 | "https://github.com/mojombo" |
| 19 | id | string | 6 | 0 | "1" |
| 20 | ldap_dn | — | 0 | 6 | empty |
| 21 | location | — | 0 | 6 | empty |
| 22 | login | string | 6 | 0 | "mojombo" |
| 23 | name | — | 0 | 6 | empty |
| 24 | node_id | string | 6 | 0 | "MDQ6VXNlcjE=" |
| 25 | notification_email | — | 0 | 6 | empty |
| 26 | organizations_url | string | 6 | 0 | "https://api.github.com/users/mojombo/orgs" |
| 27 | owned_private_repos | — | 0 | 6 | empty |
| 28 | plan | — | 0 | 6 | empty |
| 29 | plan__collaborators | — | 0 | 6 | empty |
| 30 | plan__name | — | 0 | 6 | empty |
| 31 | plan__private_repos | — | 0 | 6 | empty |
| 32 | plan__space | — | 0 | 6 | empty |
| 33 | private_gists | — | 0 | 6 | empty |
| 34 | public_gists | — | 0 | 6 | empty |
| 35 | public_repos | — | 0 | 6 | empty |
| 36 | received_events_url | string | 6 | 0 | "https://api.github.com/users/mojombo/received_events" |
| 37 | repos_url | string | 6 | 0 | "https://api.github.com/users/mojombo/repos" |
| 38 | site_admin | string | 6 | 0 | "false" |
| 39 | starred_at | — | 0 | 6 | empty |
| 40 | starred_url | string | 6 | 0 | "https://api.github.com/users/mojombo/starred{/owner}{/repo}" |
| 41 | subscriptions_url | string | 6 | 0 | "https://api.github.com/users/mojombo/subscriptions" |
| 42 | total_private_repos | — | 0 | 6 | empty |
| 43 | twitter_username | — | 0 | 6 | empty |
| 44 | two_factor_authentication | — | 0 | 6 | empty |
| 45 | type | string | 6 | 0 | "User" |
| 46 | updated_at | — | 0 | 6 | empty |
| 47 | url | string | 6 | 0 | "https://api.github.com/users/mojombo" |
| 48 | user_view_type | string | 6 | 0 | "public" |
| 49 | username | — | 0 | 6 | empty |
Trial comparison
| Variant / combo | Trial # | Latency | Rows | Status | First key returned |
|---|---|---|---|---|---|
| minimal | t1 | 11948ms | 1 | ok | avatar_url, bio, blog |
| minimal | t2 | 11180ms | 1 | ok | avatar_url, bio, blog |
| realistic | t1 | 10745ms | 25 | ok | avatar_url, bio, blog |
| realistic | t2 | 11283ms | 25 | ok | avatar_url, bio, blog |
| edge | t1 | 14433ms | 200 | ok | avatar_url, bio, blog |
| edge | t2 | 15731ms | 200 | ok | avatar_url, bio, blog |
Catalog vs. response schemaclaimed guide vs columns coral actually returned
Catalog guide (verbatim)
Use this table to browse public GitHub users. Works without WHERE filters. Add username to jump to one account before paging; broad scans should always start with LIMIT.Columns coral returned (49)
avatar_urlbioblogbusiness_pluscollaboratorscompanycreated_atdisk_usageemailevents_urlfollowersfollowers_urlfollowingfollowing_urlgists_urlgravatar_idhireablehtml_urlidldap_dnlocationloginnamenode_idnotification_emailorganizations_urlowned_private_reposplanplan__collaboratorsplan__nameplan__private_reposplan__spaceprivate_gistspublic_gistspublic_reposreceived_events_urlrepos_urlsite_adminstarred_atstarred_urlsubscriptions_urltotal_private_repostwitter_usernametwo_factor_authenticationtypeupdated_aturluser_view_typeusername
Probed by
bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-08-31T10:00:00ZJSON record:
reports/github/tables/users.jsonfirst_run_at:
2026-08-30T14:13:27Zlast_retried_at:
2026-08-31T10:00:00Zretry_count:
3