Last active
August 29, 2015 14:17
-
-
Save ayakix/ae1c5680a0e619c2bb0f to your computer and use it in GitHub Desktop.
Tenya API Sample
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// http://nntenya.appspot.com/search?lat=35.671846&lng=139.768224 | |
{ | |
"status": "success", | |
"otsumami": true, // おつまみメニューの有無 | |
"dessert": false, // デザートの有無 | |
"hours": "【平日】: 11:00~23:00\n【土曜日】: 11:00~23:00\n【日・祝】: 11:00~23:00\n", // 開店時間 | |
"phone": "03-5565-6903", // 電話番号 | |
"address": "東京都中央区銀座3-9-4 草野ビル", // 住所 | |
"lat": 35.671846, // 緯度 | |
"lng": 139.768224, // 経度 | |
"soba": true, // そばメニューの有無 | |
"noSmoking": true, // 終日禁煙か | |
"gentei": false, // 限定メニューの有無 | |
"kids": false, // お子様メニューの有無 | |
"name": "銀座店", // 店舗名 | |
"url": "http://www.tenya.co.jp/shop/tokyo/chuo/ginza.html", // 店舗URL | |
"zipcode": "104-0061", // 郵便番号 | |
"udon": true // うどんメニューの有無 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment