UK public-sector tenders & planning, as clean JSON.
Public procurement notices (Find a Tender) and planning applications from official Open-Government-Licence feeds — normalized to one schema, refreshed daily, queryable in one request. Built for bid intelligence, proptech, and AI agents.
curl -H "Authorization: Bearer $API_KEY" \
"https://gankdat.com/v1/data/uk-tenders?value_amount_min=1000000&status=active"
{ "ok": true,
"data": [ { "notice_id": "063319-2026", "buyer": "London Borough of Havering",
"title": "Highways maintenance term contract",
"value_amount": 8400000, "cpv_codes": ["45233139"],
"deadline_at": "2026-09-01T17:00:00+01:00", … } ],
"meta": { "total": 116, "last_refreshed_at": "2026-07-07T05:00:11Z" } }
Get a free API key
250 requests/month, no card. The key is shown once — store it.
Got your key? Use it anywhere: curl -H "Authorization: Bearer fapi_..." https://gankdat.com/v1/data/uk-tenders
Not ready yet? Join the launch waitlist instead — email only, nothing else stored.
Two datasets, one schema — cross-vertical by design
uk-tenders · procurement
Public-sector tenders from Find a Tender's official OCDS feed, flattened from nested releases to one clean row per notice. For bid intelligence, lead-gen, and market research.
buyerstatuscpv_codesvalue_amount_minpublished_at_afterq
uk-planning · planning
Planning applications from planning.data.gov.uk, normalized to the same schema. Blind Mode: applicant personal data is dropped at ingest, never stored.
authorityreferencedecision_date_afterdecision_date_beforeq
Built for AI agents, not just humans
MCP server
Point any MCP client at /mcp with your API key: tools for every dataset, deterministic JSON results, usage built in.
x402 micropayments
No account? Agents can pay per request in USDC at /x402/data/… — HTTP 402 flow, zero commission.
OpenAPI 3.1
The whole surface is described at /openapi.json — generated from the same schemas that validate every request.
Pricing
| Plan | Credits / month | Price | |
|---|---|---|---|
| Free | 250 | £0 | Get free key |
| Starter | 5,000 | $29/mo | Subscribe |
| Growth | 20,000 | $99/mo | Subscribe |
| Scale | 100,000 | $299/mo | Subscribe |
1 credit = 1 request. Rate limit 60 req/min. Checking /v1/usage is always free. Launch pricing — subject to change.