Regions

Endpoints

Structure:

[
  {
    id: "regions/ecclesiastical/us/or/portland",
    name: "Archdiocese of Portland Oregon",
    type: "Ecclesiastical",
    subtype: "Archdiocese",
    location: {
      country: "United States",
      state: "Oregon",
      city: "Portland",
      timezone: -8,
      latitude: 45.523452,
      longitude: -122.676207,
      geojson: "https://catholicdata.org/regions/ecclesiastical/us-or-portland.geojson"
    },
    contact: {
      address: "2838 East Burnside Street\nPortland, Oregon 97214-1830",
      website: "https://archdpdx.org/",
      email: "info@archdpdx.org",
      phone: "+1-503-234-5334",
      fax: "+1-503-234-2545"
    },
    wikipedia: "https://en.wikipedia.org/wiki/Roman_Catholic_Archdiocese_of_Portland_in_Oregon",
    social: {
      facebook: "https://www.facebook.com/archdpdx",
      twitter: "https://twitter.com/archdpdx"
    },
    events: [
      {
        event: "Erected",
        date: "1842-12-01",
        description: "Vicariate Apostolic of Oregon Territory"
      },
      {
        event: "Elevated",
        date: "1846-07-24",
        description: "Diocese of Oregon City"
      },
      {
        event: "Elevated",
        date: "1850-07-29",
        description: "Archdiocese of Oregon City"
      },
      {
        event: "Renamed",
        date: "1928-09-26",
        description: "Archdiocese of Portland in Oregon"
      }
    ]
  },
  ...
]

Details

When present, location.geojson is the URL to GeoJSON describing the region boundary.

The types of Regions include

The subtypes of Secular regions include

The subtypes of Ecclesiastical regions include

Event types for regions include

Notes

Back to homepage.