function get_w_params() { // Make a GET request and log the returned content. var response = UrlFetchApp.fetch('http://site.api.espn.com/apis/site/v2/sports/football/nfl/teams/34'); Logger.log(response.getContentText()); }
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter