$0.02
per call · USD Coin on Base
Hotel reviews — a hotel's guest reviews by property token: rating, date, text, per-aspect subratings, highlights & the owner's reply, with category filter & paging.
Endpoint
GET https://hotels.use.x402atlas.com/reviews8
Calls / 30d
5
Unique payers / 30d
Sep 8
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://hotels.use.x402atlas.com/reviews", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://hotels.use.x402atlas.com/reviews?hl=en&property_token=ChkI0Nqb_63cnPoTGg0vZy8xMWJ4ZjNoMXloEAE" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"next_page_token": "CjEIARIpCgoAP7_LACda____EhCB3gky7h3XYNgvXm4AAAAAGgn92PoCYUlVH7AYACIA:10",
"property_token": "ChkI0Nqb_63cnPoTGg0vZy8xMWJ4ZjNoMXloEAE",
"queried_at": "2026-07-25T12:00:00Z",
"reviews": [
{
"best_rating": 5,
"date": "4 months ago",
"hotel_highlights": [
"Romantic"
],
"rating": 4,
"snippet": "What a beautiful place to stay! The location is perfect. The breakfast buffet was amazing — huge and full of variety. The pool area is absolutely beautiful and a perfect spot to unwind.",
"source": "Google",
"subratings": {
"location": 5,
"rooms": 4,
"service": 4
},
"user": {
"link": "https://www.google.com/maps/contrib/100815052880274933640?hl=en",
"name": "Ramandeep kaur"
}
}
]
}Payment details
0x28410eac7393dba041cd5a92eefe7a8e834310bbUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Search & Web and the homepage with a featured placement.
More from Hotel Search, Rates & Reviews & similar services
Hotel Search, Rates & Reviews · Search
hotels.use.x402atlas.com
Hotel search — find hotels & vacation rentals anywhere by destination with live nightly rates, star class, guest ratings, amenities, photos & coordinates as clean JSON.
Hotel Search, Rates & Reviews · Property
hotels.use.x402atlas.com
Hotel details & rates — one hotel's full profile by property token: address, phone, per-booking-site nightly & total rates, rooms, amenities & review breakdown as clean JSON.
Hotel Search, Rates & Reviews · Photos
hotels.use.x402atlas.com
Hotel photos — a hotel's photo library by property token, grouped into themed sections with full-size URLs, thumbnails, dimensions & paging.