Open Data · head-to-head

Urban Observatory vs Wikidata

Urban Observatory

Urban Observatory, run by Newcastle University, streams one of the UK's largest real-time urban sensor networks, covering air quality, traffic, flooding, and weather, from thousands of fixed and mobile sensors across Newcastle and partner cities. Its v2 API is fully keyless and exposes sensor locations and readings as JSON, CSV, or Shapefile, with bounding-box filtering for GIS tools. It's an academic, publicly funded service with no commercial tiers.

Wikidata

Wikidata's action API exposes the structured, multilingual knowledge base behind Wikipedia's infoboxes — entity search, full item/property retrieval, and SPARQL-style queries over billions of statements. All read operations (wbsearchentities, wbgetentities, wbgetclaims, and friends) are keyless; OAuth only comes into play for authenticated edits/writes, which this directory entry isn't about. CORS is opt-in per request via the documented `origin=*` query parameter, which returns a wildcard Access-Control-Allow-Origin.

Urban ObservatoryWikidata
AuthenticationNoneNone
Pricingfreefree
FormatsJSON, CSV, ShapefileJSON, XML
CORSnoyes
HTTPSYesYes

Wikidata supports CORS, while Urban Observatory doesn't — pick Wikidata for direct browser calls.

More comparisons