Check The View developer API
Read public attraction and report data without an account. Responses are JSON, allow cross-origin reads and use ISO 8601 dates.
Endpoints
GET /api/public/v1/landmarks— List landmarks and their latest reported condition.GET /api/public/v1/featured— Top 50 popular attractions (Wikidata ranking) plus 12 random catalog locations.GET /api/public/v1/search?q=london— Search landmark names and locations.GET /api/public/v1/landmarks/{slug}— Get a landmark and its dated reports.GET /api/public/v1/reports/{id}— Get an individual condition report.GET /api/public/v1/changes?updated_since={ISO date}— Get recently updated reports.
Example
Try a real record: Admiralty Arch landmark (JSON) and its latest report (JSON).