Open Data · head-to-head
Open Data Minneapolis vs Wikipedia
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.
The MediaWiki action API that powers Wikipedia gives keyless access to full-text search, page content/extracts, revision history, and category membership across every language edition. A live probe of en.wikipedia.org/w/api.php confirms open, keyless reads and resolves the CORS story: browsers must append the documented `origin=*` query parameter (a plain Origin header alone is rejected as a "mismatch"), after which the response carries a wildcard Access-Control-Allow-Origin.
| Open Data Minneapolis | Wikipedia | |
|---|---|---|
| Authentication | None | None |
| Pricing | free | free |
| Formats | JSON, GeoJSON, CSV | JSON, XML |
| CORS | yes | yes |
| HTTPS | Yes | Yes |
Open Data Minneapolis supports 3 response formats, while Wikipedia offers fewer — pick Open Data Minneapolis for more integration flexibility.