Access records
128,412
Postcodes covered
2,704
94% UK
Failed drops logged
9,861
Photo evidence assets
612k
What we track
Every field on every completed job.
- Parking difficulty (0–5) and legal loading windows
- Loading access: front, side, rear, alleyway, communal
- Lift availability, capacity and access hours
- Number of flights of stairs, turn radius, handrails
- Doorway width, height, threshold height
- Time on site (minutes) and crew size
- Failed delivery reason (structured taxonomy)
- Photo evidence and local access notes
GET /v1/address/WA6+9JX
200 OK
{
"postcode": "WA6 9JX",
"property_type": "first_floor_flat",
"parking": {
"difficulty": 3,
"legal_loading": "07:00-19:00",
"restrictions": ["single_yellow", "resident_bays_only"]
},
"access": {
"route": "communal_stairs",
"flights": 1,
"lift": false,
"doorway_cm": 78
},
"reliability": {
"jobs_completed": 47,
"failed_drops": 3,
"top_failure": "sofa_doesnt_fit_stairwell"
},
"median_time_on_site_min": 62,
"confidence": 0.86
}Response schema
Address object
postcodestringUK postcode, whitespace normalised.property_typeenumdetached | terraced | flat | first_floor_flat | upper_flat | commercialparking.difficultyint 0-50 = driveway; 5 = no legal stopping within 100m.access.flightsintFlights of stairs between vehicle and drop point.access.doorway_cmintNarrowest doorway on the route.reliability.failed_dropsintCount of failed attempts across all carriers we've observed.confidencefloat 0-1Signal density score. >0.7 recommended for pricing. Use it for
- Pricing assembly + delivery at checkout
- Dispatching the right vehicle and crew size
- Warning carriers about likely failure modes
- Underwriting last-mile insurance risk
Don't use it for
- Marketing to residents (data is operational, not PII)
- Individually identifying tenants or owners
- Any use case prohibited by UK GDPR