Retorna un listado de calles.
Permite realizar búsquedas sobre el listado de vías de circulación.
Query parameters
Filtrar por ID. Se pueden especificar varios IDs separados por comas.
Filtrar por nombre.
Filtrar por categoría de la calle.
Filtrar por nombre o ID de provincia. Se pueden especificar varios IDs separados por comas.
Filtrar por nombre o ID de departamento. Se pueden especificar varios IDs separados por comas.
Filtrar por nombre o ID de localidad censal. Se pueden especificar varios IDs separados por comas.
Campo por el cual ordenar los resultados.
Cuando está presente, muestra el resultado JSON con una estructura plana.
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.
Cantidad máxima de resultados a devolver.
Cantidad de resultados a saltear.
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 de datos en el cual devolver los resultados.
Response
Listado de calles.
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_censalto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
parametrosto the response with the200statusresponse-optional-property-added
- ○
- ○
added the new optional
queryrequest parameterlocalidad_censalnew-optional-request-parameter
- ○
- ●
deleted the
queryrequest parametertiporequest-parameter-removed
- ●
removed the optional property
calles/items/tipofrom the response with the200statusresponse-optional-property-removed
- ○
added the new optional
queryrequest parametercategorianew-optional-request-parameter
- ○
added the optional property
calles/items/categoriato the response with the200statusresponse-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
xmlto thequeryrequest parameterformatorequest-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
- ○
- ▲
removed the enum value
xmlfrom thequeryrequest parameterformatorequest-parameter-enum-value-removed
- ●
deleted the
queryrequest parametercategoriarequest-parameter-removed
- ●
deleted the
queryrequest parameterlocalidad_censalrequest-parameter-removed
- ●
removed the optional property
calles/items/categoriafrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
calles/items/localidad_censalfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
parametrosfrom the response with the200statusresponse-optional-property-removed
- ○
added the new optional
queryrequest parametertiponew-optional-request-parameter
- ○
added the optional property
calles/items/tipoto the response with the200statusresponse-optional-property-added
This revision also has 18 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲