Skip to content

Instantly share code, notes, and snippets.

@primanbo
Created July 6, 2019 09:46
Show Gist options
  • Select an option

  • Save primanbo/e2b278cd6710bf98c4a0b1c836e72ffb to your computer and use it in GitHub Desktop.

Select an option

Save primanbo/e2b278cd6710bf98c4a0b1c836e72ffb to your computer and use it in GitHub Desktop.
Sigsa Reviews API call & sample output
Endpoint:
/restaurants/26869/reviews
JSON response:
[{
"restaurant_id": "26869",
"restaurant_name": "LArtusi",
"review_id": 33,
"user_initials": "Emi I. Vargas",
"user_name": "Vivien Farrell",
"user_location": "Louvain-la-Neuve",
"user_total_review_count": 36,
"review_dine_date": "2018-08-19 11:09:28",
"rating_overall": 4,
"rating_food": 3,
"rating_service": 4,
"rating_ambience": 4,
"review_helpful_count": 23,
"review_body": "consequat"
}, {
"restaurant_id": "26869",
"restaurant_name": "LArtusi",
"review_id": 54,
"user_initials": "Rhona T. Newton",
"user_name": "Hamilton Cotton",
"user_location": "Massenhoven",
"user_total_review_count": 18,
"review_dine_date": "2019-08-20 16:31:17",
"rating_overall": 3,
"rating_food": 1,
"rating_service": 5,
"rating_ambience": 4,
"review_helpful_count": 74,
"review_body": "nisi sem semper erat, in"
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment