Daily E-reputation Rating
Request
https://interface.experience-hotel.com/api/xp-ereputation-ratingsParam
Format
Required
Response
[
{
"business_id": 1234,
"business_name": "Hotel Test",
"date": "2024-02-29",
"source": "google",
"rating": 4.6,
"rating_max": 5,
"rating_normalized": 92,
"rating_count": 498,
"bubble_rating": null,
"position": null,
"position_out_of": null
},
{
"business_id": 1234,
"business_name": "Hotel Test",
"date": "2024-02-29",
"source": "travelocity",
"rating": 4.6,
"rating_max": 5,
"rating_normalized": 92,
"rating_count": null,
"bubble_rating": null,
"position": null,
"position_out_of": null
}
]Last updated