← Back to catalog
github.repo
mock data$0.001 / callGitHub Repository Details
Get full details of a GitHub repository — description, stars, forks, language, topics, license, last update. Public repos only (GitHub API)
Input schema
reporequired
stringRepository name (e.g. "react", "vscode")
ownerrequired
stringRepository owner (e.g. "facebook", "microsoft")
Call via REST
curl -X POST https://unifyapi.pro/api/call/github.repo \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"repo":"<repo>","owner":"<owner>"}'