UnifyAPI
← Back to catalog

github.repo

mock data$0.001 / call

GitHub Repository Details

Get full details of a GitHub repository — description, stars, forks, language, topics, license, last update. Public repos only (GitHub API)

Developer Toolsprovider: Github#github#developer

Input schema

reporequired

Repository name (e.g. "react", "vscode")

string
ownerrequired

Repository owner (e.g. "facebook", "microsoft")

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.