France-departments-cities-API
This api is available to fetch all departments and cities in France and also to fetch a specific city or department using a postal code (city/department) or a name (city/department)
30 subscribers
8.6/10 popularity
24688 ms avg latency
100% success rate
6 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
France-departments-cities-API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Fetch all departments in France /departments |
Using this API you can fetch all departments in France |
| GET |
Fetch all cities in France /cities |
This API serves to fetch all cities in France |
| GET |
Fetch single department in France with a postal code param /departments/code/{postalCode} |
Fetch a specific department in France using a postal code parameter |
| GET |
Fetch single department in France with a search name query /departments/name/{label} |
This api allow you to fetch a specific department in France using a query name for example "paris" |
| GET |
Fetch single city in France with a name search query /cities/name/{label} |
Search for a specific city with a name parameter for example "paris" it will fetch all the cities in France with the name paris with all the arrondissements |
| GET |
Fetch single city in France with a postalCode search query /cities/code/{postalCode} |
Search for a specific city with a postalCode query for example "75001" is the postal code of paris 1er |
France-departments-cities-API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | 6 / second |
|
| ULTRA | $14.99 / month | 8 / second |
|
| MEGA Recommended | $24.99 / month | 10 / second |
|