---
title: "Retorna uno o más listados de municipios."
method: POST
path: "/municipios"
tags: ["Recursos"]
---

# Retorna uno o más listados de municipios.

`POST /municipios`

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

## Request body

- MunicipiosRequestBulk
  - `municipios` object[], required
    - `id` string
    - `nombre` string
    - `provincia` string
    - `interseccion` string
    - `orden` 'id' | 'nombre'
    - `aplanar` true
    - `campos` string
    - `max` integer
    - `inicio` integer
    - `exacto` true

## Response `200`

Listados de municipios.

- MunicipiosBulk
  - `resultados` MunicipiosSingle[]
    - `cantidad` integer
    - `total` integer
    - `inicio` integer
    - `parametros` object
    - `municipios` Municipio[]
      - `id` string
      - `nombre` string
      - `nombre_completo` string
      - `provincia` ProvinciaSubEntidad
        - `id` string
        - `nombre` string
      - `centroide` object
        - `lat` number
        - `lon` number
      - `categoria` string

## Other responses

- `400` — Error al procesar las consultas.

---

[API](https://skmtc.net/datosgobar/apis/georef-ar-api.md) · [All operations](https://skmtc.net/datosgobar/apis/georef-ar-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datosgobar/georef-ar-api/versions/a0c3d492ec8b/schema)
