function myFunction() { sig = encodeURIComponent( '埼玉県' ); Logger.log(sig); uu="http://api.calil.jp/library?appkey=e465a053d0c4e4af31fdae35357929bc&pref="+sig; str=""; try { var response = UrlFetchApp.fetch(uu); str=response.getContentText(); } catch (e) {} Logger.log(str); }