🇫🇷 France cities — free JSON dataset

459 cities in France, ranked by population, as a single downloadable JSON file. No API key, no rate limit, no sign-up — just a static file you can fetch, cache, or commit straight into your own project.

Data updated: 2026-07-14

Download JSON (70 KB)

Preview

The first few records, largest by population, as they appear in the file:

CityRegionPopulation
ParisÎle-de-France2,145,906
Metropolis of LyonAuvergne-Rhône-Alpes1,433,613
MarseilleProvence-Alpes-Côte d'Azur877,215
LyonAuvergne-Rhône-Alpes520,774
ToulouseOccitania511,684

Field schema

FieldTypeDescription
idstring (UUID)Geomelon city ID
namestringCity name
populationnumberPopulation
latitudenumberLatitude
longitudenumberLongitude
regionstring | nullRegion/state name

What it's for

A flat, population-ranked file like this is a good fit for offline builds, seed data for a database, a country/city dropdown that doesn't need live search, or a quick lookup table in a script or notebook. It's a static snapshot, not a live feed — there's no search index, no translations, and no guarantee it reflects changes made to France's administrative boundaries after 2026-07-14.

Need more?

For prefix search, autocomplete, multilingual names, or coordinate-based queries — anything that needs to stay current or searchable — use the API instead of the static file:

curl --request GET \
  --url 'https://geomelon.p.rapidapi.com/cities/search?countryCode=fr&sort=population_desc&limit=10' \
  --header 'x-rapidapi-host: geomelon.p.rapidapi.com' \
  --header 'x-rapidapi-key: YOUR_API_KEY'

Try the API free on RapidAPI

License

This dataset is licensed under CC BY 4.0. You're free to use it for any purpose, including commercially, as long as you credit Geomelon with a link back to this page.

All datasets · Cities in France (API docs & demo)