The GET request is used to retrieve data from a server. It is a read-only operation and doesn’t change the state of the server. Typically, you use GET to request information from a web server, like fetching a webpage or an API response.