Created
November 7, 2015 08:57
-
-
Save philipp-spiess/b697ae481cc177bfd690 to your computer and use it in GitHub Desktop.
API Demo
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
| [ | |
| { | |
| "id": "4de26e06814df7ebdc14af8b", | |
| "name": "Vineapple Cafe", | |
| "contact": { | |
| "phone": "+13477991701", | |
| "formattedPhone": "+1 347-799-1701", | |
| "twitter": "VineappleCafe" | |
| }, | |
| "location": { | |
| "address": "71 Pineapple St", | |
| "crossStreet": "btwn Henry & Hicks", | |
| "lat": 40.69834998317835, | |
| "lng": -73.99289409776352, | |
| "distance": 627, | |
| "postalCode": "11201", | |
| "cc": "US", | |
| "city": "Brooklyn", | |
| "state": "NY", | |
| "country": "USA", | |
| "formattedAddress": [ | |
| "71 Pineapple St (btwn Henry & Hicks)", | |
| "Brooklyn, NY 11201", | |
| "USA" | |
| ] | |
| }, | |
| "url": "http://vineapple.com", | |
| "price": { | |
| "tier": 2, | |
| "message": "Angemessen", | |
| "currency": "$" | |
| }, | |
| "rating": 9.2, | |
| "ratingColor": "00B551", | |
| "ratingSignals": 388, | |
| "hours": { | |
| "status": "Geöffnet bis 22:00", | |
| "isOpen": true | |
| } | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment