ISS astronauts, current location, etc
Access real-time data on the International Space Station's current location and discover how many astronauts are in space.
import requests
url = "http://api.open-notify.org/iss-now.json"
response = requests.get(url)
data = response.json()
print(data)Last 50 checks (10 min intervals)