---
title: "Get latest top Trustpilot reviews"
method: GET
path: "/api/trustpilot/reviews"
tags: ["trustpilot"]
---

# Get latest top Trustpilot reviews

`GET /api/trustpilot/reviews`

Public endpoint for the latest 10 recent 4-5 star Trustpilot reviews.

## Response `200`

Successful Response

- TrustpilotReviewsListResponse — Trustpilot reviews list response.
  - `reviews` TrustpilotReviewResponse[], required — List of Trustpilot reviews
    - `author_name` string, nullable — Reviewer display name
    - `rating` integer, required — Trustpilot rating from 1 to 5
    - `title` string, nullable — Review title, when available
    - `body` string, required — Review text
    - `review_date` string, date-time, nullable — Trustpilot review publication date
    - `source_url` string, required — Public Trustpilot review URL
    - `is_verified` boolean, nullable — Whether Trustpilot marks the review as verified
  - `total` integer, required — Number of returned reviews
  - `total_reviews` integer, required — Total number of Trustpilot reviews in the local DB
  - `average_rating` number, nullable — Average Trustpilot rating truncated to one decimal

---

[API](https://skmtc.dev/corabea/apis/corabea-api.md) · [All operations](https://skmtc.dev/corabea/apis/corabea-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/corabea/corabea-api/revisions/13c1bce1bdc4/schema)
