>>> # Here's what you should do if you want the status_code of a request. >>> import requests >>> r = requests.get('http://httpbin.org/status/404') >>> r.status_code 404