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

# Retorna uno o más listados de provincias.

`POST /provincias`

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

## Request body

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

## Response `200`

Listados de provincias.

- ProvinciasBulk
  - `resultados` ProvinciasSingle[]
    - `cantidad` integer
    - `total` integer
    - `inicio` integer
    - `parametros` object
    - `provincias` Provincia[]
      - `id` string
      - `nombre` string
      - `nombre_largo` string
      - `iso_nombre` string
      - `iso_id` string
      - `categoria` string
      - `centroide` object
        - `lat` number
        - `lon` number

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