●GETサンプル
# curl https://postcode.teraren.com/postcodes.json?s=1600023
[{"jis":"13104","old":"160 ","new":"1600023","prefecture_kana":"トウキョウト","city_kana":"シンジュクク","suburb_kana":"ニシシンジュク","prefecture":"東京都","city":" 新宿区","suburb":"西新宿","is_separated_suburb":0,"is_koaza":0,"is_chome":1,"is_include_area":0,"status":0,"reason":0,"url":"https://postcode.teraren.com/postcodes/1600023.json"}]
# curl https://www.googleapis.com/books/v1/volumes?q=pyhon
{
"kind": "books#volumes",
"totalItems": 941,
"items": [
{
"kind": "books#volume",
"id": "OgtBw76OY5EC",
"etag": "iDLlYdpGj98",
"selfLink": "https://www.googleapis.com/books/v1/volumes/OgtBw76OY5EC",
"volumeInfo": {
"title": "Pythonクイックリファレンス",
"subtitle": "",
"authors": [
"Alex Martelli"
],
"publisher": "O'Reilly Japan",
"publishedDate": "2004-03",
"description": "Pythonのすべてをまとめたリファレンス",
"industryIdentifiers": [
{
"type": "ISBN_10",
"identifier": "4873112109"
},
{
"type": "ISBN_13",
"identifier": "9784873112107"
}
],
"readingModes": {
"text": false,
"image": true
},
"pageCount": 718,
# curl https://www.googleapis.com/books/v1/volumes/OgtBw76OY5EC
{
"kind": "books#volume",
"id": "OgtBw76OY5EC",
"etag": "vNEnwiszK0M",
"selfLink": "https://www.googleapis.com/books/v1/volumes/OgtBw76OY5EC",
"volumeInfo": {
"title": "Pythonクイックリファレンス",
"authors": [
"Alex Martelli"
],
"publisher": "O'Reilly Japan",
"publishedDate": "2004-03",
"description": "オブジェクト指向のプログラミング言語「Python」はシンプルで習得が容易という特徴を持ち、ソフトウェアのライフサイクルのすべてのフェーズにおいて高い生産性をもたらす。C/C++やJavaで書かれたコンポーネントと結合させることも可能である。本書はPythonの概要を素早く学ぶことができるチュートリアルと、標準ライブラリ/拡張モジュールのリファレンスから構成されている。リファレンス部分では、膨大な標準ライブラリから重要なものを厳選し、NumericやTkinterなど人気の高いサードパーティの拡張モジュールと合わせて紹介。Python2.3対応。",
"industryIdentifiers": [
{
"type": "ISBN_10",
"identifier": "4873112109"
},
{
"type": "ISBN_13",
"identifier": "9784873112107"
}
],
"readingModes": {
"text": false,
"image": true