ConsoleCatalog
Sign in
Agoda logo

Agoda

agoda.comTravelno auth

Travel platform for hotels, vacation rentals, flights, and tours.

Hotel Details

ASYNCREADNo auth

Returns full hotel detail including name, address, rating, amenities, policies, highlights, and nearby attractions.

ParametersFormJSON

Agoda hotel id (numeric). Get one from ag_location_search by searching the hotel name

Agoda language id (1=en-us)

ISO currency code for any displayed price strings

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "ag_hotel_details",
    "params": {
      "hotel_id": "287686",
      "language_id": "1",
      "currency_code": "USD"
    }
  }'