Acceso a la información pública: registro de solicitudes y reclamaciones . Registro de solicitudes y reclamaciones |
|
| Formato | CSV |
|---|---|
| Tipo MIME | text/csv |
| Tamaño | 9.1 MB |
| Descargas | 2.279 |
| Tipo de recurso | Datos |
| URL | https://datos.madrid.es/dataset/300517-0-registro-aip/resource/300517-0-registro-aip-csv/download/300517-0-registro-aip-csv.csv |
| Licencia | Creative Commons Attribution 4.0 International (CC BY 4.0) |
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=300517-0-registro-aip-csv&limit=5
https://datos.madrid.es/api/3/action/datastore_search?resource_id=300517-0-registro-aip-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: '300517-0-registro-aip-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=300517-0-registro-aip-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 |
|---|---|---|---|
| NUMERO_EXPEDIENTE | text | ||
| FECHA_SOLICITUD | text | ||
| INFORMACION_SOLICITADA | text | ||
| MOTIVO | text | ||
| ORGANO_COMPETENTE | text | ||
| DESCRIPCION_CAUSA_TERMINACION | text | ||
| FECHA_RESOLUCION | text | ||
| FECHA_NOTIFICACION | text | ||
| TIEMPO_TRAMITACION | text | ||
| JUSTIFICACION_DEMORA | text | ||
| MOTIVO_RESOLUCION | text | ||
| MATERIA | text | ||
| SUBMATERIA | text | ||
| TIPO_DE_ENTRADA | text | ||
| MODALIDAD_ACCESO_INFORMACION | text | ||
| IDENTIFICACION_SOLICITANTE(S/N) | text | ||
| PERSONA_FISICA/JURIDICA | text | ||
| SEXO | text | ||
| RANGO_EDAD | text | ||
| AUTORIZA_PUBLICACION_DATOS_DE_IDENTIDAD | text | ||
| NOMBRE_DEL_SOLICITANTE | text | ||
| AUTORIZA_PUBLICACION_DATOS_DE_CONTACTO | text | ||
| DATOS_DE_CONTACTO | text | ||
| RECLAMACION_INTERPUESTA_AL_CONSEJO/NUMERO | text | ||
| RESOLUCION_DEL_CONSEJO_DE_TRANSPARENCIA | text | ||
| RECURSO_CONTENCIOSO_ADMINISTRATIVO_INTERPUESTO | text | ||
| RESOLUCION_JUDICIAL | text |