Recursos

Retorna un listado de calles.

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

get/calles

Query parameters

idstring

Filtrar por ID. Se pueden especificar varios IDs separados por comas.

nombrestring

Filtrar por nombre.

categoriastring
Example:avenida

Filtrar por categoría de la calle.

provinciastring
Example:Santa Fe

Filtrar por nombre o ID de provincia. Se pueden especificar varios IDs separados por comas.

departamentostring
Example:Rosario

Filtrar por nombre o ID de departamento. Se pueden especificar varios IDs separados por comas.

localidad_censalstring
Example:Granadero Baigorria

Filtrar por nombre o ID de localidad censal. Se pueden especificar varios IDs separados por comas.

orden'id' | 'nombre'

Campo por el cual ordenar los resultados.

aplanartrue
Example:true

Cuando está presente, muestra el resultado JSON con una estructura plana.

camposstring
Example:estandar

Campos a incluir en la respuesta separados por comas, sin espacios. Algunos campos siempre serán incluidos, incluso si no se agregaron en la lista. Para incluir campos de sub-entidades, separar los nombres con un punto, por ejemplo: provincia.id. También se pueden especificar los valores especiales basico, estandar y completo.

maxinteger
Example:10

Cantidad máxima de resultados a devolver.

iniciointeger

Cantidad de resultados a saltear.

exactotrue
Example:true

Cuando está presente, se activa el modo de búsqueda por texto exacto. Sólo tiene efecto cuando se usan campos de búsqueda por texto (por ejemplo, nombre).

formato'json' | 'csv' | 'xml'

Formato de datos en el cual devolver los resultados.

Response

Listado de calles.

cantidadinteger
totalinteger
iniciointeger
parametrosobject

Example response

{
  "cantidad": 10,
  "total": 151500,
  "parametros": {},
  "calles": [
    {
      "altura": {
        "fin": {
          "derecha": 599,
          "izquierda": 598
        }
      },
      "id": "8208416001280",
      "nombre": "URQUIZA",
      "nomenclatura": "URQUIZA, Rosario, Santa Fe",
      "provincia": {
        "id": "82",
        "nombre": "Santa Fe"
      },
      "departamento": {
        "id": "82084",
        "nombre": "Rosario"
      },
      "localidad_censal": {
        "id": "82084160",
        "nombre": "Granadero Baigorria"
      },
      "categoria": "CALLE"
    }
  ]
}

Changes

Changed in 6 of the 23 revisions of this API.178

    • added the optional property calles/items/localidad_censal to the response with the 200 status

      response-optional-property-added

    • added the optional property parametros to the response with the 200 status

      response-optional-property-added

    • added the new optional query request parameter localidad_censal

      new-optional-request-parameter

  • 7c4885f7ee1722See the full diff
    • deleted the query request parameter tipo

      request-parameter-removed

    • removed the optional property calles/items/tipo from the response with the 200 status

      response-optional-property-removed

    • added the new optional query request parameter categoria

      new-optional-request-parameter

    • added the optional property calles/items/categoria to the response with the 200 status

      response-optional-property-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new enum value xml to the query request parameter formato

      request-parameter-enum-value-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 91b97851e647152See the full diff
    • removed the enum value xml from the query request parameter formato

      request-parameter-enum-value-removed

    • deleted the query request parameter categoria

      request-parameter-removed

    • deleted the query request parameter localidad_censal

      request-parameter-removed

    • removed the optional property calles/items/categoria from the response with the 200 status

      response-optional-property-removed

    • removed the optional property calles/items/localidad_censal from the response with the 200 status

      response-optional-property-removed

    • removed the optional property parametros from the response with the 200 status

      response-optional-property-removed

    • added the new optional query request parameter tipo

      new-optional-request-parameter

    • added the optional property calles/items/tipo to the response with the 200 status

      response-optional-property-added

    This revision also has 18 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog