ToolAssay

Hotel details & rates — one hotel's full profile by property token

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.

Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.02listed price per call
n/aprice 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/property

CategoryMarket data
Provider hosthotels.use.x402atlas.com
Networkseip155:137, eip155:42161, eip155:8453
Payment schemesexact
Self-reported calls, 30 days2 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

We never call tools that send, buy, move money or file anything, not even without paying.

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "adults": 2,
    "currency": "USD",
    "gl": "us",
    "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": {
            "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": {
            "check_in_date": {
              "description": "Stay window actually priced",
              "format": "date",
              "type": "string"
            },
            "check_out_date": {
              "format": "date",
              "type": "string"
            },
            "property": {
              "properties": {
                "address": {
                  "type": "string"
                },
                "amenities": {
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                },
                "amenities_detailed": {
                  "description": "Amenities grouped by category, plus the popular ones",
                  "type": "object"
                },
                "check_in_time": {
                  "type": "string"
                },
                "check_out_time": {
                  "type": "string"
                },
                "description": {
                  "type": "string"
                },
                "directions": {
                  "type": "string"
                },
                "excluded_amenities": {
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                },
                "extracted_hotel_class": {
                  "type": "integer"
                },
                "featured_prices": {
                  "description": "Highlighted booking offers, with per-room rates and inclusions",
                  "items": {
                    "properties": {
                      "benefits": {
                        "type": "string"
                      },
                      "discount_remarks": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      },
                      "free_cancellation": {
                        "type": "boolean"
                      },
                      "link": {
                        "description": "Booking page for this offer",
                        "type": "string"
                      },
                      "logo": {
                        "type": "string"
                      },
                      "num_guests": {
                        "type": "integer"
                      },
                      "official": {
                        "description": "True when the source is the property itself",
                        "type": "boolean"
                      },
                      "rate_per_night": {
                        "properties": {
                          "before_taxes_fees": {
                            "type": "string"
                          },
                          "extracted_before_taxes_fees": {
                            "type": "number"
                          },
                          "extracted_lowest": {
                            "type": "number"
                          },
                          "lowest": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "rooms": {
                        "description": "Room types this source offers, with per-room and per-rate pricing",
                        "items": {
                          "properties": {
                            "images": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "link": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            },
                            "num_guests": {
                              "type": "integer"
                            },
                            "rate_per_night": {
                              "properties": {
                                "before_taxes_fees": {
                                  "type": "string"
                                },
                                "extracted_before_taxes_fees": {
                                  "type": "number"
                                },
                                "extracted_lowest": {
                                  "type": "number"
                                },
                                "lowest": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "rates": {
                              "items": {
                                "properties": {
                                  "breakfast_included": {
                                    "type": "boolean"
                                  },
      

This page as JSON