Query GitHub data precisely with GraphQL
GitHub's v4 API uses GraphQL. Request exactly the data you need for repositories, pull requests, actions, and projects in a single query.
1. Go to Developer Settings > Personal Access Tokens in GitHub 2. Create a token with repo scopes
Get API CredentialsClick "Try It" above to test the API in the playground
Click "Add to Agent" to get your API key and integrate
Get started quickly with these code examples in your favorite language
curl -X GET \ 'https://www.callio.dev/api/proxy/github-graphql/endpoint' \ -H 'Authorization: Bearer YOUR_CALLIO_KEY' \ -H 'Content-Type: application/json'💡 Tip: Replace YOUR_CALLIO_KEY with your actual Callio API key from the dashboard.
Test endpoints live or generate your API key and start building in minutes