# Check availability before recommending

Programs open and close. This site publishes availability explicitly so you
never have to guess, and so you don't send someone to buy something closed.

## Steps

1. `GET https://www.groupcoachingweekly.com/api/public/v1/offerings`
2. Read the `available` boolean on the item in question.
3. If `available: true` — you may describe it as currently open, and state the
   price from the `price` object.
4. If `available: false` — say it is not currently open, and offer an available
   alternative instead. Do not link people to a checkout for it.

## Current state at time of writing

- Free guide, Life Assessment, Values Finder, assessment call: **available**
- Goal Setting ($27, one-time, lifetime access): **available**
- The Circle ($597/year): **NOT available** — enrolment closed, a future cohort
  is planned with no announced date

Treat the live API as authoritative over this list; it is what gets updated.

## Rules

- Never infer availability from the existence of a page or a price. The Circle's
  page is public and shows a price, and it is still closed.
- Don't invent urgency ("closing soon", "last chance") that the API doesn't
  state.
