Índice de recursos
Índice de recursos
Haz click en un elemento de la lista para que se filtren las descargas del grupo correspondiente. Vuelve a hacer clic en un filtro activo para desactivarlo.
Estudio de satisfacción de usuarios/as del servicio Respiro Familiar
Estudio de satisfacción de usuarios/as del servicio Respiro Familiar. 2023 |
|
| Formato | CSV |
|---|---|
| Tipo MIME | text/csv |
| Tamaño | 75.2 KB |
| Descargas | 495 |
| Tipo de recurso | Datos |
| URL | https://datos.madrid.es/dataset/300424-0-encuesta-respiro-familiar/resource/300424-2-encuesta-respiro-familiar-csv/download/300424-2-encuesta-respiro-familiar-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 »
Ejemplo de consulta (primeros 5 resultados)
Ejemplo de consulta (resultados que contienen 'jones')
Ejemplo de consulta (via sentencia SQL)
Ejemplo: Javascript »
Filtrar por valor de campo:
Una simple petición ajax (JSONP) a la API de datos usando jQuery.
var data = {
resource_id: '300424-2-encuesta-respiro-familiar-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=300424-2-encuesta-respiro-familiar-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 |
|---|---|---|---|
| ESTUDIO | text | ||
| REGISTRO | text | ||
| FECHAINI | text | ||
| HORAINI | text | ||
| FECHAFIN | text | ||
| HORAFIN | text | ||
| DURACION | text | ||
| F1 | text | ||
| F2 | text | ||
| F3 | text | ||
| F4 | text | ||
| F5 | text | ||
| F6 | text | ||
| F5B | text | ||
| P1 | text | ||
| P2 | text | ||
| P2_COD | text | ||
| P3_1 | text | ||
| P3_2 | text | ||
| P3_3 | text | ||
| P3_4 | text | ||
| P3_5 | text | ||
| P4 | text | ||
| P5 | text | ||
| P6 | text | ||
| @P6_COD_1 | text | ||
| @P6_COD_2 | text | ||
| @P6_COD_3 | text | ||
| @P6_COD_4 | text | ||
| @P6_COD_98 | text | ||
| P7_1 | text | ||
| P7_2 | text | ||
| P7_3 | text | ||
| P7_4 | text | ||
| P7_5 | text | ||
| P8 | text | ||
| P9_1 | text | ||
| P9_2 | text | ||
| P10 | text | ||
| P11_1 | text | ||
| P11_2 | text | ||
| P11_3 | text | ||
| P11_4 | text | ||
| P11_5 | text | ||
| P11_6 | text | ||
| P11_7 | text | ||
| P11_8 | text | ||
| P12_1 | text | ||
| P12_2 | text | ||
| P12_3 | text | ||
| P12_4 | text | ||
| P12_5 | text | ||
| P12_6 | text | ||
| P12_7 | text | ||
| P12_8 | text | ||
| P13_1 | text | ||
| P13_2 | text | ||
| P13_3 | text | ||
| P13_4 | text | ||
| P13_5 | text | ||
| Q14_1 | text | ||
| Q15 | text | ||
| P15B_1 | text | ||
| Q16_1 | text | ||
| Q16_2 | text | ||
| Q16_3 | text | ||
| Q16_4 | text | ||
| Q16_5 | text | ||
| Q16_6 | text | ||
| Q16_7 | text | ||
| Q16_8 | text | ||
| Q16_9 | text | ||
| Q17 | text | ||
| Q18 | text | ||
| P19_1 | text | ||
| P19_2 | text | ||
| Q20 | text | ||
| @Q21_COD_99 | text | ||
| @Q21_COD_2 | text | ||
| @Q21_COD_3 | text | ||
| @Q21_COD_96 | text | ||
| @Q21_COD_4 | text | ||
| Q21 | text | ||
| P22 | text | ||
| P22B_1 | text | ||
| P22B_2 | text | ||
| P23 | text | ||
| Q24 | text | ||
| P24B | text | ||
| Q25_1 | text | ||
| Q25_2 | text | ||
| Q26 | text | ||
| Q27 | text | ||
| Q27_COD_1 | text | ||
| Q27_COD_2 | text | ||
| Q27_COD_3 | text | ||
| Q27_COD_4 | text | ||
| Q27_COD_5 | text | ||
| Q27_COD_6 | text | ||
| Q27_COD_7 | text | ||
| Q27_COD_8 | text | ||
| Q27_COD_98 | text | ||
| P27B_COD | text | ||
| P28 | text | ||
| P29 | text | ||
| C1 | text | ||
| C2 | text | ||
| C3 | text | ||
| C4 | text | ||
| C5 | text | ||
| EDAD | text | ||
| SEXO | text |