Operation
The Webservice resources are accessible via HTTP or HTTPS. They are updated every night at 3 a.m. and available for each data transaction. They are available in the format of your choice:
- CSV
- XML
- JSON
You can generate the feedback flow at any time within your back office space (Integration → Retrieve your reviews → API). The access URL is specific to you due to your technical identifier.
It is possible then to obtain :
- Average ratings and number of reviews for all products
- Reviews by product
- The average rating and number of reviews per product
- List of products with at least one review and the date of update
The files are generated every night, however, if you have just activated the generation, please wait a few minutes.
*<code_lang> : fr,es,it,en,pt,br ....
Average rating and number of reviews for all products:
This resource lists all id_products with at least one review and indicates the number of reviews and their respective ratings. This resource is used to display reviews on a list of products.
URL access:
//cl.avisverifies.com/<code_lang>/cache/x/x/x/xxxxx/AWS/PRODUCT_API/AVERAGE/all_products.<format>
{ "3819":
{
"id_product":"3819",
"rate":"5",
"nb_reviews":"1" },
"50404":
{
"id_product":"50404",
"rate":"1",
"nb_reviews":"1"
}
}
Review by product
These resources list the collected reviews of a product that you can display publicly. These reviews have passed our moderation filters and are anonymized (1st letter of the last name and first name). Use this resource to display reviews on a listing.
For example, go to this page and search for "Products Reviews Web Resources - Reviews list by product".
URL access :
//cl.avis-verifies.com/<code_lang>/cache/x/x/x/xxx/AWS/PRODUCT_API/REVIEWS/<id_product>.<format>
The average rating and number of reviews per product
These resources identified by id_product are used to obtain the rating and number of reviews of a product. Use this resource to display the rating and number of reviews of a product at the top of the product sheet or to feed your rich content (rich-snippets).
For an example, go to this page and search for "Products Reviews Web Resources - Rate and count by product".
URL access :
//cl.avis-verifies.com/<code_lang>/cache/x/x/x/xxxxx/AWS/PRODUCT_API/AVERAGE/<id_product>.<format>
List of products with at least one review and the date of update
This resource (CSV only), lists the products that have at least one review as well as their last update date. Use this resource to find the list of products with reviews before seeking any of the resources described above.
The last update date allows you to update your local cache only if the product has undergone a change in rating change or a number of reviews.
For example, check this page and search for" Products Reviews Web Ressources - list of files with reviews".
URL access :