Created
September 22, 2011 14:54
-
-
Save mkscrg/1234978 to your computer and use it in GitHub Desktop.
JSON Output for an example HP Places+ query. https://api.hyperpublic.com/api/v1/places?category=japanese&limit=1&lat=40.750606&lon=-73.993478&client_id=8UufhI6bCKQXKMBn7AUWO67Yq6C8RkfD0BGouTke&client_secret=zdoROY5XRN0clIWsEJyKzHedSK4irYee8jpnOXaP
This file contains hidden or 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
[ | |
{ | |
"tags": [ | |
"Japanese restaurants", | |
"Restaurant", | |
"Sushi", | |
"Bar", | |
"Food", | |
"Food & drink", | |
"Japanese restaurant" | |
], | |
"phone_number": "+1 212 868 1388", | |
"category": [ | |
{ | |
"name": "Food", | |
"id": "4e28ae8d643bce0004000089" | |
}, | |
{ | |
"name": "Asian Restaurants", | |
"id": "4e28ae8e643bce0004000098" | |
}, | |
{ | |
"name": "Japanese Restaurants", | |
"id": "4e28ae8e643bce00040000a2" | |
} | |
], | |
"display_name": "LZ Sushi", | |
"distance": 0.161231463246105, | |
"perma_link": "http://hyperpublic.com/places/4dd53ad7e2f2d7070f000001/profile", | |
"properties": [ | |
{ | |
"value": "$", | |
"key": "price" | |
}, | |
{ | |
"value": "No", | |
"key": "has_tv" | |
}, | |
{ | |
"value": [ | |
"28 St (1, 2)", | |
"34 St - Penn Station (1, 2, 3)", | |
"34 St - Penn Station (A, C, E)" | |
], | |
"key": "transit" | |
}, | |
{ | |
"value": "No", | |
"key": "alcohol" | |
}, | |
{ | |
"value": "Yes", | |
"key": "kids" | |
}, | |
{ | |
"value": "No", | |
"key": "outdoor_seating" | |
}, | |
{ | |
"value": "No", | |
"key": "reservations" | |
}, | |
{ | |
"value": "Casual", | |
"key": "attire" | |
}, | |
{ | |
"value": "Lunch", | |
"key": "good_for" | |
}, | |
{ | |
"value": "Yes", | |
"key": "credit_cards" | |
}, | |
{ | |
"value": "Yes", | |
"key": "delivery" | |
}, | |
{ | |
"value": "Yes", | |
"key": "takeout" | |
} | |
], | |
"locations": [ | |
{ | |
"name": "350 7th Ave, New York, NY 10001", | |
"lon": -73.993119, | |
"city": "New York", | |
"country": "US", | |
"postal_code": "10001", | |
"province": "NY", | |
"lat": 40.748291, | |
"address_line1": "350 7th Ave" | |
} | |
], | |
"website": "", | |
"object_type": "Place", | |
"id": "4dd53ad7e2f2d7070f000001", | |
"images": [ | |
{ | |
"src_thumb": "http://hyperpublic.com/images/icons/public_place/gov/thumb.png", | |
"src_small": "http://hyperpublic.com/images/icons/public_place/gov/small.png", | |
"src_large": "http://hyperpublic.com/images/icons/public_place/gov/square.png" | |
} | |
] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment