UrlFetchApp
What it does
Methods used
6 Related snippets
- Automatic Screenshots in Apps Script: Code.gs
- Automatic Screenshots in Apps Script: appsscript.json
- Access Free API's with Google Sheets: Code.gs
- Access Free API's with Google Sheets: appsscript.json
- Access the Dictionary API to get Definitions for Words in Google Sheets: Code.gs
- Access the Dictionary API to get Definitions for Words in Google Sheets: appsscript.json
Explore
Related methods
-
.fetch()
Sends an HTTP request to a URL and returns the response.
-
.fetchAll()
Sends multiple HTTP requests in parallel.
-
.getHeaders()
Returns the HTTP headers from a response.
-
.getContentText()
Reads the response body as text.
-
.getResponseCode()
Returns the HTTP status code from a response.
More Apps Script
3 Better Sheets tutorials
Access Free API's with Google Sheets
Access the Dictionary API to get Definitions for Words in Google Sheets
Automatic Screenshots in Apps Script
Related blog posts
Written guides about UrlFetchApp in Google Apps Script.