Open Data · head-to-head

Open Data Minneapolis vs Wikidata

Open Data Minneapolis

Open Data Minneapolis is the city's ArcGIS Hub portal, publishing GIS layers and non-spatial datasets — from 311 service requests to crime incidents — as a standard Esri Hub site. Its DCAT-US JSON feed and Hub search API expose the full catalogue for machine consumption at no cost and without a key.

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.

Open Data MinneapolisWikidata
AuthenticationNoneNone
Pricingfreefree
FormatsJSON, GeoJSON, CSVJSON, XML
CORSyesyes
HTTPSYesYes

Open Data Minneapolis supports 3 response formats, while Wikidata offers fewer — pick Open Data Minneapolis for more integration flexibility.

More comparisons