This API allows you to access a random yelp review. You can pull any random review or a random review with a specified amount of stars (1-5).
https://api.msmc.cc/api
Endpoint: /yelp/random
Method: GET
{
{
"Yelp URL": "https://www.yelp.com/biz/caff%C3%A9-bene-urbana-3",
"Rating": "1",
"Date": "7/19/2015",
"Review Text": "Terrible. My friend and I both found small black hairs in our sandwiches. I have long brown hair and she has long blonde hair. Ewwww. Never going back."
}
Endpoint: /yelp/random/:stars<br>
Method: GET
:stars - specify the amount of stars, 1-5/yelp/random/2
{
"Yelp URL": "https://www.yelp.com/biz/milk-bar-las-vegas-las-vegas-3",
"Rating": "2",
"Date": "2/9/2022",
"Review Text": "i've been trying to get their soft serve but the machine has been broken for 3 days. i go almost everyday to see if they have it and i just waste my time"
}
For support, email [email protected]