Developer API

UK grant intelligence, via API

The same live grant data and AI matching that powers Grants Hub — as a REST API. Send an organisation profile, get ranked matches, eligibility scores, and AI-drafted proposals back.

2,100+
Live grants
104+
Sources monitored daily
5
API endpoints
HMAC
Signed webhooks

What you get

Five endpoints covering matching, scoring, drafting, curated feeds, and alerts.

POST/v1/match

AI grant matching

Send an organisation profile, get ranked grants back — the same hybrid AI matching that powers grantshub.co.uk.

POST/v1/score

Eligibility scoring

One organisation, one grant — get a probability score with a reasoning breakdown (sector, region, size, deadline fit).

POST/v1/proposal

AI proposal drafting

A tailored first-draft proposal letter for a specific grant and organisation. Dev Pro and Enterprise.

GET/v1/latest · /v1/ending-soon · /v1/featured

Curated feeds

Closed-vocabulary region/sector filters, hard-capped page size — built for embedding, not scraping.

WEBHOOK/dev/webhooks

New-match alerts

HMAC-signed webhook delivery whenever a new grant matches your saved criteria. Dev Pro and Enterprise.

Simple to integrate

Illustrative example — full request/response schemas are in the API docs.

POST /v1/match
curl https://api.grantshub.co.uk/v1/match \
  -H "X-API-Key: sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "organisation_type": "charity",
    "sector": "arts_culture",
    "region": "scotland",
    "description": "Community theatre charity seeking funding for a youth outreach programme.",
    "amount_needed": 15000
  }'

# → 200 OK
{
  "matches": [
    {
      "title": "Scottish Arts Community Fund",
      "funder": "Creative Scotland",
      "amount_min_gbp": 5000,
      "amount_max_gbp": 15000,
      "amount_text": "£5,000 - £15,000",
      "open_date": "2026-04-01",
      "close_date": "2026-09-30",
      "eligibility": "Registered charities and community groups in Scotland.",
      "url": "https://www.creativescotland.com/funding/...",
      "score": 0.91,
      "reasons": ["Sector match: arts & culture", "Region match: Scotland", "Within funding range"]
    }
  ]
}

Intelligence, not a data dump

Every grant your account is ever shown — across every endpoint — is logged once against a monthly distinct-grant cap, on top of standard call and results-per-call limits. That's a deliberate design choice: you get matching, scoring and drafting intelligence embedded in your product, not a way to reconstruct our dataset.

Grant IDs are non-sequential — there's no dataset to enumerate even without the cap.

Pricing

Priced for embedding in a product, not personal use.

Dev Starter

£59.99/month inc. VAT

For testing integrations and low-volume use.

Get started
100 calls/month
5 results per call
250 distinct grants/month
/v1/match + /v1/score + curated feeds
Email support
Most popular

Dev Pro

£199.99/month inc. VAT

For production integrations.

Get started
1,000 calls/month
20 results per call
1,000 distinct grants/month
/v1/proposal included
Webhook alerts included
Priority support

Enterprise

Get in touch

For larger, negotiated integrations.

Contact us
Negotiated call volume
Relaxed distinct-grant cap
Signed no-redistribution contract
Dedicated support

Self-serve checkout is launching shortly — sign up now and we'll set your API key up in the meantime.

Questions

Can I use this to pull your whole grants database?

No — every grant shown to your account, across every endpoint, is logged once against a monthly distinct-grant cap. Sweeping /v1/match across every sector or hammering /v1/latest daily doesn't get around it. This is a matching and intelligence API, not a bulk data export.

What's the difference between Dev Starter and Dev Pro?

Starter covers /v1/match, /v1/score and the curated feeds. Pro adds /v1/proposal (AI-drafted letters) and webhook alerts, plus higher call, result and distinct-grant limits.

Do you offer volume pricing for larger integrations?

Yes — Enterprise plans get negotiated call volume and a relaxed distinct-grant cap under a signed contract with no-redistribution terms. Get in touch and we'll scope it with you.

Ready to embed UK grant intelligence?

Create an account and we'll get your API access set up.

Get started →