---
title: "Google Select"
method: POST
path: "/api/churches/google/select"
tags: ["churches"]
---

# Google Select

`POST /api/churches/google/select`

## Headers

- `x-user-id` string, nullable

## Request body

- GoogleSelectRequest
  - `place_id` string, required
  - `session_token` string, nullable

## Response `200`

Successful Response

- GoogleSelectResponse
  - `success` boolean, required
  - `duplicate` boolean, required
  - `church` ChurchResult, required
    - `id` integer, required
    - `name` string, nullable
    - `address` string, nullable
    - `city` string, nullable
    - `zip` string, nullable
    - `state_iso` string, nullable
    - `state_name` string, nullable
    - `country_iso` string, nullable
    - `country_name` string, nullable
    - `latitude` number, nullable
    - `longitude` number, nullable
    - `website` string, nullable
    - `rating` number, nullable
    - `google_user_ratings_total` integer, nullable
    - `google_formatted_address` string, nullable
    - `cached_photo_url` string, nullable
    - `user_count` integer
    - `mass_times` ChurchMassTime[], nullable
      - `title` string, nullable
      - `day_of_week` string, nullable
      - `start_time` string, nullable
      - `end_time` string, nullable
      - `timezone` string, nullable
      - `mass_url` string, nullable
    - `upcoming_events` ChurchUpcomingEvent[], nullable
      - `title` string, nullable
      - `date` string, nullable
      - `start_time` string, nullable
      - `end_time` string, nullable
      - `timezone` string, nullable
      - `location` string, nullable
      - `event_url` string, nullable
    - `donation_links` ChurchDonationLink[], nullable
      - `title` string, nullable
      - `donation_url` string, nullable
    - `denomination` string, nullable
    - `site_announcements` ChurchAnnouncement[], nullable
      - `title` string, nullable
      - `summary` string, nullable
      - `date` string, nullable
      - `url` string, nullable
      - `first_seen_at` 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/revisions/523833f9e819/schema)
