Hotel photos — a hotel's photo library by property token, grouped into themed se
Hotel photos — a hotel's photo library by property token, grouped into themed sections with full-size URLs, thumbnails, dimensions & paging.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
620 msmedian answer time
$0.02listed price per call
$0.02price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://hotels.use.x402atlas.com/photos
| Category | Image and media |
|---|---|
| Provider host | hotels.use.x402atlas.com |
| Networks | eip155:137, eip155:42161, eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.02 | 620 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"property_token": "ChkI0Nqb_63cnPoTGg0vZy8xMWJ4ZjNoMXloEAE"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"property_token": {
"description": "Property token from a /hotels/search result",
"minLength": 1,
"type": "string"
}
},
"required": [
"property_token"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"property_token": {
"type": "string"
},
"queried_at": {
"description": "Time the lookup ran (UTC)",
"format": "date-time",
"type": "string"
},
"sections": {
"items": {
"properties": {
"next_page_token": {
"description": "Pass back as next_page_token to page this section",
"type": "string"
},
"photos": {
"items": {
"properties": {
"height": {
"type": "integer"
},
"photo_url": {
"type": "string"
},
"posted_on": {
"type": "string"
},
"source": {
"type": "string"
},
"source_url": {
"type": "string"
},
"thumbnail_url": {
"type": "string"
},
"width": {
"type": "integer"
}
},
"type": "object"
},
"type": "array"
},
"title": {
"description": "Theme of the section",
"type": "string"
},
"total": {
"description": "Photos available in this section",
"type": "integer"
}
},
"type": "object"
},
"type": "array"
}
},
"required": [
"queried_at",
"property_token",
"sections"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}