Hotel reviews — a hotel's guest reviews by property token
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.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
776 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/reviews
| Category | Market data |
|---|---|
| Provider host | hotels.use.x402atlas.com |
| Networks | eip155:137, eip155:42161, eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 11 from 7 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 | 776 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"hl": "en",
"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": {
"hl": {
"default": "en",
"description": "Language code for the reviews",
"maxLength": 5,
"type": "string"
},
"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": {
"category_token": {
"description": "Echoed when the reviews were narrowed to one theme",
"type": "string"
},
"next_page_token": {
"description": "Pass back as next_page_token for the next page",
"type": "string"
},
"property_token": {
"type": "string"
},
"queried_at": {
"description": "Time the lookup ran (UTC)",
"format": "date-time",
"type": "string"
},
"reviews": {
"items": {
"properties": {
"attributes": {
"items": {
"properties": {
"name": {
"type": "string"
},
"snippet": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"best_rating": {
"description": "The rating scale's maximum",
"type": "integer"
},
"date": {
"type": "string"
},
"hotel_highlights": {
"items": {
"type": "string"
},
"type": "array"
},
"rating": {
"type": "integer"
},
"response": {
"description": "The property's reply",
"properties": {
"date": {
"type": "string"
},
"snippet": {
"type": "string"
}
},
"type": "object"
},
"snippet": {
"description": "The review text",
"type": "string"
},
"source": {
"type": "string"
},
"source_icon": {
"type": "string"
},
"subratings": {
"properties": {
"location": {
"type": "integer"
},
"rooms": {
"type": "integer"
},
"service": {
"type": "integer"
}
},
"type": "object"
},
"user": {
"properties": {
"link": {
"type": "string"
},
"name": {
"type": "string"
},
"thumbnail": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"type": "array"
},
"source_number": {
"description": "Echoed when the reviews were narrowed to one third-party site",
"type": "integer"
}
},
"required": [
"queried_at",
"property_token",
"reviews"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}