Resource index
Resource index
Resource index info
Avisos ciudadanos
Avisos ciudadanos recibidos (AVISA). 2016 |
|
| Publication date | January 13, 2017 |
|---|---|
| Update date | June 3, 2026 |
| Format | CSV |
| MIME Type | text/csv |
| Size | 114.9 MB |
| Downloads | 3.226 |
| Resource Type | data |
| URL | https://datos.madrid.es/en/en/dataset/212411-0-madrid-avisa/resource/212411-10-madrid-avisa-csv/download/212411-10-madrid-avisa-csv.csv |
| License | Creative Commons Attribution 4.0 International (CC BY 4.0) |
CKAN Data API
Api Info. Api more info
Endpoints »
Data Api Access
| Query |
https://datos.madrid.es/en/api/3/action/datastore_search
|
|---|---|
| Query (via SQL) |
https://datos.madrid.es/en/api/3/action/datastore_search_sql
|
Querying »
Query example (first 5 results)
Query example (results containing 'jones')
Query example (via SQL statement)
Example: Javascript »
Filter by field value
A simple ajax (JSONP)
var data = {
resource_id: '212411-10-madrid-avisa-csv', // the resource id
limit: 5, // get 5 results
q: 'jones' // query for 'jones'
};
$.ajax({
url: 'https://datos.madrid.es/en/api/3/action/datastore_search',
data: data,
dataType: 'jsonp',
success: function(data) {
alert('Total results found: ' + data.result.total)
}
});
Example: Python »
import urllib
url = 'https://datos.madrid.es/en/api/3/action/datastore_search?resource_id=212411-10-madrid-avisa-csv&limit=5&q=title:jones'
fileobj = urllib.urlopen(url)
print fileobj.read()
This resource view is not available at the moment. Click here for more information.
| Column | Type | Label | Description |
|---|---|---|---|
| TIPO_INCIDENCIA_ID | text | ||
| TIPO_INCIDENCIA | text | ||
| CANAL_DE_ENTRADA_ID | text | ||
| CANAL_DE_ENTRADA | text | ||
| FECHA_DE_RECEPCION | text | ||
| HORA_DE_RECEPCION | text | ||
| SECCION_ID | text | ||
| SECCION | text | ||
| ANOMALIA_ID | text | ||
| ANOMALIA | text | ||
| TIPO_DE_VIAL_ID | text | ||
| TIPO_DE_VIAL | text | ||
| NOMBRE_DE_VIAL | text | ||
| NUMERO | text | ||
| CALIFICADOR | text | ||
| DISTRITO_ID | text | ||
| DISTRITO | text | ||
| BARRIO_ID | text | ||
| BARRIO | text | ||
| CODIGO_POSTAL | text | ||
| COORDENADA_OFICIAL_X | text | ||
| COORDENADA_OFICIAL_Y | text | ||
| COORDENADA_REAL_X | text | ||
| COORDENADA_REAL_Y | text |