Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

REVIEWS.io Ratings API

Aggregate product ratings and review statistics.

REVIEWS.io Ratings API is one of 6 APIs that REVIEWS.io publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Ratings. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 3 operations across 3 paths, and defines 2 schemas. It is described by OpenAPI 3.0.1, at version 1.0.

Requests are made against a single base URL, https://api.reviews.io.

3 operations 3 paths 2 schemas 3 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.0
Base URL
https://api.reviews.io
Authentication
API Key, API Key
Terms of Service
Resource Areas
1

Authentication & Security 2

REVIEWS.io Ratings API declares 2 security schemes for authenticating requests. An API key is passed in the header as store (storeKey). An API key is passed in the header as apikey (apiKey). By default, every request must be authenticated.

  • storeKey — Your REVIEWS.io public store key.
  • apiKey — Your REVIEWS.io private API key.

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 3 GET. Each is listed below with its method, path, parameters, and response codes.

Ratings 3

Aggregate product ratings and review statistics.

GET
/product/rating-batch
Retrieve product ratings
retrieveProductRatings 3 params → 200
GET
/stats/all
Retrieve basic review statistics
retrieveReviewStatistics 2 params → 200
GET
/ugc
Retrieve user-generated content
retrieveUserGeneratedContent 4 params → 200

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are ReviewStatisticsResponse (4 properties), ProductRatingsResponse (2 properties). Each schema is shown below with its type and property counts.

ProductRatingsResponse
object
2 properties
ReviewStatisticsResponse
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

reviews-io-ratings-api-openapi.yml Raw ↑

Other APIs REVIEWS.io publishes across the network.

REVIEWS.io Company Reviews API
REVIEWS.io Invitations API
REVIEWS.io Product Reviews API
REVIEWS.io Questions API
REVIEWS.io Webhooks API