U

ukintel · Grants Eligibility

by ukintel

GETBase

$0.15

per call · USD Coin on Base

One grant, one project: a deterministic eligibility verdict with the full criteria table - each criterion quoted from the grant's own eligibility text, marked pass/fail/undeclared - plus what is missing to firm it up and indicative funding. Criteria are parsed once at ingest, never guessed at request time; if the full text is not parsed yet the verdict uses Find a Grant's listing fields, flagged PARTIAL_CRITERIA, and criteria_provenance says so.

Endpoint

GET https://api.ukintel.uk/v1/grants/:id/eligibility

6

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/:id/eligibility", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.ukintel.uk/v1/grants/:id/eligibility" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "confidence": "high",
  "notice": "Information, not advice.",
  "query": {
    "grant_id": "ewco",
    "profile": {
      "land_ha": 3.5,
      "org_type": "private_landowner",
      "region": "england"
    }
  },
  "result": {
    "criteria": [
      {
        "code": "MIN_AREA",
        "detail": "3.5 ha declared",
        "pass": true,
        "requirement": "woodland \"at least 1 hectare\" in total"
      }
    ],
    "grant": {
      "funder": "Defra / Forestry Commission",
      "name": "England Woodland Creation Offer (EWCO)"
    }
  },
  "verdict": {
    "band": "eligible",
    "flags": [
      {
        "code": "MISSING_DECLARATION",
        "detail": "management_control not declared"
      }
    ],
    "score": 92
  }
}

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