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 /reality
Arrival Score, best entrance, parking, loading, notes, confidence — everything for one address.
GET /entrances
Best entrance, rear access, gate hours and driver notes.
GET /loading-bays
Bay numbers, dimensions, opening hours and current availability.
GET /ev-status
On-site posts, cable runs and dwell suitability by vehicle type.
GET /access-notes
Structured access, lift, stairs, hallway width and PPE notes.
GET /temporary-issues
Works, closures, moved bays and broken lifts — fresh, verified observations.
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.