I am making a project with an Arduino and an Arduino-based Smart Citizen Kit (sck). The sck measures environment data such as temp, humidity, light level, and even pollution and uploads it to the internet for monitoring by its own web-based and android apps. The sck can also has an API which will reply to a request with temperature and other requested data. A request looks something like this:
http://api.smartcitizen.me/v0.0.1/6e0428e19cf2bff1a9c05d14d0400bf4/me.json
You can try entering that right into your address bar and get a response (that is not my sck, that seems to belong to the developer and is the example on the sck website.)
So, my question is, how to enter a command such as that above prompt (http://api.smart.......) into the Arduino program? And how to get the reply back? I think I can sift out my required information if I knew how to enter that prompts and accept the reply. I will have an Arduino wifi shield (though I just ordered it and waiting for delivery).
If my question is too broad, please just point me towards the right terms I need to search for.
Thanks,
Drew