🐙

GitHub GraphQL

Development

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.

Details

Auth Type
Personal Access Token (Bearer)
Rate Limit
5,000 points/hour
Pricing
Free
Full Docs
Step 1: Save your provider key

This is NOT your Callio key. Enter the API key from the provider's dashboard (e.g. OpenAI/SendGrid).

Personal Access Token (Bearer)

1. Go to Developer Settings > Personal Access Tokens in GitHub 2. Create a token with repo scopes

Get API Credentials

Getting Started

1

Try It Instantly

Click "Try It" above to test the API in the playground

2

Add to Your Agent

Click "Add to Agent" to get your API key and integrate

Common Use Cases

Complex repository analysis
CI/CD workflow syncing
Contributor metrics
Project management
Dependency updates

💻 Code Examples

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.

Ready to integrate GitHub GraphQL?

Test endpoints live or generate your API key and start building in minutes

Browse More APIs