Recursos

Retorna uno o más listados de calles.

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

post/calles

Request body

Example request

{
  "calles": [
    {
      "categoria": "avenida",
      "provincia": "Santa Fe",
      "departamento": "Rosario",
      "localidad_censal": "Granadero Baigorria",
      "aplanar": true,
      "campos": "estandar",
      "max": 10,
      "inicio": 10,
      "exacto": true
    }
  ]
}

Response

Listados de calles.

Example response

{
  "resultados": [
    {
      "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 5 of the 23 revisions of this API.77

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

      response-optional-property-added

    • added the optional property resultados/items/parametros to the response with the 200 status

      response-optional-property-added

    • added the new optional request property calles/items/localidad_censal

      new-optional-request-property

  • 7c4885f7ee1722See the full diff
    • removed the request property calles/items/tipo

      request-property-removed

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

      response-optional-property-removed

    • added the new optional request property calles/items/categoria

      new-optional-request-property

    • added the optional property resultados/items/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

    • removed the request property calles/items/categoria

      request-property-removed

    • removed the request property calles/items/localidad_censal

      request-property-removed

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

      response-optional-property-removed

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

      response-optional-property-removed

    • removed the optional property resultados/items/parametros from the response with the 200 status

      response-optional-property-removed

    • added the new optional request property calles/items/tipo

      new-optional-request-property

    • added the optional property resultados/items/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