Animica x402 Directory

Directory / api.ukintel.uk

api.ukintel.uk/v1/grants/match

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.

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X POST 'https://api.ukintel.uk/v1/grants/match'

# -> HTTP/1.1 402 Payment Required
#    the response carries the price, asset and pay-to address.

# 2. Pay and retry with any x402 client:
npx x402-fetch -X POST 'https://api.ukintel.uk/v1/grants/match'

Endpoint: https://api.ukintel.uk/v1/grants/match. Operated by api.ukintel.uk, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.

Other endpoints on api.ukintel.uk

api.ukintel.uk/v1/funders/:name

Who actually funds things like yours: one UK funder's giving history aggregated from the 360Giving open-data corpus - grants made, total and typical award, size…

GET · $0.2

api.ukintel.uk/v1/tenders/fit-score

Send a supplier profile (what you do, keywords, regions, value band, certifications) and get back the best-fitting live UK tenders, each scored 0-100 by determi…

POST · $0.2

All 3 endpoints on api.ukintel.uk →