top of page
  • Writer's pictureQuan Sheng

Request API Response

I have learned about API.

This is a JSON response from a weather request.

JSON is know as JavaScript Object Notation.


Normally we do not the capability to know the weather forecast by looking at it but we can make use of the organization that provides weather forecast data through a JSON Response. The organization makes use of the service they provide to make profit. JSON Response can be request through many programming languages such as python, C#, java and etc.


This is an example of a Python programming that request for weather from http://data.fixer.io/api/latest?access_key=7230f723db564325992422b772d33a0c


With this service provided, it can help aid our project that request weather data.


Stay tuned for more.




2 views

Comments


bottom of page