$0.05
per call · USD Coin on Base
Hotel search — find hotels & vacation rentals anywhere by destination with live nightly rates, star class, guest ratings, amenities, photos & coordinates as clean JSON.
Endpoint
GET https://hotels.use.x402atlas.com/search8
Calls / 30d
6
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/search", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://hotels.use.x402atlas.com/search?adults=2¤cy=USD&gl=us&hl=en&query=Bali+Resorts" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"properties": [
{
"amenities": [
"Free breakfast",
"Free Wi-Fi",
"Free parking",
"Outdoor pool",
"Spa"
],
"check_in_time": "3:00 PM",
"check_out_time": "11:00 AM",
"details_link": "https://hotels.use.x402atlas.com/property?property_token=ChkI0Nqb_63cnPoTGg0vZy8xMWJ4ZjNoMXloEAE",
"extracted_hotel_class": 5,
"gps_coordinates": {
"latitude": -8.7322397,
"longitude": 115.1659119
},
"hotel_class": "5-star hotel",
"link": "https://www.theanvayabali.com/",
"location_rating": 4.7,
"name": "The Anvaya Beach Resort Bali",
"overall_rating": 4.7,
"photos_link": "https://hotels.use.x402atlas.com/photos?property_token=ChkI0Nqb_63cnPoTGg0vZy8xMWJ4ZjNoMXloEAE",
"property_token": "ChkI0Nqb_63cnPoTGg0vZy8xMWJ4ZjNoMXloEAE",
"rate_per_night": {
"extracted_lowest": 145,
"lowest": "$145"
},
"reviews": 14899,
"reviews_link": "https://hotels.use.x402atlas.com/reviews?property_token=ChkI0Nqb_63cnPoTGg0vZy8xMWJ4ZjNoMXloEAE",
"total_rate": {
"extracted_lowest": 289,
"lowest": "$289"
},
"type": "hotel"
}
],
"queried_at": "2026-07-25T12:00:00Z",
"query": "Bali Resorts",
"total_results": 15000
}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 · Reviews
hotels.use.x402atlas.com
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.
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.