Organizations

Endpoints

Structure:

[
  {
    id: "organizations/little-sisters-of-the-poor",
    type: "Pontifical Institute",
    name: "Little Sisters of the Poor",
    contact: {
      website: "http://littlesistersofthepoor.org/"
    },
    wikipedia: "https://en.wikipedia.org/wiki/Little_Sisters_of_the_Poor",
    social: {
      facebook: "https://www.facebook.com/Little-Sisters-of-the-Poor-United-States-1512750945687722/",
      youtube: "https://www.youtube.com/channel/UCtXYBcbkxh7W8v8UR7CgvHQ"
    },
    events: [
      {
        event: "Founded",
        date: "1839",
	founder: "people/jeanne-jugan",
        description: "",
	source: "https://en.wikipedia.org/wiki/Little_Sisters_of_the_Poor"
      }
    ]
  },
  ...
]

Event types for organizations include

Notes

Back to homepage.