Teaching project for purpose of practical works.
The aim here is to manipulate several REST APIs to feed an other one.
All the datas are formatted in JSON.
-
IP-API.com - Geolocation API
-
Transport Opendata CH - Swiss public transport API
-
GET /ip
-
GET /ip?ip=178.209.53.76
-
GET /stations
-
GET /stations?ip=178.209.53.76
-
GET /weathers
-
GET /weathers?ip=178.209.53.76
An implementation using this API is available at WIS-Client