Trustpilot · JSON Structure
Trustpilot Review Structure
Structure documentation for Trustpilot review objects.
Type:
Properties: 0
Consumer ReviewsReviewsTrustRatingsBusiness ProfilesProduct Reviews
Trustpilot Review is a JSON Structure definition published by Trustpilot.
Meta-schema:
JSON Structure
{
"name": "Trustpilot Review",
"description": "Structure documentation for Trustpilot review objects.",
"fields": [
{"name": "id", "type": "string", "required": true, "description": "Unique review identifier."},
{"name": "stars", "type": "integer", "required": true, "min": 1, "max": 5, "description": "Star rating (1-5)."},
{"name": "title", "type": "string", "required": false, "description": "Review title."},
{"name": "text", "type": "string", "required": false, "description": "Review body text."},
{"name": "language", "type": "string", "required": false, "description": "ISO 639-1 language code."},
{"name": "createdAt", "type": "date-time", "required": true, "description": "Review creation timestamp."},
{"name": "updatedAt", "type": "date-time", "required": false, "description": "Last update timestamp."},
{"name": "consumer.id", "type": "string", "required": true, "description": "Consumer identifier."},
{"name": "consumer.displayName", "type": "string", "required": true, "description": "Consumer display name."},
{"name": "consumer.email", "type": "string", "required": false, "description": "Consumer email (private only)."},
{"name": "businessUnit.id", "type": "string", "required": true, "description": "Business unit identifier."},
{"name": "status", "type": "string", "required": true, "enum": ["active", "archived"], "description": "Review status."},
{"name": "verificationLevel", "type": "string", "required": false, "description": "Verification level."},
{"name": "orderId", "type": "string", "required": false, "description": "Order reference (private only)."},
{"name": "reply.message", "type": "string", "required": false, "description": "Company reply text."}
]
}
Work with this as data
Every JSON Structure 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 json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure 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.
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/trustpilot-review-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.