GeoToolsFrance
Cette API réalise une opération de géo-repérage (geofencing) à partir d'un point GPS défini par une latitude/longitude. Lorsque le point se trouve sur le territoire Francais (France Métropolitaine et DROM : Martinique, Guadeloupe, Guyane, Réunion et Mayotte), il est possible de récupérer les informations associées : Région, Département, Arrondissement, Commune. Le service se base sur les…
GeoToolsFrance endpoints
| Method | Endpoint | Description |
|---|---|---|
| Geo France | ||
| POST |
getFullForPosition /api/geoFrance/getFullForPosition |
Get All information (Région / Département / Arrondissement / Commune) for a specific GPS position GPS position is defined by POST params latitude/longitude or body (json). If not… |
| POST |
getRegionForPosition /api/geoFrance/getRegionForPosition |
Get Region information for a specific GPS position GPS position is defined by POST params latitude/longitude or body (json) If not found, result is null. |
| POST |
getDepartementForPosition /api/geoFrance/getDepartementForPosition |
Get Departement information for a specific GPS position. GPS position is defined by POST params latitude/longitude or body (json). If not found, result is null. |
| POST |
getCommuneForPosition /api/geoFrance/getCommuneForPosition |
Get Commune information for a specific GPS position. GPS position is defined by POST params latitude/longitude or body (json). If not found, result is null. |
| POST |
getArrondissementForPosition /api/geoFrance/getArrondissementForPosition |
Get Arrondissement information for a specific GPS position. GPS position is defined by params latitude/longitude If not found, result is null. |
| GET |
getIGNVersionDate /api/geoFrance/getIGNVersionDate |
Get the Version (Date) of IGN export |
GeoToolsFrance pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $3 / month | — |
|
| ULTRA | $9 / month | — |
|
| MEGA | $15 / month | — |
|