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

## Changes

- **2019-05-15** `7f745d434f27` — 1 info
  - added the optional property `resultados/items/parametros` to the response with the `200` status
- **2019-01-24** `7c4885f7ee17` — 4 info
  - added the optional property `resultados/items/provincias/items/categoria` to the response with the `200` status
  - added the optional property `resultados/items/provincias/items/iso_id` to the response with the `200` status
  - added the optional property `resultados/items/provincias/items/iso_nombre` to the response with the `200` status
  - added the optional property `resultados/items/provincias/items/nombre_largo` to the response with the `200` status
- **2018-10-11** `681881d2e961` — 1 info
  - added the new optional request property `provincias/items/interseccion`
- **2018-10-09** `91b97851e647` — 6 warning
  - removed the request property `provincias/items/interseccion`
  - removed the optional property `resultados/items/parametros` from the response with the `200` status
  - removed the optional property `resultados/items/provincias/items/categoria` from the response with the `200` status
  - removed the optional property `resultados/items/provincias/items/iso_id` from the response with the `200` status
  - …2 more

[Change history](https://skmtc.dev/datosgobar/apis/georef-ar-api/changes/provincias/post.md)

---

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