How HTTP Works
HTTP Playground Embed
GETRetrieve a resource. Should never modify server state.Safe: YesIdempotent: YesBody: No
Query parameters are appended to the URL as
?key=value&key2=value2. Toggle checkboxes to enable/disable individual params.📡
Send a request to see the response here
Try a preset above or build your own request