Government · head-to-head

City, Nantes Open Data vs City, New York Open Data

City, Nantes Open Data

Nantes Métropole's open-data portal runs OpenDataSoft; the stored record's `API Key` requirement is stale — a live keyless GET against the v2.1 Explore API (`data.nantesmetropole.fr/api/explore/v2.1/catalog/datasets`) returned full JSON catalogue metadata with a wildcard `Access-Control-Allow-Origin` header, and dataset exports in GeoJSON and CSV worked the same way with no key. An API key is only required for OpenDataSoft's write/administration endpoints, not for reading the catalogue's 590+ datasets.

City, New York Open Data

NYC Open Data runs on Socrata; a live keyless GET against the SODA endpoint for the 311 service-request dataset (`data.cityofnewyork.us/resource/erm2-nwe9.json`) returned full JSON with a wildcard `Access-Control-Allow-Origin` header, and the same resource is fetchable as CSV by swapping the file extension. Anonymous reads work without any credential; registering a free Socrata app token is optional and only raises the per-IP throttling limit.

City, Nantes Open DataCity, New York Open Data
AuthenticationNoneNone
Pricingfreefree
FormatsJSON, CSV, GeoJSONJSON, CSV
CORSyesyes
HTTPSYesYes

City, Nantes Open Data supports 3 response formats, while City, New York Open Data offers fewer — pick City, Nantes Open Data for more integration flexibility.

More comparisons