{
  "x402Version": 2,
  "id": 1370,
  "slug": "1370",
  "resource": "https://hotels.use.x402atlas.com/property",
  "description": "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.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x28410EaC7393dba041cd5a92eEfe7a8E834310bb",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "eip155:137",
      "payTo": "0x28410EaC7393dba041cd5a92eEfe7a8E834310bb",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "eip155:42161",
      "payTo": "0x28410EaC7393dba041cd5a92eEfe7a8E834310bb",
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "category": "travel",
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "adults": 2,
            "currency": "USD",
            "gl": "us",
            "hl": "en",
            "property_token": "ChkI0Nqb_63cnPoTGg0vZy8xMWJ4ZjNoMXloEAE"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "property": {
              "address": "Jl. Kartika Plaza, Tuban, Kec. Kuta, Kabupaten Badung, Bali 80361, Indonesia",
              "amenities": [
                "Free breakfast",
                "Free Wi-Fi",
                "Free parking",
                "Outdoor pool",
                "Spa"
              ],
              "check_in_time": "3:00 PM",
              "check_out_time": "11:00 AM",
              "extracted_hotel_class": 5,
              "gps_coordinates": {
                "latitude": -8.7322397,
                "longitude": 115.1659119
              },
              "hotel_class": "5-star hotel",
              "link": "https://www.theanvayabali.com/",
              "name": "The Anvaya Beach Resort Bali",
              "overall_rating": 4.7,
              "phone": "+62 361 2090477",
              "photos_link": "https://hotels.use.x402atlas.com/photos?property_token=ChkI0Nqb_63cnPoTGg0vZy8xMWJ4ZjNoMXloEAE",
              "prices": [
                {
                  "num_guests": 2,
                  "official": true,
                  "rate_per_night": {
                    "extracted_lowest": 149,
                    "lowest": "$149"
                  },
                  "source": "The Anvaya Beach Resort Bali"
                }
              ],
              "property_token": "ChkI0Nqb_63cnPoTGg0vZy8xMWJ4ZjNoMXloEAE",
              "rate_per_night": {
                "before_taxes_fees": "$119",
                "extracted_before_taxes_fees": 119,
                "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"
          },
          "type": "json"
        }
      },
      "schema": {
        "$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"
                                        },
                                        "free_cancellation": {
                                          "type": "boolean"
                                        },
                                        "inclusions": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "link": {
                                          "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"
                                        },
                                        "total_rate": {
                                          "properties": {
                                            "before_taxes_fees": {
                                              "type": "string"
                                            },
                                            "extracted_before_taxes_fees": {
                                              "type": "number"
                                            },
                                            "extracted_lowest": {
                                              "type": "number"
                                            },
                                            "lowest": {
                                              "type": "string"
                                            }
                                          },
                                          "type": "object"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "total_rate": {
                                    "properties": {
                                      "before_taxes_fees": {
                                        "type": "string"
                                      },
                                      "extracted_before_taxes_fees": {
                                        "type": "number"
                                      },
                                      "extracted_lowest": {
                                        "type": "number"
                                      },
                                      "lowest": {
                                        "type": "string"
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "type": "array"
                            },
                            "source": {
                              "description": "Booking site offering this rate",
                              "type": "string"
                            },
                            "total_rate": {
                              "properties": {
                                "before_taxes_fees": {
                                  "type": "string"
                                },
                                "extracted_before_taxes_fees": {
                                  "type": "number"
                                },
                                "extracted_lowest": {
                                  "type": "number"
                                },
                                "lowest": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            }
                          },
                          "type": "object"
                        },
                        "type": "array"
                      },
                      "gps_coordinates": {
                        "properties": {
                          "latitude": {
                            "type": "number"
                          },
                          "longitude": {
                            "type": "number"
                          }
                        },
                        "type": "object"
                      },
                      "health_and_safety": {
                        "type": "object"
                      },
                      "hotel_class": {
                        "type": "string"
                      },
                      "images": {
                        "items": {
                          "type": "object"
                        },
                        "type": "array"
                      },
                      "link": {
                        "description": "The hotel's own site",
                        "type": "string"
                      },
                      "location_rating": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "nearby_places": {
                        "items": {
                          "type": "object"
                        },
                        "type": "array"
                      },
                      "other_reviews": {
                        "description": "Third-party review sites' scores and a quoted review",
                        "items": {
                          "type": "object"
                        },
                        "type": "array"
                      },
                      "overall_rating": {
                        "type": "number"
                      },
                      "phone": {
                        "type": "string"
                      },
                      "phone_link": {
                        "type": "string"
                      },
                      "photos_link": {
                        "description": "This API's /photos URL for the hotel",
                        "type": "string"
                      },
                      "prices": {
                        "description": "All booking sources with their rates",
                        "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"
                                        },
                                        "free_cancellation": {
                                          "type": "boolean"
                                        },
                                        "inclusions": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "link": {
                                          "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"
                                        },
                                        "total_rate": {
                                          "properties": {
                                            "before_taxes_fees": {
                                              "type": "string"
                                            },
                                            "extracted_before_taxes_fees": {
                                              "type": "number"
                                            },
                                            "extracted_lowest": {
                                              "type": "number"
                                            },
                                            "lowest": {
                                              "type": "string"
                                            }
                                          },
                                          "type": "object"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "total_rate": {
                                    "properties": {
                                      "before_taxes_fees": {
                                        "type": "string"
                                      },
                                      "extracted_before_taxes_fees": {
                                        "type": "number"
                                      },
                                      "extracted_lowest": {
                                        "type": "number"
                                      },
                                      "lowest": {
                                        "type": "string"
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "type": "array"
                            },
                            "source": {
                              "description": "Booking site offering this rate",
                              "type": "string"
                            },
                            "total_rate": {
                              "properties": {
                                "before_taxes_fees": {
                                  "type": "string"
                                },
                                "extracted_before_taxes_fees": {
                                  "type": "number"
                                },
                                "extracted_lowest": {
                                  "type": "number"
                                },
                                "lowest": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            }
                          },
                          "type": "object"
                        },
                        "type": "array"
                      },
                      "property_token": {
                        "type": "string"
                      },
                      "rate_per_night": {
                        "properties": {
                          "before_taxes_fees": {
                            "type": "string"
                          },
                          "extracted_before_taxes_fees": {
                            "type": "number"
                          },
                          "extracted_lowest": {
                            "type": "number"
                          },
                          "lowest": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "ratings": {
                        "description": "Review count per star bucket",
                        "items": {
                          "type": "object"
                        },
                        "type": "array"
                      },
                      "reviews": {
                        "type": "integer"
                      },
                      "reviews_breakdown": {
                        "description": "Themed sentiment breakdown; each entry links back to its filtered reviews",
                        "items": {
                          "type": "object"
                        },
                        "type": "array"
                      },
                      "reviews_link": {
                        "description": "This API's /reviews URL for the hotel",
                        "type": "string"
                      },
                      "sustainability": {
                        "type": "object"
                      },
                      "total_rate": {
                        "properties": {
                          "before_taxes_fees": {
                            "type": "string"
                          },
                          "extracted_before_taxes_fees": {
                            "type": "number"
                          },
                          "extracted_lowest": {
                            "type": "number"
                          },
                          "lowest": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "type": {
                        "type": "string"
                      },
                      "typical_price_range": {
                        "description": "What the property usually costs, independent of the searched dates",
                        "type": "object"
                      }
                    },
                    "required": [
                      "name"
                    ],
                    "type": "object"
                  },
                  "queried_at": {
                    "description": "Time the lookup ran (UTC)",
                    "format": "date-time",
                    "type": "string"
                  }
                },
                "required": [
                  "queried_at",
                  "property"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      },
      "tags": [
        "hotels",
        "hotel-details",
        "travel",
        "lodging",
        "accommodation",
        "hotel-prices",
        "hotel-rates",
        "booking",
        "rooms",
        "amenities"
      ]
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "hotels.use.x402atlas.com",
  "lastUpdated": "2026-09-15T06:32:00.357Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-15T06:31:59.981Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "hotels.use.x402atlas.com",
    "manifest_name": "hotels.use.x402atlas.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}