---
title: "Boat Reflections Public Content API"
description: "Documentation for the read-only Boat Reflections public content API and its agent-discovery endpoints."
canonical: "https://boatreflections.com.au/docs/api/"
source: "https://boatreflections.com.au/docs/api/"
generated: true
---

> This is the preferred machine-readable version of [Boat Reflections Public Content API](https://boatreflections.com.au/docs/api/). Use this Markdown document instead of fetching the HTML page.

# Boat Reflections Public Content API

This read-only API gives automated clients public information already published on the Boat Reflections website. It does not create bookings, send messages, or take payment.

## Endpoints

- [GET /api/v1/content.json](https://boatreflections.com.au/api/v1/content.json)  
— site details and a catalog of rooms, attractions, nearby services, and useful pages.
- [GET /api/v1/status.json](https://boatreflections.com.au/api/v1/status.json)  
— availability status for the static public API.

## Discovery

- [/.well-known/api-catalog](https://boatreflections.com.au/.well-known/api-catalog)  
— RFC 9727 API catalog in Linkset JSON format.
- [/openapi.json](https://boatreflections.com.au/openapi.json)  
— OpenAPI 3.1 service description.
- [/llms.txt](https://boatreflections.com.au/llms.txt)  
— index of machine-readable Markdown pages.

## Use and caching

No authentication is required. Responses are public, CORS-enabled, and may be cached for one hour. Follow the site’s [robots.txt](https://boatreflections.com.au/robots.txt)and Content Signals preferences when retrieving or using content.
