v1Ressourcen/Reviews/getReviews auflisten
Reviews auflisten
Liefert Bewertungen für einen Standort. Sowohl locationId als auch clientId sind erforderlich.
get
reviews:read/api/v1/reviewsQuery-Parameter
locationIdstringerforderlich
Der abzurufende Standort.
clientIdstringerforderlich
Der Kunde des Standorts.
sitesstringoptional
Kommagetrennte Bewertungsplattformen (z. B. google,facebook).
ratingsstringoptional
Kommagetrennte Sternebewertungen (z. B. 1,2).
sentimentstringoptional
Kommagetrennte Stimmungen (positive, neutral, negative).
statusstring (responded | unreplied)optional
Nach Antwortstatus filtern: responded oder unreplied.
keywordstringoptional
Freitextsuche im Bewertungstext und Autor.
fromstringoptional
Fensterbeginn (ISO-Datum).
tostringoptional
Fensterende (ISO-Datum).
sortstring (newest | oldest | lowest | highest)optional
Sortierreihenfolge: newest, oldest, lowest oder highest.
deletedstring (1)optional
1 übergeben, um entfernte/nicht mehr vorhandene statt aktueller Bewertungen anzuzeigen.
cursorstringoptional
Paginierungs-Cursor aus dem nextCursor einer vorherigen Antwort.
limitintegeroptional
Bewertungen pro Seite, 1-100. Standard 30.
Antwort
dataobjectoptional
foundbooleanoptional
Ob der Standort gefunden und für diesen Schlüssel zugänglich war.
reviewsarray of objectoptional
Die Bewertungen selbst.
idstringoptional
Eindeutige Kennung der Bewertung.
authorstringoptional
Name des Rezensenten, oder null, falls von der Quelle nicht angegeben.
ratingnumberoptional
Sternebewertung, oder null.
bodystringoptional
Der Bewertungstext.
reviewDatestringoptional
Zeitpunkt der Veröffentlichung der Bewertung, als ISO-8601-Zeitstempel, oder null.
platformstringoptional
Quellplattform, z. B. google, facebook.
platformLabelstringoptional
Anzeigename der Quellplattform, oder null.
sentimentstringoptional
Erkannte Stimmung der Bewertung, oder null.
replyobjectoptional
Die Antwort des Unternehmens, falls vorhanden, sonst null.
authorstringoptional
bodystringoptional
datestringoptional
reviewUrlstringoptional
Link zur Bewertung auf der Quellplattform, oder null.
respondablebooleanoptional
Ob auf diese Bewertung noch geantwortet werden kann.
nextCursorstringoptional
Paginierungs-Cursor für die nächste Seite, oder null, wenn keine weiteren Ergebnisse vorliegen.
totalnumberoptional
Gesamtzahl der zur Anfrage passenden Bewertungen.
Fehler
400Der Anfrage fehlt ein erforderlicher Parameter, oder sie ist anderweitig fehlerhaft.
401API-Schlüssel fehlt, ist ungültig, abgelaufen oder widerrufen.
403Dem Schlüssel fehlt die erforderliche Berechtigung, oder er ist für diesen Kunden/Standort nicht autorisiert.
429Zu viele Anfragen. Versuchen Sie es nach der im Retry-After-Header angegebenen Anzahl Sekunden erneut.
get/api/v1/reviews
Ihr API-Schlüssel
locationId *
clientId *
sites
ratings
sentiment
status
keyword
from
to
sort
deleted
cursor
limit
{
"data": {
"found": true,
"reviews": [
{
"id": "rev_1",
"author": "Jane D.",
"rating": 5,
"body": "Great service!",
"reviewDate": "2026-02-01T12:00:00.000Z",
"platform": "google",
"platformLabel": "Google",
"sentiment": "positive",
"reply": null,
"reviewUrl": "https://google.com/...",
"respondable": true
}
],
"nextCursor": null,
"total": 1
}
}Anleitungen, die diesen Endpunkt verwenden
- Google Business Profile API vs a Listings Management APIHow Google's Business Profile API compares with a listings management API on scope, access, sync status, duplicates and reviews, and when to use each.
- How to Build a Reputation Management PlatformArchitecture and API calls for a multi-client reputation management platform on Synup: review ingestion, reply workflows, invites, widgets and reporting.
- How to Add Local Marketing Features to Your SaaSAdd listings management, reviews, Google posts, profile analytics, rank tracking and AI visibility to a SaaS product with the Synup API, tenant by tenant.
- How to Build an AI Agent for Local SEOBuild an AI agent that audits and fixes listings, tracks local rankings, checks AI visibility and drafts review replies with Synup's MCP server or REST tools.
- How to Build an AI Agent That Responds to ReviewsBuild an AI agent that drafts and posts review replies, with rating-based guardrails, human approval for negatives, and protection against injection.
- How to Add Local Marketing Functionality to Vertical SaaSAdd local marketing to a vertical SaaS by mapping existing customers to clients and locations, and shipping only the features your niche needs.
- How to Fetch and Respond to Reviews via APIFetch reviews from Google, Facebook and custom review sites, filter them, post owner replies, add internal notes and read review analytics with the Synup API.
- How to Build Automated Review-Response WorkflowsBuild a review-response workflow that routes reviews by rating and sentiment, drafts replies, approves them, and pushes them back to the platform.
- Fetch Recent Reviews via APIPull a location's reviews from every connected platform with the Synup API, filter to what needs attention, and page through with a cursor.
- Local SEO APIs: What Developers Actually NeedA practical checklist of what a local SEO API must cover, from listings and sync status to reviews, rank tracking and AI visibility, mapped to endpoints.