---
title: "Retorna un listado de municipios."
method: GET
path: "/municipios"
tags: ["Recursos"]
---

# Retorna un listado de municipios.

`GET /municipios`

Permite realizar búsquedas sobre el listado de municipios.

## Query parameters

- `id` string
- `nombre` string
- `provincia` string
- `interseccion` string
- `orden` 'id' | 'nombre'
- `aplanar` true
- `campos` string
- `max` integer
- `inicio` integer
- `exacto` true
- `formato` 'json' | 'csv' | 'geojson' | 'xml'

## Response `200`

Listado de municipios.

- 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 la consulta.

---

[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)
