Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save skparticles/715e1b006fb6bd72996c944b895aa8e2 to your computer and use it in GitHub Desktop.

Select an option

Save skparticles/715e1b006fb6bd72996c944b895aa8e2 to your computer and use it in GitHub Desktop.
Request : https://ec1.api.travelsify.ai/v1/clients/iamplus/users/anonymous/hotels
/products?product-ids= 8655,A152,A5C0,A5D3,A5G8,5993&similar-to-product-id=1295
Response :
{
"_embedded": {
"products": [
{
"_links": {
"self": {
"href": "/v1/clients/iamplus/users/anonymous/hotels/products/8655"
},
"products": {
"href": "/v1/clients/iamplus/users/anonymous/hotels/products"
}
},
"_embedded": {
"tags": [
{
"id": "luxury",
"rank": 1,
"name": "Luxury"
},
{
"id": "design",
"rank": 2,
"name": "Design"
},
{
"id": "comfortable",
"rank": 3,
"name": "Comfortable"
},
{
"id": "pool",
"rank": 4,
"name": "Pool"
},
{
"id": "nightlife",
"rank": 5,
"name": "Nightlife"
}
]
},
"extra": {
"country": "SG",
"city": "SINGAPORE",
"stars": "5"
},
"id": "8655",
"matching": 0.89,
"name": "SO SOFITEL SINGAPORE",
"why": "This hotel is luxury, comfortable, stylish, business, close to shopping spots, and spa facilities like SOFITEL PARIS LE FAUBOURG. Guests also find it: design, pool, nightlife, and great views."
},
{
"_links": {
"self": {
"href": "/v1/clients/iamplus/users/anonymous/hotels/products/A152"
},
"products": {
"href": "/v1/clients/iamplus/users/anonymous/hotels/products"
}
},
"_embedded": {
"tags": [
{
"id": "spacious",
"rank": 1,
"name": "Spacious"
},
{
"id": "luxury",
"rank": 2,
"name": "Luxury"
},
{
"id": "views",
"rank": 3,
"name": "Great views"
},
{
"id": "comfortable",
"rank": 4,
"name": "Comfortable"
},
{
"id": "business",
"rank": 5,
"name": "Business"
}
]
},
"extra": {
"country": "SG",
"city": "SINGAPORE",
"stars": "5"
},
"id": "A152",
"matching": 0.82,
"name": "SOFITEL SINGAPORE CITY CENTRE",
"why": "This hotel is luxury, comfortable, business, stylish, and spa facilities like SOFITEL PARIS LE FAUBOURG. Guests also find it: spacious, great views, pool, nightlife, and kid-friendly."
},
{
"_links": {
"self": {
"href": "/v1/clients/iamplus/users/anonymous/hotels/products/A5G8"
},
"products": {
"href": "/v1/clients/iamplus/users/anonymous/hotels/products"
}
},
"_embedded": {
"tags": [
{
"id": "views",
"rank": 1,
"name": "Great views"
},
{
"id": "shoppingspot",
"rank": 2,
"name": "Shopping spot"
},
{
"id": "luxury",
"rank": 3,
"name": "Luxury"
},
{
"id": "spacious",
"rank": 4,
"name": "Spacious"
},
{
"id": "spa",
"rank": 5,
"name": "Spa"
}
]
},
"extra": {
"country": "SG",
"city": "SINGAPORE",
"stars": "5"
},
"id": "A5G8",
"matching": 0.78,
"name": "FAIRMONT SINGAPORE",
"why": "This hotel is close to shopping spots, luxury, spa facilities, comfortable, stylish, landmarks nearby, and business like SOFITEL PARIS LE FAUBOURG. Guests also find it: great views, spacious, and kid-friendly."
},
{
"_links": {
"self": {
"href": "/v1/clients/iamplus/users/anonymous/hotels/products/A5D3"
},
"products": {
"href": "/v1/clients/iamplus/users/anonymous/hotels/products"
}
},
"_embedded": {
"tags": [
{
"id": "views",
"rank": 1,
"name": "Great views"
},
{
"id": "shoppingspot",
"rank": 2,
"name": "Shopping spot"
},
{
"id": "spacious",
"rank": 3,
"name": "Spacious"
},
{
"id": "waterfront",
"rank": 4,
"name": "Waterfront"
},
{
"id": "comfortable",
"rank": 5,
"name": "Comfortable"
}
]
},
"extra": {
"country": "SG",
"city": "SINGAPORE",
"stars": "5"
},
"id": "A5D3",
"matching": 0.72,
"name": "SWISSOTEL THE STAMFORD",
"why": "This hotel is close to shopping spots, comfortable, business, luxury, and spa facilities like SOFITEL PARIS LE FAUBOURG. Guests also find it: great views, spacious, waterfront, gourmet food, and nightlife."
},
{
"_links": {
"self": {
"href": "/v1/clients/iamplus/users/anonymous/hotels/products/5993"
},
"products": {
"href": "/v1/clients/iamplus/users/anonymous/hotels/products"
}
},
"_embedded": {
"tags": [
{
"id": "views",
"rank": 1,
"name": "Great views"
},
{
"id": "waterfront",
"rank": 2,
"name": "Waterfront"
},
{
"id": "business",
"rank": 3,
"name": "Business"
},
{
"id": "stylish",
"rank": 4,
"name": "Stylish"
},
{
"id": "spacious",
"rank": 5,
"name": "Spacious"
}
]
},
"extra": {
"country": "SG",
"city": "SINGAPORE",
"stars": "4"
},
"id": "5993",
"matching": 0.69,
"name": "NOVOTEL SINGAPORE CLARKE QUAY",
"why": "This hotel is business, stylish, luxury, comfortable, close to shopping spots, and contemporary like SOFITEL PARIS LE FAUBOURG. Guests also find it: great views, waterfront, spacious, and nightlife."
}
]
},
"_links": {
"self": {
"href": "/v1/clients/iamplus/users/anonymous/hotels/products?product-ids=%208655%2CA152%2CA5C0%2CA5D3%2CA5G8%2C5993&similar-to-product-id=1295"
}
},
"count": 5
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment