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

# Retorna un listado de calles.

`GET /calles`

Permite realizar búsquedas sobre el listado de vías de circulación.

## Query parameters

- `id` string
- `nombre` string
- `tipo` 'calle' | 'avenida' | 'pasaje'
- `provincia` string
- `departamento` string
- `orden` 'id' | 'nombre'
- `aplanar` true
- `campos` string
- `max` integer
- `inicio` integer
- `exacto` true
- `formato` 'json' | 'csv' | 'xml'

## Response `200`

Listado de calles.

- CallesSingle
  - `cantidad` integer
  - `total` integer
  - `inicio` integer
  - `calles` Calle[]
    - `departamento` DepartamentoSinCoordenadas
      - `id` string
      - `nombre` string
    - `altura` object
      - `inicio` object
        - `derecha` integer
        - `izquierda` integer
      - `fin` object
        - `derecha` integer
        - `izquierda` integer
    - `id` string
    - `nombre` string
    - `nomenclatura` string
    - `provincia` ProvinciaSinCoordenadas
      - `id` string
      - `nombre` string
    - `tipo` 'OTRO' | 'AV' | 'RUTA' | 'AUT' | 'CALLE' | 'PJE' | 'BV'

## Other responses

- `400` — Error al procesar la consulta.

## Changes

- **2018-12-17** `095a6ec46431` — 1 info
  - added the new enum value `xml` to the `query` request parameter `formato`
- **2018-10-09** `91b97851e647` — 1 breaking, 5 warning, 2 info
  - removed the enum value `xml` from the `query` request parameter `formato`
  - deleted the `query` request parameter `categoria`
  - deleted the `query` request parameter `localidad_censal`
  - removed the optional property `calles/items/categoria` from the response with the `200` status
  - …4 more

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