Yelp · Schema

Review

Review schema from Yelp Fusion API

RestaurantLocal SearchReviewsBusiness DataLocation

Properties

Name Type Description
id string
url string
text string Review excerpt.
rating number
time_created string Review creation time in PST.
user object
View JSON Schema on GitHub

JSON Schema

yelp-review-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/yelp/refs/heads/main/json-schema/yelp-review-schema.json",
  "title": "Review",
  "description": "Review schema from Yelp Fusion API",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "gR9DTbKCON2g1Z23bWcEpQ"
    },
    "url": {
      "type": "string",
      "format": "uri",
      "example": "https://www.yelp.com/biz/rickys-tacos-san-francisco"
    },
    "text": {
      "type": "string",
      "description": "Review excerpt.",
      "example": "Best tacos in the Bay Area. The al pastor is incredible and the salsa bar is unmatched."
    },
    "rating": {
      "type": "number",
      "format": "float",
      "example": 4.5
    },
    "time_created": {
      "type": "string",
      "description": "Review creation time in PST.",
      "example": "2026-04-18 19:32:11"
    },
    "user": {
      "type": "object",
      "properties": {
        "id": {
          "type": "string"
        },
        "profile_url": {
          "type": "string",
          "format": "uri"
        },
        "image_url": {
          "type": [
            "string",
            "null"
          ],
          "format": "uri"
        },
        "name": {
          "type": "string"
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/yelp-review"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.