Skip to content

Trying the basic functionalities of the ISS API. How many people are in the Space right now? Let's code and see.

License

Notifications You must be signed in to change notification settings

pablo-ferro/International_Space_Station_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

International Space Station API

  • Update! Now the API gives back Astronauts in the space, not only in the ISS, but also the Shenzhou 13.

Trying the basic functionalities of the ISS API. How many people are in the Space right now? Let's code and see.

The API and all the information related can be found here: http://open-notify.org/Open-Notify-API/People-In-Space/

We get the information by connecting to the site:

response = requests.get("http://api.open-notify.org/astros.json")
print(response.status_code)

About

Trying the basic functionalities of the ISS API. How many people are in the Space right now? Let's code and see.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published