---
title: "Get Church Preview"
method: GET
path: "/api/church-admin/church"
tags: ["church-admin"]
---

# Get Church Preview

`GET /api/church-admin/church`

What the church's profile currently shows in the app: service times,
upcoming events (website-crawled + admin-submitted), and basic info.

## Cookies

- `ca_session` string, nullable

## Response `200`

Successful Response

- ChurchPreviewResponse
  - `id` integer, required
  - `name` string, nullable
  - `address` string, nullable
  - `google_formatted_address` string, nullable
  - `city` string, nullable
  - `website` string, nullable
  - `denomination` string, nullable
  - `cached_photo_url` string, nullable
  - `mass_times` ChurchPreviewMassTime[]
    - `title` string, nullable
    - `day_of_week` string, nullable
    - `start_time` string, nullable
    - `end_time` string, nullable
    - `mass_url` string, nullable
  - `upcoming_events` ChurchPreviewEvent[]
    - `title` string, nullable
    - `date` string, nullable
    - `start_time` string, nullable
    - `end_time` string, nullable
    - `location` string, nullable
    - `event_url` string, nullable
    - `source` string
    - `admin_event_id` integer, nullable
  - `donation_links` ChurchPreviewDonationLink[]
    - `title` string, nullable
    - `donation_url` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/usecreed/apis/creed-api.md) · [All operations](https://skmtc.net/usecreed/apis/creed-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usecreed/creed-api/versions/523833f9e819/schema)
