Places

Endpoints

Structure:

[
  {
    id: "places/us/mi/marquette/st-peter-cathedral",
    type: "Cathedral",
    name: "St. Peter Cathedral",
    image: "https://upload.wikimedia.org/wikipedia/commons/0/03/Marquettecathedral.jpg",
    location: {
      country: "United States",
      state: "Michigan",
      city: "Marquette",
      address: "311 W Baraga Ave.",
      zip: 49855,
      latitude: 46.5410832,
      longitude: -87.3988471,
      google_place_id: "ChIJVVVKWJ4gTk0RMIJOaRo3LV8"
    },
    contact: {
      facebook: "https://www.facebook.com/mqtcathedral/",
      email: "secretary@stpetercathedral.org"
    },
    events: [
      {
        event: "Construction began",
        date: "1881-06-19",
        description: "",
	source: "https://stpetercathedral.org/about/history/"
      },
      {
        event: "Construction completed",
        date: "1890-07-27",
        description: "",
	source: "https://stpetercathedral.org/about/history/"
      },
      {
        event: "Damaged",
        date: "1935-11-03",
        description: "Fire",
	source: "https://stpetercathedral.org/about/history/;https://news.google.com/newspapers?nid=110&dat=19351104&id=dsk0AAAAIBAJ&sjid=hUADAAAAIBAJ&pg=2201,4772951&hl=en"
      },
      {
        event: "Restoration began",
        date: "1936",
        description: "",
	source: "https://stpetercathedral.org/about/history/"
      },
      {
        event: "Restoration completed",
        date: "1938",
        description: "",
	source: "https://stpetercathedral.org/about/history/"
      }
    ]
  },
  ...
]

Details

When present, location.google_place_id is a Google Place ID (for use with Google Maps).

The types of places include

Event types for places include

Notes

Back to homepage.