Retorna uno o más listados de municipios.
Permite realizar varias búsquedas sobre el listado de municipios en simultáneo.
Request body
Example request
{
"municipios": [
{
"provincia": "Santa Fe",
"interseccion": "provincia:82,departamento:82084,municipio:820196",
"aplanar": true,
"campos": "estandar",
"max": 10,
"inicio": 10,
"exacto": true
}
]
}Response
Listados de municipios.
Example response
{
"resultados": [
{
"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 4 of the 23 revisions of this API.44
- ○
added the optional property
resultados/items/parametrosto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
resultados/items/municipios/items/categoriato the response with the200statusresponse-optional-property-added
- ○
added the optional property
resultados/items/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 optional request property
municipios/items/interseccionnew-optional-request-property
- ○
- ●
removed the request property
municipios/items/interseccionrequest-property-removed
- ●
removed the optional property
resultados/items/municipios/items/categoriafrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
resultados/items/municipios/items/nombre_completofrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
resultados/items/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
- ●