The playground
Try any of 1536 endpoints — live.
Pick an endpoint, load a working example, tweak the params, and send — no signup to try. Results render the way the data deserves; raw JSON, headers & code are one tab away.
Playground demo key · api.reefapi.com
post/uk-tenders/v1/notice1 credit
One notice in full by id: the buyer's published contact details (name, e-mail, phone, address), the 'how to respond' instructions with the portal link, the procedure type, the number of times the notice has been viewed (a competition signal), and the complete award block — every winning supplier with their address, the amount and the contract start and end dates. None of this is in the search response.
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/uk-tenders/v1/notice \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"id":"ec641d32-1f15-48f3-9458-bc4cd94b04c5"}'Hit Send to run this endpoint live.