github source

github.search_repositories()

pass

Search GitHub repositories.

table function captured 2026-08-30 07:09:39Z
Verdict: TRUE

All trials returned rows, no errors.

Arguments

NameRequiredNotes
qrequired
sortoptional
orderoptional

SQL used

SELECT * FROM github.search_repositories(q => 'opencode') LIMIT 10
rendering…

Trials

TrialLatencyRowsisErrorFirst row keys
19451 ms10falseid, full_name, html_url, description, language, stargazers_count, forks_count, updated_at
210011 ms10falseid, full_name, html_url, description, language, stargazers_count, forks_count, updated_at

Sample row (last trial)

{
  "id": "975734319",
  "full_name": "anomalyco/opencode",
  "html_url": "https://github.com/anomalyco/opencode",
  "description": "The open source coding agent.",
  "language": "TypeScript",
  "stargazers_count": "202442",
  "forks_count": "26309",
  "updated_at": "2026-08-30T07:06:12Z",
  "score": "1.0"
}