Access to Ayuntamiento de Valencia Open Data API for type of waste.
URL: http://mapas.valencia.es/lanzadera/gps/contenedores/{tipo}/{lat}{lon}
Depending on the type of waste they want to see. Here is a table of the available types:
Batteries | Oil | Clothes | Waste | Bottling | Cardboard | Glass |
---|---|---|---|---|---|---|
pilas | aceite | ropa | residuos | envases | carton | vidrio |
Basic response:
[
{
"latDestino": 39472993,
"lonDestino": -385258,
"distancia": 275,
"titulo": "CONTENEDORES DE PILAS",
"mensaje": "MERCADO ROJAS CLEMENTE\nBotanico\nNúmero de contenedores: 1"
},
{
"latDestino": 39473757,
"lonDestino": -378457,
"distancia": 407,
"titulo": "CONTENEDORES DE PILAS",
"mensaje": "MERCADO CENTRAL\nPlaza Mercado\nNúmero de contenedores: 1"
},
{
"latDestino": 39472640,
"lonDestino": -387118,
"distancia": 411,
"titulo": "CONTENEDORES DE PILAS",
"mensaje": "COLEGIO JESUS-MARIA\nG.V. Fernando el Catolico, 37\nNúmero de contenedores: 1"
}
]