U

ukintel · Grants Match

by ukintel

POSTBase

$0.15

per call · USD Coin on Base

Send a project profile (what it is, who you are, where, how much you need) and get back the live UK grants it could actually get - ranked eligible-first with a per-criterion pass/fail table for every match, from criteria parsed once at ingest from each grant's own eligibility text. Ineligible grants are excluded and counted, never dressed up as options. Deterministic rules; no language model touches the verdicts.

Endpoint

POST https://api.ukintel.uk/v1/grants/match

5

Calls / 30d

1

Unique payers / 30d

Sep 7

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://api.ukintel.uk/v1/grants/match", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "project": {
      "amount_needed": 30000,
      "description": "planting a new native woodland on our farm",
      "org_type": "individual",
      "params": {
        "land_ha": 3.5
      },
      "region": "england"
    }
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://api.ukintel.uk/v1/grants/match" \
  -H "Content-Type: application/json" \
  -d '{"project":{"amount_needed":30000,"description":"planting a new native woodland on our farm","org_type":"individual","params":{"land_ha":3.5},"region":"england"}}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "confidence": "high",
  "notice": "Information, not advice.",
  "query": {
    "project": {
      "org_type": "individual",
      "region": "england"
    }
  },
  "result": {
    "considered": 118,
    "excluded": {
      "closed": 3,
      "ineligible": 41
    },
    "matches": [
      {
        "eligibility": {
          "band": "eligible",
          "missing": [
            "MANAGEMENT_CONTROL"
          ],
          "score": 92
        },
        "id": "england-woodland-creation-offer-ewco-1",
        "name": "England Woodland Creation Offer (EWCO)",
        "relevance": 12
      }
    ]
  }
}

Payment details

Pay to0x8aa6a85a2723e2816204f3cf48d76b84bafdaab4
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Games & Fun and the homepage with a featured placement.

Get featured →

More from ukintel & similar services