Skip to main content
GET
/
api
/
v1
/
local-seo
/
locations
/
{location_id}
/
analytics
/
reviews
Get Location Reviews Metrics
curl --request GET \
  --url http://localhost:8000/api/v1/local-seo/locations/{location_id}/analytics/reviews \
  --header 'Authorization: Bearer <token>'
{
  "average_rating": 123,
  "total_reviews_count": 123,
  "total_replied_count": 123,
  "reply_rate_pct": 123
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

location_id
string
required

Response

Successful Response

average_rating
number
required

Average star rating (1.0 - 5.0)

total_reviews_count
integer
required

Total count of reviews

total_replied_count
integer
required

Total replies to reviews across all time

reply_rate_pct
number
required

Percentage of reviews with a reply (global)