Venue Info

Venue info extends location info.

FieldDescriptionTypeExample
idVenue IDstring588795f54c0da83f6d1c2158
typeVenue info will always be 'venue'.stringvenue
nameVenue nameStringStarbucks
categoryVenue's category.stringFood
sub_categoryVenue's sub-category.stringCoffee Shop
addressFull addressAddress
geolocationCoordinatesGeolocation
logo_imgLogo thumbnail URL.string
parent_chain_idParent Chain IDstring588795f54c0da83f6d1c1414
parent_chain_nameParent Chain Namestring"Starbucks"
additional_chain_idsIncluded in cases where the Venue has multiple chains.JSON Array of Chain Info
creatorCreator detailsCreator
geojsonLocation polygonGeoJSON
verifiedAdded if the venue was manually verified.POI Verified
opening_dateVenue opening date.YYYY-MM-DD2017-01-01
closing_dateVenue closing date.YYYY-MM-DD2019-09-01

Example

{
  "type": "venue",
  "id": "58ef64a9173f5601f82d8f0e",
  "name": "Target",
  "category": "Shop & Service",
  "sub_category": "Big Box Store",
  "geolocation": {
    "lat": 40.6645948,
    "lng": -73.7208981
  },
  "address": {
    "city": "Valley Stream",
    "state": "NY",
    "country_code": "US",
    "address": "500 W Sunrise Hwy",
    "country": "United States",
    "state_code": "NY",
    "zip_code": "11581"
  },
  "parent_chain_id":"588795f54c0da83f6d1c1414"
}