$0.02
per call · USD Coin on Base
Hotel photos — a hotel's photo library by property token, grouped into themed sections with full-size URLs, thumbnails, dimensions & paging.
Endpoint
GET https://hotels.use.x402atlas.com/photos2
Calls / 30d
1
Unique payers / 30d
Sep 1
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/photos", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://hotels.use.x402atlas.com/photos?property_token=ChkI0Nqb_63cnPoTGg0vZy8xMWJ4ZjNoMXloEAE" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"property_token": "ChkI0Nqb_63cnPoTGg0vZy8xMWJ4ZjNoMXloEAE",
"queried_at": "2026-07-25T12:00:00Z",
"sections": [
{
"photos": [
{
"height": 3808,
"photo_url": "https://lh3.googleusercontent.com/gps-cs-s/AHRPTWlmfVGuxcjg0adrdBKKM7-nVLzU-WTpVO3W_5piuLWb5QnRaDzSEGz0epxpA6li2WTSuKL3qJteiEZRP8rXMOIJA5m30YWVcvETuiPzlz1yCw9GC4ygfY3c8G74_28mXNu3l6j0-w_fiiU=s5059",
"posted_on": "2025-08-19",
"source": "Owner Submitted",
"source_url": "https://maps.google.com/maps/contrib/117464852068129788026",
"thumbnail_url": "https://lh3.googleusercontent.com/gps-cs-s/AHRPTWlmfVGuxcjg0adrdBKKM7-nVLzU-WTpVO3W_5piuLWb5QnRaDzSEGz0epxpA6li2WTSuKL3qJteiEZRP8rXMOIJA5m30YWVcvETuiPzlz1yCw9GC4ygfY3c8G74_28mXNu3l6j0-w_fiiU=w253-h190-k-no",
"width": 5059
}
],
"title": "At a glance",
"total": 201
}
]
}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 · 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.