v1
latestOpenAPI 3.0.02026-07-24283460.8 KBRetrieve Reviews and Questions
Query parameters
Your REVIEWS.io public store key
Your REVIEWS.io private api key. This will add additional private data to the API response such as reviewer email addresses.
Product SKUs, seperated by semi colons
Product MPNs, seperated by semi colons
Product GTINs, seperated by semi colons
Type of reviews to return. One of store_review, product_review, store_third_party_review or questions. If type is omitted or set to store_third_party_review, an apikey must be provided.
Tags, seperated by semi colons
Filter reviews by branch
Page of results to return
How many items to return per page
Return reviews with active photos or videos. One of images, videos or media.
Return reviews containing your keyword in the review text.
Return reviews newer than dateFrom.
Return reviews older than dateTo.
Return reviews with rating higher than minRating.
Order for reviews to be returned in. Defaults to newest first if none specified
Array of reviewer attribute, keyed by the attribute_id
Array of review attributes, keyed by the attribute_id
Includes photos on the review that are not currently published
Only return verified reviews
Include product_reviews when type is set to store_review
Include store_third_party_reviews when type is set to store_review
Include a counts and ratings of your rating attributes
Return reviews that have comments only
Return reviews left by a specific email address. Requires apikey
Response
OK
Example response
{
"reviews": [
{
"id": "store_review-123456",
"type": "store_review",
"type_label": "Company",
"source": "Reviews",
"author": {
"name": "Gary",
"location": "Leicester, United Kingdom"
}
}
],
"stats": {
"company": {
"review_count": "1234",
"average_rating": "4.57"
}
},
"review_count": "1234",
"results_count": "57",
"average_rating": "4.57",
"verdict": "Excellent",
"store_name": "The Plant Company"
}