Tipos de residuos y dónde depositarlos. Tipos de residuos |
|
| Fecha de publicación | 14 de febrero de 2026 |
|---|---|
| Metadato modificado | 14 de febrero de 2026 |
| Última modificación | 28 de mayo de 2025 |
| Formato | CSV |
| Tipo MIME | text/csv |
| Tamaño | 10.9 KB |
| Descargas | 4.986 |
| Tipo de recurso | Datos |
| URL | https://datos.madrid.es/dataset/300199-0-tipo-residuo/resource/300199-0-tipo-residuo-csv/download/300199-0-tipo-residuo-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=300199-0-tipo-residuo-csv&limit=5
https://datos.madrid.es/api/3/action/datastore_search?resource_id=300199-0-tipo-residuo-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: '300199-0-tipo-residuo-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=300199-0-tipo-residuo-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 |
|---|---|---|---|
| CONTENEDOR RESTO (TAPA NARANJA) | text | ||
| CONTENEDOR ORGANICA (TAPA MARRON) | text | ||
| CONTENEDOR PLASTICOS, METALES Y BRIK (AMARILLO) | text | ||
| CONTENEDOR PAPEL-CARTON (AZUL) | text | ||
| CONTENEDOR VIDRIO (VERDE) | text | ||
| PUNTO LIMPIO FIJO | text | ||
| PUNTO LIMPIO MOVIL | text | ||
| PUNTO LIMPIO DE PROXIMIDAD | text | ||
| PUNTE SIGRE | text | ||
| MARQUESINA PARADAS AUTOBUS | text | ||
| CENTRO DE SALUD | text | ||
| SERVICIO DE RECOGIDA DE ANIMALES MUERTOS | text | ||
| CONTENEDOR DE RESIDUOS TEXTILES | text | ||
| CONTENEDOR DE RECOGIDA DE ACEITE VEGETAL USADO | text | ||
| TIENDA ESPECIALIZADA | text | ||
| TALLERES | text | ||
| OPTICA | text | ||
| RETIRADA GRATUITA 010: RECOGIDA DE MUEBLES Y ENSERES | text | ||
| SELUR | text |