One curl. One JSON.
Pilot keys are issued per company. Rate-limited during private beta. No SDK required — anything that can `fetch` can consume Deliverd.
- · Regional pilot: North West UK.
- · Auth: bearer token, per-company.
- · Response: application/json, gzip.
- · Rate limit: 60 req/min during beta.
# Request
curl https://api.deliverd.uk/v1/arrival \
-H "Authorization: Bearer sk_pilot_..." \
-G --data-urlencode "postcode=CH1 3AE" \
--data-urlencode "door=14"
# Response
{
"arrival_score": 82,
"parking": "Lay-by opposite",
"best_entrance": "Rear gate on Maple Road",
"loading": "Bay B, behind Unit 6",
"lift": false,
"stairs": 2,
"walk_distance": 48,
"vehicle": "LWB van",
"driver_note": "Sat nav takes you to the back fence.",
"confidence": 0.88,
"observations": 6,
"last_verified": "2 days ago"
}One dataset. Five ways to consume it.
GET /arrival
The core call. Arrival score, best entrance, parking, loading, driver notes, confidence.
Address Passport
Full operational profile for an address, built from verified observations.
Arrival Map tiles
Coverage, hotspots and access layers as tiles you can overlay on your existing map.
Product Reality
Assembly time, difficulty and crew size for retailer SKUs.
Quote API
Postcode + product + service → priced quote with confidence score.
Arrival Check before dispatch.
Retailers pre-flight every order through /arrival/check. The response tells dispatch what to expect before the van leaves the depot.