Retorna un listado de municipios.
Permite realizar búsquedas sobre el listado de municipios.
Query parameters
Filtrar por ID. Se pueden especificar varios IDs separados por comas.
Filtrar por nombre.
Filtrar por nombre o ID de provincia. Se pueden especificar varios IDs separados por comas.
Filtrar por intersección con otras entidades geográficas. El valor del campo debe tener el siguiente formato:
< tipo de entidad A>:<id 1>:<id 2>, < tipo de entidad B>:<id 1>:<id 2>, ...
Se incluye en la respuesta cualquier entidad que intereseccione con una o más de las entidades con los IDs especificados.
Campo por el cual ordenar los resultados.
Cuando está presente, muestra el resultado JSON con una estructura plana.
Campos a incluir en la respuesta separados por comas, sin espacios. Algunos campos siempre serán incluidos, incluso si no se agregaron en la lista. Para incluir campos de sub-entidades, separar los nombres con un punto, por ejemplo: provincia.id. También se pueden especificar los valores especiales basico, estandar y completo.
Cantidad máxima de resultados a devolver.
Cantidad de resultados a saltear.
Cuando está presente, se activa el modo de búsqueda por texto exacto. Sólo tiene efecto cuando se usan campos de búsqueda por texto (por ejemplo, nombre).
Formato de datos en el cual devolver los resultados.
Response
Listado de municipios.
Example response
{
"cantidad": 10,
"total": 1820,
"parametros": {},
"municipios": [
{
"id": "820196",
"nombre": "Granadero Baigorria",
"nombre_completo": "Municipio Granadero Baigorria",
"provincia": {
"id": "82",
"nombre": "Santa Fe"
},
"centroide": {
"lat": -32.851319,
"lon": -60.704006
},
"categoria": "Municipio"
}
]
}Changes
Changed in 5 of the 23 revisions of this API.145
- ○
added the optional property
parametrosto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
municipios/items/categoriato the response with the200statusresponse-optional-property-added
- ○
added the optional property
municipios/items/nombre_completoto the response with the200statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the new enum value
xmlto thequeryrequest parameterformatorequest-parameter-enum-value-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the new optional
queryrequest parameterinterseccionnew-optional-request-parameter
- ○
- ▲
removed the enum value
xmlfrom thequeryrequest parameterformatorequest-parameter-enum-value-removed
- ●
deleted the
queryrequest parameterinterseccionrequest-parameter-removed
- ●
removed the optional property
municipios/items/categoriafrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
municipios/items/nombre_completofrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
parametrosfrom the response with the200statusresponse-optional-property-removed
This revision also has 18 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲