Skip to content

Instantly share code, notes, and snippets.

@srkirkland
Last active August 29, 2015 14:09
Show Gist options
  • Save srkirkland/5395554ee56f4004a6d4 to your computer and use it in GitHub Desktop.
Save srkirkland/5395554ee56f4004a6d4 to your computer and use it in GitHub Desktop.
sample results
{
"version": 3,
"status": "ok",
"response": {
"data": [
{
"address": "1131 Folsom St",
"category_ids": [
358,
348,
342
],
"category_labels": [
[
"Social",
"Food and Dining",
"Restaurants",
"Italian"
],
[
"Social",
"Food and Dining",
"Restaurants",
"American"
],
[
"Social",
"Food and Dining",
"Cafes, Coffee and Tea Houses"
]
],
"country": "us",
"email": "don@roccoscafe.com",
"factual_id": "0a0183b2-728a-4fa0-ad03-097476f9d2e4",
"fax": "(415) 554-0531",
"hours": {
"monday": [
[
"7:00",
"15:00"
]
],
"tuesday": [
[
"7:00",
"15:00"
],
[
"16:00",
"22:00"
]
],
"wednesday": [
[
"7:00",
"15:00"
],
[
"16:00",
"22:00"
]
],
"thursday": [
[
"7:00",
"15:00"
],
[
"16:00",
"22:00"
]
],
"friday": [
[
"7:00",
"15:00"
],
[
"16:00",
"22:00"
]
],
"saturday": [
[
"8:00",
"22:00"
]
],
"sunday": [
[
"8:00",
"22:00"
]
]
},
"hours_display": "Mon 7:00 AM-3:00 PM; Tue-Fri 7:00 AM-3:00 PM, 4:00 PM-10:00 PM; Sat-Sun 8:00 AM-10:00 PM",
"latitude": 37.77607,
"locality": "San Francisco",
"longitude": -122.408448,
"name": "Rocco's Cafe",
"neighborhood": [
"SOMA",
"South Of Market",
"SoMa (South of Market)",
"Central East",
"somamission"
],
"postcode": "94103",
"region": "CA",
"tel": "(415) 554-0522",
"website": "http://www.roccoscafe.com",
"$distance": 8.50528
},
{
"address": "1175 Folsom St",
"category_ids": [
177
],
"category_labels": [
[
"Businesses and Services"
]
],
"country": "us",
"factual_id": "75194890-1e18-012f-0643-0030487f54d8",
"latitude": 37.776087,
"locality": "San Francisco",
"longitude": -122.408514,
"name": "DaCast",
"neighborhood": [
"South Of Market"
],
"postcode": "94103",
"region": "CA",
"tel": "(415) 830-5214",
"$distance": 10.134183
}
],
"included_rows": 2
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment