Requests (software)

Requests
Original authorKenneth Reitz
DevelopersCory Benfield, Ian Stapleton Cordasco, Nate Prewitt
Initial release14 February 2011 (2011-02-14)
Stable release
2.32.5  / 18 August 2025 (18 August 2025)
Written inPython
LicenseApache License 2.0
Websiterequests.readthedocs.io
Repositorygithub.com/psf/requests

Requests is an HTTP client library for the Python programming language.

Requests is one of the most downloaded Python libraries, with over 30 million monthly downloads. It maps the HTTP protocol onto Python's object-oriented semantics. Requests's design has inspired and been copied by HTTP client libraries for other programming languages. It is implemented as a wrapper for urllib3, another third-party Python HTTP library.

Kenneth Reitz, the original author, handed control over to the Python Software Foundation in 2019 after being diagnosed with bipolar disorder in 2015.