---
title: "Retrieve Basic Review Statistics"
method: GET
path: "/stats/all"
tags: ["Reviews and Questions"]
---

# Retrieve Basic Review Statistics

`GET /stats/all`

## Query parameters

- `store` string, required

## Response `200`

OK

- StatsResponse — Review Stats Response
  - `product_review_stats` object — Product Review Stats
    - `average_rating` string — Average Rating
    - `total_reviews` number — Total Reviews
  - `company_review_stats` object — Company Review Stats
    - `average_rating` string — Average Rating
    - `total_reviews` number — Total Reviews
  - `third_party_review_stats` object — Third Party Review Stats
    - `average_rating` string — Average Rating
    - `total_reviews` number — Total Reviews

---

[API](https://skmtc.net/reviews/apis/reviews-io-api.md) · [All operations](https://skmtc.net/reviews/apis/reviews-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reviews/reviews-io-api/versions/ea87e0d855cc/schema)
