---
title: "Normaliza un lote de direcciones."
method: POST
path: "/direcciones"
tags: ["Recursos"]
---

# Normaliza un lote de direcciones.

`POST /direcciones`

Permite normalizar un lote de direcciones utilizando el listado de vías de circulación.

## Request body

- DireccionesRequestBulk
  - `direcciones` object[]
    - `direccion` string, required
    - `provincia` string
    - `departamento` string
    - `localidad_censal` string
    - `localidad` string
    - `orden` 'id' | 'nombre'
    - `aplanar` true
    - `campos` string
    - `max` integer
    - `inicio` integer
    - `exacto` true

## Response `200`

Listados de direcciones normalizadas.

- DireccionesBulk
  - `resultados` DireccionesSingle[]
    - `cantidad` integer
    - `total` integer
    - `inicio` integer
    - `parametros` object
    - `direcciones` Direccion[]
      - `altura` object
        - `valor` integer
        - `unidad` string
      - `calle` object
        - `id` string
        - `nombre` string
        - `categoria` string
      - `calle_cruce_1` object
        - `id` string
        - `nombre` string
        - `categoria` string
      - `calle_cruce_2` object
        - `id` string
        - `nombre` string
        - `categoria` string
      - `piso` string
      - `nomenclatura` string
      - `ubicacion` object
        - `lat` number
        - `lon` number
      - `provincia` ProvinciaSubEntidad
        - `id` string
        - `nombre` string
      - `departamento` DepartamentoSubEntidad
        - `id` string
        - `nombre` string
      - `localidad_censal` LocalidadCensalSubEntidad
        - `id` string
        - `nombre` string
      - `categoria` string

## Other responses

- `400` — Error al procesar las consultas.

## Changes

- **2019-05-21** `302974186784` — 1 info
  - added the optional property `resultados/items/direcciones/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-14** `0c1aa1c5edbe` — 1 info
  - added the new optional request property `direcciones/items/localidad`
- **2019-05-07** `146d44aa3ed2` — 1 info
  - added the new optional request property `direcciones/items/localidad_censal`
- **2019-01-25** `4197d5f0fb43` — 1 info
  - added the optional property `resultados/items/direcciones/items/ubicacion` to the response with the `200` status

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