Open Data · head-to-head

InfraNode vs Wikipedia

InfraNode

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.

Wikipedia

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.

InfraNodeWikipedia
AuthenticationNoneNone
Pricingfreefree
FormatsJSONJSON, XML
CORSyesyes
HTTPSYesYes

Wikipedia supports 2 response formats, while InfraNode offers fewer — pick Wikipedia for more integration flexibility.

More comparisons