Query nonprofit data programmatically. API keys are issued from your Data Products Factory dashboard.
Free: 500 credits/month · Starter A$10 (10k credits) · Growth A$45 (50k) · Scale A$80 (100k) · ~2 credits per query
The charities-explorer endpoint powers all search and browse functionality in Nonprofit Intelligence.
https://kmddqnrztjoubzzynmbe.supabase.co/functions/v1/charities-explorer
| Parameter | Type | Required | Description |
|---|---|---|---|
country | string | Yes | "AU" or "NZ" |
q | string | No | Natural language search — name, purpose, suburb, ABN or any keyword |
limit | integer | No | Results per page (default 20, max 100) |
offset | integer | No | Pagination offset (default 0) |
cause | string | No | AU only. Cause group ID from Causes. E.g. "disability", "mental_health" |
sector | string | No | NZ only. Sector category string, e.g. "Health", "Education and Training" |
Authenticate with your API key in the apikey header:
Datasets underlying the Nonprofit Intelligence platform. Availability varies by country.
Include your API key in the apikey header on all requests.
Each successful search call costs 1 credit. AI-enriched results cost 2 credits.
| HTTP status | Meaning |
|---|---|
200 | Success |
401 | Missing or invalid API key |
402 | Insufficient credits — top up at dashboard |
429 | Rate limit exceeded (60 requests/minute) |
500 | Server error — contact support+dataproducts@datacolada.com |