Open Data · head-to-head
French Address Search vs Nobel Prize
geo.api.gouv.fr's address search now redirects to Etalab's Base Adresse Nationale API at api-adresse.data.gouv.fr, which geocodes and reverse-geocodes French addresses down to the housing-unit level from the country's authoritative address registry. Responses come back as GeoJSON FeatureCollections scored by match confidence, and the service is free and keyless for reasonable use.
The official Nobel Prize API serves structured, keyless JSON on every laureate, prize category, and award year back to 1901, including prize amounts (nominal and inflation-adjusted) and links between related records. A live query against api.nobelprize.org/2.1/nobelPrizes needs no key and returns a wildcard Access-Control-Allow-Origin header, so it's directly callable from browser code.
| French Address Search | Nobel Prize | |
|---|---|---|
| Authentication | None | None |
| Pricing | free | free |
| Formats | GeoJSON | JSON |
| CORS | yes | yes |
| HTTPS | Yes | Yes |