---
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
- `categoria` string
- `provincia` string
- `departamento` string
- `localidad_censal` 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
  - `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 la consulta.

## Changes

- **2019-05-21** `302974186784` — 1 info
  - added the optional property `calles/items/localidad_censal` to the response with the `200` status
- **2019-05-15** `7f745d434f27` — 1 info
  - added the optional property `parametros` to the response with the `200` status
- **2019-05-07** `146d44aa3ed2` — 1 info
  - added the new optional `query` request parameter `localidad_censal`
- **2019-01-24** `7c4885f7ee17` — 2 warning, 2 info
  - deleted the `query` request parameter `tipo`
  - removed the optional property `calles/items/tipo` from the response with the `200` status
  - added the new optional `query` request parameter `categoria`
  - added the optional property `calles/items/categoria` to the response with the `200` status
- **2018-12-17** `095a6ec46431` — 1 info
  - added the new enum value `xml` to the `query` request parameter `formato`

[Full 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/a0c3d492ec8b/schema)
