/github/repos/commits
List commits of a GitHub repository by owner/name or repository URL
Price: 20 credits per 100 results
💡 AI Hint: List the commits of a GitHub repository by ‘owner/name’ slug or repository URL, optionally from a specific branch, tag, or commit SHA. Returns the commit SHA, message text, author and committer (name, email, date, and linked GitHub account), parent SHAs, comment count, and verification status for each commit.
⚠️ Common errors: 412: Repository not found
Authorizations
API token from the dashboard
Headers
Body
Repository in 'owner/name' format or full GitHub URL
1"facebook/react"
"https://github.com/torvalds/linux"
Number of commits to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500Branch name, tag, or commit SHA to list commits from
"main"