Argentina Geocoding
Standardization of Argentine addresses
9 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Argentina Geocoding endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
list_departments_api_v1_provinces__province_id__departments_get /api/v1/provinces/{province_id}/departments |
Get all departments (departamentos/partidos) for a specific province. |
| GET |
list_provinces_api_v1_provinces_get /api/v1/provinces |
Get a list of all 24 provinces of Argentina with their IDs and centroid coordinates. |
| GET |
normalize_address_api_v1_normalize_get /api/v1/normalize |
Normalize and geocode an address in Argentina. For Buenos Aires area (CABA/AMBA), uses USIG for better accuracy. For rest of Argentina, uses Georef. |
| GET |
reverse_geocode_api_v1_reverse_get /api/v1/reverse |
Get location information (province, department, municipality) from latitude/longitude coordinates. |
| GET |
list_municipalities_api_v1_provinces__province_id__municipalities_get /api/v1/provinces/{province_id}/municipalities |
Get all municipalities for a specific province. |
| GET |
terms_of_use_terms_get /terms |
Terms of Use for RapidAPI listing. |
| GET |
search_streets_api_v1_streets_get /api/v1/streets |
Search for streets by name across Argentina. |
| GET |
health_check_health_get /health |
Health check for monitoring. |
| GET |
root__get / |
Health check endpoint. |