LabPLC / api.labcd.mx

APIs del Laboratorio para la Ciudad
http://api.labcd.mx
18 stars 2 forks source link

Ecobici API #6

Closed juanpabloe closed 9 years ago

juanpabloe commented 9 years ago

Base URL: api.labcd.mx/ecobici/

Responde: Un arreglo con todas las estaciones de ecobici, cada objeto

{
id_station: 3,
name: "3 REFORMA-INSURGENTES",
address: "003 - Reforma - Insurgentes",
address_number: "S/N",
zip_code: "06500",
district_code: "1",
nearby_stations: "8, 20, 86",
location: "19.431655,-99.158668",
station_type: "BIKE,TPV",
created_at: "2015-03-02T23:18:50.695Z",
updated_at: "2015-03-02T23:18:50.695Z"
}
{
id_station: 3,
name: "3 REFORMA-INSURGENTES",
address: "003 - Reforma - Insurgentes",
address_number: "S/N",
zip_code: "06500",
district_code: "1",
nearby_stations: "8, 20, 86",
location: "19.431655,-99.158668",
station_type: "BIKE,TPV",
status: "OPN",
bikes: "0",
slots: "26",
created_at: "2015-03-02T23:18:50.695Z",
updated_at: "2015-03-02T23:18:50.695Z"
}
juanpabloe commented 9 years ago

working with #13 #27