Recursos

Retorna uno o más listados de municipios.

Permite realizar varias búsquedas sobre el listado de municipios en simultáneo.

post/municipios

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/parametros to the response with the 200 status

      response-optional-property-added

    • added the optional property resultados/items/municipios/items/categoria to the response with the 200 status

      response-optional-property-added

    • added the optional property resultados/items/municipios/items/nombre_completo to the response with the 200 status

      response-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/interseccion

      new-optional-request-property

    • removed the request property municipios/items/interseccion

      request-property-removed

    • removed the optional property resultados/items/municipios/items/categoria from the response with the 200 status

      response-optional-property-removed

    • removed the optional property resultados/items/municipios/items/nombre_completo from the response with the 200 status

      response-optional-property-removed

    • removed the optional property resultados/items/parametros from the response with the 200 status

      response-optional-property-removed

    This revision also has 18 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog