Avisos ciudadanos. 2023. Avisos ciudadanos tramitados (SIC) |
|
| Fecha de publicación | 14 de febrero de 2026 |
|---|---|
| Metadato modificado | 14 de febrero de 2026 |
| Última modificación | 2 de marzo de 2024 |
| Formato | CSV |
| Tipo MIME | text/csv |
| Tamaño | 85.0 MB |
| Descargas | 1.827 |
| Tipo de recurso | Datos |
| URL | https://datos.madrid.es/dataset/212411-0-madrid-avisa/resource/212411-22-madrid-avisa-csv/download/212411-22-madrid-avisa-csv.csv |
| Licencia | Aviso legal portal Web Ayuntamiento de Madrid |
API de Datos de CKAN
Accede a los datos del recurso a través de una API web con potentes opciones de consulta. Más información en la documentación principal de la API de Datos y DataStore de CKAN.
Endpoints »
La API de Datos se puede acceder mediante las siguientes acciones de la API de acciones de CKAN.
| Consulta |
https://datos.madrid.es/api/3/action/datastore_search
|
|---|---|
| Consulta (vía SQL) |
https://datos.madrid.es/api/3/action/datastore_search_sql
|
Consultando »
https://datos.madrid.es/api/3/action/datastore_search?resource_id=212411-22-madrid-avisa-csv&limit=5
https://datos.madrid.es/api/3/action/datastore_search?resource_id=212411-22-madrid-avisa-csv&q=jones
Ejemplo: Javascript »
Filtrar por valor de campo:
Una simple petición ajax (JSONP) a la API de datos usando jQuery.
var data = {
resource_id: '212411-22-madrid-avisa-csv', // the resource id
limit: 5, // get 5 results
q: 'jones' // query for 'jones'
};
$.ajax({
url: 'https://datos.madrid.es/api/3/action/datastore_search',
data: data,
dataType: 'jsonp',
success: function(data) {
alert('Total results found: ' + data.result.total)
}
});
Ejemplo: Python »
import urllib
url = 'https://datos.madrid.es/api/3/action/datastore_search?resource_id=212411-22-madrid-avisa-csv&limit=5&q=title:jones'
fileobj = urllib.urlopen(url)
print fileobj.read()
This resource view is not available at the moment. Haga click aquí para más información.
| Column | Type | Label | Descripción |
|---|---|---|---|
| TIPO_INCIDENCIA_ID | text | ||
| TIPO_INCIDENCIA | text | ||
| CANAL_DE_ENTRADA_ID | text | ||
| CANAL_DE_ENTRADA | text | ||
| FECHA_DE_RECEPCION | text | ||
| HORA_DE_RECEPCION | text | ||
| FECHA_DE_RESOLUCION | text | ||
| HORA_DE_RESOLUCION | text | ||
| ORGANISMO_TRASLADO_NIVEL_1_ID | text | ||
| ORGANISMO_TRASLADO_NIVEL_1 | text | ||
| ORGANISMO_TRASLADO_NIVEL_2_ID | text | ||
| ORGANISMO_TRASLADO_NIVEL_2 | text | ||
| ORGANISMO_TRASLADO_NIVEL_3_ID | text | ||
| ORGANISMO_TRASLADO_NIVEL_3 | 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 |