> For the complete documentation index, see [llms.txt](https://developer.reviewscaribbean.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.reviewscaribbean.com/welcome.md).

# Welcome

The Reviews Caribbean API allows you to access various features on the platform programmatically.

This section describes how to use the Reviews Caribbean API and its resources. If you have any questions or issues, please contact us at [Reviews Caribbean Support](mailto:info@reviewscaribbean.com).

## API Endpoint

The Reviews Caribbean API can be accessed using the `api.reviewscaribbean.com` hostname:

```bash
curl https://api.reviewscaribbean.com/v1/
{"version":"1.0.0","status":"ok"}
```

<br>
