Open Data · head-to-head
InfraNode vs Wikipedia
InfraNode unifies open data for dozens of German cities into a single versioned REST API, covering weather, air quality, EV charging, public-transit departures, demographics, and dozens of other civic datasets. Every endpoint is keyless and rate-limited per IP rather than gated behind a subscription ("Die API ist offen und braucht keinen API-Key"), with an OpenAPI spec and Postman collection published for quick integration. The project is open source (Apache-2.0) and runs on a server in Germany with no ads.
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.
| InfraNode | Wikipedia | |
|---|---|---|
| Authentication | None | None |
| Pricing | free | free |
| Formats | JSON | JSON, XML |
| CORS | yes | yes |
| HTTPS | Yes | Yes |
Wikipedia supports 2 response formats, while InfraNode offers fewer — pick Wikipedia for more integration flexibility.