Skip to content

An API which generates 100's of random reviews for the user. Mixed, good and bad reviews and with many more categories.

Notifications You must be signed in to change notification settings

Ameen-Here/Review-Generator-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 

Repository files navigation

bannerReviewGeberatormain

Review Generator API

Stars

Review Generator API generates random testimonials for your application. 1000's random of reviews with 1000's of unique names from different parts of the world and random rating system, all customisable by user. It solves the problem of creating random reviews for your mock/demo shopping website, product pages, etc. All of the names and reviews are unique in each batch of output.

Live Demo:

Documentation Page: https://reviewgenerator-16007.web.app/

API: https://lit-chamber-70662.herokuapp.com/v1/review?apiKey=6e97db3d-269c-4309-ad0a-72ffb83cc0d5 (Demo key)

Documentation page:

reviewGeneratorDocumentationDemo

Technologies Used

javascript html5 css3 css3 css3 css3

Features

  • API limit update every 24 hours
  • 1000's of unique names from different parts of the world (Whole customisable)
  • 1000's of unique reviews
  • Customising good, average, bad reviews
  • Responsive and interactive documentation page.

How To Use And Features Available

Get one random review

You can get one random review from a random country with random category.

API url: https://lit-chamber-70662.herokuapp.com/v1/review?apiKey=YOUR_API_KEY (For your API key, visit documentation page.)

randomReviewGif

Get multiple reviews using qty query

You can get multiple reviews using qty query, the limit applies to registered and non registered user, where registered user has 50 api calls every day. Non registered user has 25 calls.

API url: https://lit-chamber-70662.herokuapp.com/v1/reviews?apiKey=YOUR_API_KEY&qty=5

apiCallqtyDemo

Customise country names

You can customise the names of reviews for your specified countries. List of supported countries are given in documentation page. These supported countries will get updated every now and then.

API url: https://lit-chamber-70662.herokuapp.com/v1/reviews?apiKey=YOUR_API_KEY&country=uS,gb

apiDemoCountry

Customise review category

You can customise the review categories to get specific reviews. The different categories available are "good", "avg" and "bad".

API url: https://lit-chamber-70662.herokuapp.com/v1/reviews?apiKey=YOUR_API_KEY&review=bad

apiDemoReview

Customise mix match options

You can customise the reviews by adding qty, country and review queries in whatever way you need. You can get 10 bad reviews as well as several other options. By default, the quantity will be 1, names will be random and category will also be from random category.

API url: https://lit-chamber-70662.herokuapp.com/v1/reviews?apiKey=YOUR_API_KEY&review=bad,good&qty=5&country=jp,in

apiDemoMix

API Reference

Get one random review

  GET /v1/review?apiKey=YOUR_API_KEY
Parameter Type Description
apiKey string Required. Your API key

Get random reviews with name, category and quantity options

  GET v1/reviews?apiKey=YOUR_API_KEY&review=CATEGORY&qty=QUANTITY&country=COUNTRY_CODE
Parameter Type Description
apiKey string Required. Your API key
qty number Optional. To specify number of reviews
country string Optional. To specify country code for the author names
review string Optional. To specify the review category

About

An API which generates 100's of random reviews for the user. Mixed, good and bad reviews and with many more categories.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages