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

# Retorna uno o más listados de calles.

`POST /calles`

Permite realizar varias búsquedas sobre el listado de vías de circulación en simultáneo.

## Request body

- CallesRequestBulk
  - `calles` object[], required
    - `id` string
    - `nombre` string
    - `categoria` string
    - `provincia` string
    - `departamento` string
    - `localidad_censal` string
    - `orden` 'id' | 'nombre'
    - `aplanar` true
    - `campos` string
    - `max` integer
    - `inicio` integer
    - `exacto` true

## Response `200`

Listados de calles.

- CallesBulk
  - `resultados` CallesSingle[]
    - `cantidad` integer
    - `total` integer
    - `inicio` integer
    - `parametros` object
    - `calles` Calle[]
      - `altura` object
        - `inicio` object
          - `derecha` integer
          - `izquierda` integer
        - `fin` object
          - `derecha` integer
          - `izquierda` integer
      - `id` string
      - `nombre` string
      - `nomenclatura` string
      - `provincia` ProvinciaSubEntidad
        - `id` string
        - `nombre` string
      - `departamento` DepartamentoSubEntidad
        - `id` string
        - `nombre` string
      - `localidad_censal` LocalidadCensalSubEntidad
        - `id` string
        - `nombre` string
      - `categoria` 'OTRO' | 'AV' | 'RUTA' | 'AUT' | 'CALLE' | 'PJE' | 'BV'

## Other responses

- `400` — Error al procesar las consultas.

## Changes

- **2019-05-21** `302974186784` — 1 info
  - added the optional property `resultados/items/calles/items/localidad_censal` to the response with the `200` status
- **2019-05-15** `7f745d434f27` — 1 info
  - added the optional property `resultados/items/parametros` to the response with the `200` status
- **2019-05-07** `146d44aa3ed2` — 1 info
  - added the new optional request property `calles/items/localidad_censal`
- **2019-01-24** `7c4885f7ee17` — 2 warning, 2 info
  - removed the request property `calles/items/tipo`
  - removed the optional property `resultados/items/calles/items/tipo` from the response with the `200` status
  - added the new optional request property `calles/items/categoria`
  - added the optional property `resultados/items/calles/items/categoria` to the response with the `200` status
- **2018-10-09** `91b97851e647` — 5 warning, 2 info
  - removed the request property `calles/items/categoria`
  - removed the request property `calles/items/localidad_censal`
  - removed the optional property `resultados/items/calles/items/categoria` from the response with the `200` status
  - removed the optional property `resultados/items/calles/items/localidad_censal` from the response with the `200` status
  - …3 more

[Change history](https://skmtc.dev/datosgobar/apis/georef-ar-api/changes/calles/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)
