Skip to content

Instantly share code, notes, and snippets.

@Kanhalelor
Created April 27, 2021 14:44
Show Gist options
  • Save Kanhalelor/4cdb7d34bc944c6b595d03a303a39c9e to your computer and use it in GitHub Desktop.
Save Kanhalelor/4cdb7d34bc944c6b595d03a303a39c9e to your computer and use it in GitHub Desktop.
import requests
# The open-notify API
url = "http://api.open-notify.org/astros.json"
response = requests.get(url)
status_code = response.status_code
print(status_code)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment