Yelp Random Review API

Overview

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).

Base URL

https://api.msmc.cc/api

Endpoints

1. Pull a Random Review

Info

Endpoint: /yelp/random

Method: GET

Example Response

{
{
  "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."
}

2. Pull a Random Review With a Specified Amount of Stars

Info

Endpoint: /yelp/random/:stars<br>

Method: GET

Parameters

Example Endpoint

/yelp/random/2

Example Response

{
  "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"
}

Support

For support, email [email protected]