Get an API Key
Follow these steps to get programmatic access to the Global.Church API.
Step 1: Create an Account
Go to platform.global.church and sign in with Google or email. If you don't have an account, one will be created automatically during sign-in.
Step 2: Request Developer Access
Navigate to the Developer section in the platform. You'll need the developer role to create API keys. If you don't have it yet, request it from the Developer page — an admin will review and approve your request.
Step 3: Generate an API Key
Once you have the developer role:
- Go to Developer in the platform navigation.
- Click API Keys.
- Click Create New Key.
- Give your key a descriptive name (e.g., "My App - Development").
- Copy and securely store the key — it won't be shown again.
Step 4: Make Your First Request
Try a simple REST request to search for organizations:
Code
You should get back a JSON response with up to 5 organizations in the United States.
Step 5: Try SPARQL
The API also supports SPARQL queries against the knowledge graph. Here's a simple count of all triples:
Code
And a more useful query — find the 5 largest unreached people groups:
Code
Rate Limits
Standard rate limits apply to all API keys. If you need higher limits for production use, contact us.
Next Steps
- SPARQL Quickstart — Learn to write more powerful queries against the knowledge graph.
- API Reference — Full documentation of all REST endpoints under
/v0/. - Named Graph Conventions — Understand how data is organized in the knowledge graph.
- HIS Registries — Learn about the standard code systems for peoples, languages, religions, and geography.
