본문 바로가기

프로그래밍 공부/백엔드

Open Weather API - Postman - JSON

728x90

https://openweathermap.org

 

Current weather data - OpenWeatherMap

Access current weather data for any location on Earth including over 200,000 cities! We collect and process weather data from different sources such as global and local weather models, satellites, radars and a vast network of weather stations. Data is avai

openweathermap.org

 

https://www.postman.com/

 

Postman API Platform | Sign Up for Free

Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.

www.postman.com

API platform 

 

JSON JavaScript Object Notation.

when we call API, the result is in JSON format

Just lika a flat pack furniture at IKEA, you can collapse all of that data down into a single string.

And as loong as we maintain where all the curly braces and the colons and the commas are, then at at later stage, once we received that JSON as a string, we can build it back up into the original object.

 

API로 받을 수 있는데이터 포맷은 JSON, XML, HTML인데, JSON이 가장 많이 쓰인다.

 

크롬- 익스텐션: JSON viewer awesome pro