Get the review summary (average rating, percentage recommend, review distribution etc) for this user.

Url Parameters

{user_id}

The id of the user to return the data for

Example JSON response:

{
"results": {
"numReviews": 44,
"rating": 4.39,
"recommend": 98,
"distribution": {
"5": {
"count": 23,
"percent": 52
},
"4": {
"count": 16,
"percent": 36
},
"3": {
"count": 4,
"percent": 9
},
"2": {
"count": 1,
"percent": 2
},
"1": {
"count": 0,
"percent": 0
}
}
},
"num_records": 4,
"status": "OK"
}

 

Back to Top