Welcome to the Widgety API!
You can use our API to get content from Widgety's content-sharing platform and seamlessly integrate it into your products.
Samples are available for JSON and XML endpoints in the dark area to the right.
Example Request
https://www.widgety.co.uk/api/operators.json?app_id=<key>&token=<token>
https://www.widgety.co.uk/api/operators.xml?app_id=<key>&token=<token>
Make sure to replace
<key>
with your API key and<token>
with your application token.
You must have an application ID and application token to query the API. If you do not have an application ID and application token, you must contact us to assign you one. Please email damian@widgety.co.uk with some information about your company, as well as your contact details.
Once an app has been assigned to you, you'll be able to access it by following the steps below:
API BASE URL https://www.widgety.co.uk/api/
Requests to the API must be made over HTTPS. Any HTTP requests are met with a HTTP 302 to its HTTPS equivalent.
Request to the API can be returned in either JSON format or XML format. This is selected by appending the query string with the required format.
EXAMPLE JSON URL QUERY STRING https://www.widgety.co.uk/api/ships.json
EXAMPLE XML URL QUERY STRING https://www.widgety.co.uk/api/ships.xml
Requests made to the API that retrieve lists of objects such as Operators or Ships can be paginated.
The number of returned objects per page is set by adding the 'limit' argument to the query string.
The page requested is set by adding the 'page' argument to the query string.
Example Request
https://www.widgety.co.uk/api/operators.json?app_id=<key>&token=<token>?&limit=<limit>&page=<page>
https://www.widgety.co.uk/api/operators.xml?app_id=<key>&token=<token>?&limit=<limit>&page=<page>
Attribute | Type | Value |
---|---|---|
limit | int | by default, this value is set to 25 |
page | int | the page requested |
Example Request
https://www.widgety.co.uk/api/places/burley-golf-club.json?token=33ab2c8e1e35f880c24f66598497194c03dd7cdaf322ba08031992b80d5b786b&app_id=00fe59f4ae6d8012f3b4eeb3fe849c20c6db78b9&compression%5Ballow_lossy%5D=false&compression%5Bjpegoptim%5D%5Ballow_lossy%5D=false&compression%5Bjpegoptim%5D%5Bmax_quality%5D=65&cover_image_geometry%5B%5D=200x200&cover_image_geometry%5B%5D=1000x1000&profile_image_geometry=300x300#
{
"title": "Burley Golf Club",
"description": "<p>Visitors are always assured of a warm welcome at Burley Golf Club, in the heart of the New Forest National Park, Hampshire. There is an abundance of wildlife and splendid views to enjoy whilst playing the course. As Burley is a 9 hole course, it is advisable to check availability with the Secretary’s office. When arriving at Burley, visitors must register before play to obtain the green fee ticket. Play is from the Yellow tees for gentlemen and Red tees for Ladies.</p>",
"telephone": "01425 402431",
"email": "hello@burleygolfclub.co.uk",
"video_url": "",
"twitter_url": "",
"facebook_url": "T",
"id": "burley-golf-club",
"website_url": "",
"category": "Golf Club",
"profile_image_href": "//www.widgety.co.uk/media/W1siZiIsIjIwMTUvMTEvMjAvMDkvMTgvMzUvODMvQnVybGV5X2dvbGZfY2x1Yl9sb2dvLnBuZyJdLFsicCIsInRodW1iIiwiMzAweDMwMCJdLFsicCIsImNvbXByZXNzIix7ImFsbG93X2xvc3N5IjoiZmFsc2UiLCJqcGVnb3B0aW0iOnsiYWxsb3dfbG9zc3kiOiJmYWxzZSIsIm1heF9xdWFsaXR5IjoiNjUifX1dXQ/Burley%20golf%20club%20logo.png?sha=f0a5b02e1cd7478f",
"cover_image_href": {
"200x200": "//www.widgety.co.uk/media/W1siZiIsIjIwMTUvMTEvMjAvMDkvMTgvNDAvNzIxL0J1cmxleV9Hb2xkX2NsdWJfY292ZXIuanBnIl0sWyJwIiwidGh1bWIiLCIyMDB4MjAwIl0sWyJwIiwiY29tcHJlc3MiLHsiYWxsb3dfbG9zc3kiOiJmYWxzZSIsImpwZWdvcHRpbSI6eyJhbGxvd19sb3NzeSI6ImZhbHNlIiwibWF4X3F1YWxpdHkiOiI2NSJ9fV1d/Burley%20Gold%20club%20cover.jpg?sha=5152716344c2f562",
"1000x1000": "//www.widgety.co.uk/media/W1siZiIsIjIwMTUvMTEvMjAvMDkvMTgvNDAvNzIxL0J1cmxleV9Hb2xkX2NsdWJfY292ZXIuanBnIl0sWyJwIiwidGh1bWIiLCIxMDAweDEwMDAiXSxbInAiLCJjb21wcmVzcyIseyJhbGxvd19sb3NzeSI6ImZhbHNlIiwianBlZ29wdGltIjp7ImFsbG93X2xvc3N5IjoiZmFsc2UiLCJtYXhfcXVhbGl0eSI6IjY1In19XV0/Burley%20Gold%20club%20cover.jpg?sha=509fcf242a08747b"
},
"html_href": "https://www.widgety.co.uk/places/burley-golf-club",
"attachments": [],
"country_code": "GB",
"county_state": "Hampshire",
"street_address": "Cott Lane,",
"town_city": "Burley",
"postcode": "BH24 4BB",
"longitude": "-1.689055",
"latitude": "50.824743",
"opening_hours": ""
}
You may specify cover_image_geometry
and profile_image_geometry
for ships, promotions, events, operators and places.
Geometry string examples can be found here
You may also set this parameters for specific model only e.g. place_cover_image_geometry
. This is useful for nested resources. If model specific param is not set general params (cover_image_geometry
and profile_image_geometry
) will be applied.
For Ships you may also set images_geometry
which is general for all additional ship sections such as deckplans and dinning options. And you can use model specific params such as uniq_feature_images_geometry
and entertainment_type_images_geometry
Should you need the same image(s) in different sizes, you can pass arrays of geometry strings. In this case they will look like images_geometry[]=1000x100#&images_geometry[]=200x200ne
and response will contain map with geometries and image links. See example response on the right side of screen (e.g. accommodation types section).
It's also possible to specify compression settings in the same way as for geometry e.g. compression
, profile_image_compression
, place_profile_image_compression
. Also you can set place_images_compression
or global images_compression
for additional images such as deckplans and attachments_compression
for attachments' thumbnails.
Example in the right section will apply jpegoptim tool with lossy compression allowed and max quality set to 65%. We support many image optimisation tools (workers), which are listed below. For more information please visit image_optim repo.
Worker can be disabled by passing false
instead of options hash or by setting option :disable
to true
.
:level
— Compression level: 0
- don't compress, 1
- fast, 2
- normal, 3
- extra, 4
- extreme (defaults to 4
):interlace
— Interlace: true
- interlace on, false
- interlace off, nil
- as is in original image (defaults to running two instances, one with interlace off and one with on):level
— Compression level: 1
- light and fast, 2
- normal, 3
- heavy (slower) (defaults to 3
):careful
— Avoid bugs with some software (defaults to false
)Worker has no options (just pass true
to enable)
:allow_lossy
— Allow limiting maximum quality (defaults to false
):strip
— List of extra markers to strip: :comments
, :exif
, :iptc
, :icc
or :all
(defaults to :all
):max_quality
— Maximum image quality factor 0
..100
, ignored in default/lossless mode (defaults to 100
):allow_lossy
— Allow worker, it is always lossy (defaults to false
):quality
— JPEG quality preset: 0
- low, 1
- medium, 2
- high, 3
- veryhigh (defaults to 3
):copy_chunks
— Copy all chunks (defaults to false
):progressive
— Create progressive JPEG file (defaults to true
):jpegrescan
— Use jpegtran through jpegrescan, ignore progressive option (defaults to false
):level
— Optimization level preset: 0
is least, 7
is best (defaults to 6
):interlace
— Interlace: true
- interlace on, false
- interlace off, nil
- as is in original image (defaults to false
):strip
— Remove all auxiliary chunks (defaults to true
):chunks
— List of chunks to remove or :alla
- all except tRNS/transparency or :allb
- all except tRNS and gAMA/gamma (defaults to :alla
):fix
— Fix otherwise fatal conditions such as bad CRCs (defaults to false
):brute
— Brute force try all methods, very time-consuming and generally not worthwhile (defaults to false
):blacken
— Blacken fully transparent pixels (defaults to true
):copy_chunks
— Copy optional chunks (defaults to false
):strategy
— Strategy: 0
- xtreme, 1
- intense, 2
- longest Match, 3
- huffman Only, 4
- uncompressed (defaults to 0
):allow_lossy
— Allow quality option (defaults to false
):max_colors
— Maximum number of colors to use (defaults to 256
):quality
— min..max - don't save below min, use less colors below max (both in range 0..100
; ignored in default/lossless mode (defaults to 100..100
, 0..100
in lossy mode):speed
— speed/quality trade-off: 1
- slow, 3
- default, 11
- fast & rough (defaults to 3
):disable_plugins
— List of plugins to disable (defaults to []
):enable_plugins
— List of plugins to enable (defaults to []
)To avoid creating unnecessary files on our Amazon Web Server, each image created using a specific set of geometry/compression will first be provided as a relative link. Once this link has been loaded once, the image will have been generated, and the request will return a proper AWS link from that point on.
Please note that you may find that some images will already been generated. This means that a previous user already requested the same geometry/compression for this image and that the file already exists on our Amazon Web Server.
Get all information about concrete operator.
:id | string |
valid operator slug american-cruise-lines |
Attribute | Type | Value |
---|---|---|
title | string | the name of the Operator |
description | HTML | a description of the Operator with HTML formatting |
video_url | URL | link to the Operator's video |
id | string | the id of the Operator |
category | string | name of the category |
profile_image_href | URL | link to the operators logo image |
cover_image_href | URL | link to the operators cover image |
html_href | URL | a link to the Widgety HTML page for this operator |
twitter_url | string | slug of twitter account |
facebook_url | string | slug of facebook group |
website_url | string | url of site without protocol |
attachments | array | an array of returned attachment objects related to given Operator |
unique_text | string | details about the unique features of this Operator |
reasons_to_book | string | details about reasons to book with this Operator |
members_club | string | details about any members or loyalty programs related to the Operator |
brochures | array | an array of returned brochure objects related to the Operator |
Attribute | Type | Value |
---|---|---|
name | string | the name of the attached file |
href | URL | a link to the attached file |
thumbnail | URL | a link to a thumbnail image (dependent on type of file) |
Attribute | Type | Value |
---|---|---|
name | string | the name of the Operator |
href | URL | a link to a PDF of the brochure |
thumbnail | URL | a link to a thumbnail image of the brochure |
{ "title": "American Cruise Lines", "description": "Known for small ship cruising done perfectly, American Cruise Lines has a small, modern fleet of ships and paddlewheelers. Providing a personalized cruising experience across America's most iconic, historic and exclusive cruise destinations, every stateroom is luxurious, offering front row seats to the natural beauty, history and culture of the United States.
Comprised of six small ships, each carries between 50 - 150 passengers across 28 states, creating a truly all-American experience.
", "video_url": "https://www.youtube.com/watch?v=Qq2I25gX32s", "id": "american-cruise-lines", "category": null, "profile_image_href": "https://widgety-assets.s3.amazonaws.com/2014/11/12/16/05/26/984/american_cruise_lines_logo.jpg", "cover_image_href": "https://widgety-assets.s3.amazonaws.com/2014/11/12/16/05/26/678/american_cruise_lines_queen_of_the_mississippi.jpg", "html_href": "https://www.widgety.co.uk/operators/american-cruise-lines", "twitter_url": "pearlseas", "facebook_url": "PearlSeasCruises", "website_url": "www.pearlseascruises.com/", "attachments": [ { "name": "American Cruise Lines 2014 to 2015", "href": "https://widgety-assets.s3.amazonaws.com/2014/09/23/10/51/51/287/American_Cruise_Lines_2014_to_2015.pdf", "thumbnail": "https://widgety-assets.s3.amazonaws.com/2014/09/24/15/07/01/664/American_Cruise_Lines_2014_to_2015.png" } ], "unique_text": "All-American Experience
All American Cruise Lines ships are built by, flagged, and crewed by AmericansAuthentic Paddlewheelers
", "reasons_to_book": "", "members_club": "
The only cruise line with two authentic paddlewheelers, Queen of the West and Queen of the Mississippi, experience a truly memorable cruise.The Eagle Society Loyalty Program
", "brochures": [ { "name": "American Cruise Lines 2014 To 2015", "href": "https://widgety-assets.s3.amazonaws.com/2014/09/23/10/51/51/287/American_Cruise_Lines_2014_to_2015.pdf", "thumbnail": "https://widgety-assets.s3.amazonaws.com/2014/09/24/15/07/01/664/American_Cruise_Lines_2014_to_2015.png" } ], "ships": [ { "name": "Arcadia", "id": "arcadia", "cover_image_href": "https://widgety-assets.s3.amazonaws.com/2014/11/15/10/52/30/636/CroisiEurope_Canals_in_France_2015.png" } ] }
Created to reward and recognize their most loyal guests, members receive special benefits, unique offers and enhanced personalized service.
Making a request for Operators filters can be used to narrow down the returned number of Operators. The filter is set by adding the attribute to be filtered by as an argument to the query string.
start_from | string |
filter by name of port where operator's cruises start. |
|
visit_port | string |
filter by name of port visited by operator's cruises. |
Attribute | Type | Value |
---|---|---|
_links | object | contains the query strings for the first, last, previous, next, and current page |
count | int | specifies the number of operators to shown on current page. |
total | int | specifies the total number of operators |
operators | array | an array of returned operator objects |
Attribute | Type | Value |
---|---|---|
title | string | the name of the Operator |
id | string | the id of the Operator |
profile_image_href | URL | link to the Operator's logo image |
cover_image_href | URL | link to the Operator's cover image |
href | URL | a pre-defined URL query string to request more detailed data about this Operator |
html_href | URL | a link to the Widgety HTML page for this Operator |
unique_text | string | details about the unique features of this Operator |
reasons_to_book | string | details about reasons to book with this Operator |
members_club | string | details about any members or loyalty programs related to the Operator |
brochures | array | an array of returned brochure objects related to the Operator |
ships | array | an array of returned ships objects related to the Operator |
video_url | URL | link to the Operator's video |
Attribute | Type | Value |
---|---|---|
name | string | the name of the Operator |
href | URL | a link to a PDF of the brochure |
thumbnail | URL | a link to a thumbnail image of the brochure |
Attribute | Type | Value |
---|---|---|
name | string | the name of the Ship |
id | string | Ship's slug |
cover_image_href | string | a link to cover image of the Ship |
[ { "_links": { "first": { "href": "https://www.widgety.co.uk/api/operators.json?page=1" }, "previous": null, "self": { "href": "https://www.widgety.co.uk/api/operators.json?page=1" }, "next": null, "last": { "href": "https://www.widgety.co.uk/api/operators.json?page=1" } }, "count": 2, "total": 2, "operators": [ { "title": "AIDA Cruises", "id": "aida-cruises", "profile_image_href": null, "cover_image_href": null, "href": "https://www.widgety.co.uk/api/operators/aida-cruises.json", "html_href": "https://www.widgety.co.uk/operators/aida-cruises", "unique_text": "", "reasons_to_book": "", "members_club": "", "video_url": "https://www.youtube.com/watch?v=Qq2I25gX32s", "brochures": [ ] }, { "title": "CroisiEurope", "id": "croisieurope", "profile_image_href": null, "cover_image_href": null, "href": "https://www.widgety.co.uk/api/operators/croisieurope.json", "html_href": "https://www.widgety.co.uk/operators/croisieurope", "unique_text": "", "reasons_to_book": "", "members_club": "", "video_url": "https://www.youtube.com/watch?v=Qq2I25gX32s", "brochures": [ { "name": "Croisi Europe Canals In France 2015", "href": "https://widgety-assets.s3.amazonaws.com/2014/11/14/15/30/51/178/CroisiEurope_Canals_in_France_2015.pdf", "thumbnail": "https://widgety-assets.s3.amazonaws.com/2014/11/15/10/52/30/636/CroisiEurope_Canals_in_France_2015.png" } ], "ships": [ { "name": "Arcadia", "id": "arcadia", "cover_image_href": "https://widgety-assets.s3.amazonaws.com/2014/11/15/10/52/30/636/CroisiEurope_Canals_in_France_2015.png" } ] } ] } ]
Retrieve all ships
size | enumerated |
filter by size
|
|||||||||||||||||||||||||||||||||||
style | enumerated |
filter by style
|
|||||||||||||||||||||||||||||||||||
type | enumerated |
filter by type
|
|||||||||||||||||||||||||||||||||||
language | enumerated |
filter by language
|
|||||||||||||||||||||||||||||||||||
currency | enumerated |
filter by currency
|
|||||||||||||||||||||||||||||||||||
smoking | enumerated |
filter by smoking options
|
|||||||||||||||||||||||||||||||||||
dining_experience | enumerated |
filter by dinning experience
|
|||||||||||||||||||||||||||||||||||
adults_only | enumerated |
filter by adults only options
|
|||||||||||||||||||||||||||||||||||
kids | enumerated |
filter by kid facilities
|
|||||||||||||||||||||||||||||||||||
nursery | enumerated |
filter by nursery
|
|||||||||||||||||||||||||||||||||||
operator | string |
valid operator slug american-cruise-lines |
|||||||||||||||||||||||||||||||||||
start_from | date_time |
filter by name of port where ship's cruises start. |
|||||||||||||||||||||||||||||||||||
visit_port | string |
filter by name of visited ports |
|||||||||||||||||||||||||||||||||||
launch_min | integer |
filter by launch year. Range start |
|||||||||||||||||||||||||||||||||||
launch_max | integer |
filter by launch year. Range end |
|||||||||||||||||||||||||||||||||||
refit_min | integer |
filter by refit year. Range start |
|||||||||||||||||||||||||||||||||||
refit_max | integer |
filter by refit year. Range end |
|||||||||||||||||||||||||||||||||||
capacity_min | integer |
filter by capacity. Range start |
|||||||||||||||||||||||||||||||||||
capacity_max | integer |
filter by capacity. Range end |
|||||||||||||||||||||||||||||||||||
crew_min | integer |
filter by crew. Range start |
|||||||||||||||||||||||||||||||||||
crew_max | integer |
filter by crew. Range end |
|||||||||||||||||||||||||||||||||||
tonnage_min | integer |
filter by tonnage. Range start |
|||||||||||||||||||||||||||||||||||
tonnage_max | integer |
filter by tonnage. Range end |
|||||||||||||||||||||||||||||||||||
length_min | integer |
filter by length. Range start |
|||||||||||||||||||||||||||||||||||
length_max | integer |
filter by length. Range end |
|||||||||||||||||||||||||||||||||||
width_min | integer |
filter by width. Range start |
|||||||||||||||||||||||||||||||||||
width_max | integer |
filter by width. Range end |
|||||||||||||||||||||||||||||||||||
cabins_min | integer |
filter by cabins number. Range start |
|||||||||||||||||||||||||||||||||||
cabins_max | integer |
filter by cabins number. Range end |
|||||||||||||||||||||||||||||||||||
large_cabins_min | integer |
filter by large cabins number. Range start |
|||||||||||||||||||||||||||||||||||
large_cabins_max | integer |
filter by large cabins number. Range end |
|||||||||||||||||||||||||||||||||||
wheelchair_cabins_min | integer |
filter by wheelchair cabins number. Range start |
|||||||||||||||||||||||||||||||||||
wheelchair_cabins_max | integer |
filter by wheelchair cabins number. Range end |
|||||||||||||||||||||||||||||||||||
include_cruises | boolean |
include the cruises section of the results |
Attribute | Type | Value |
---|---|---|
_links | object | contains the query strings for the first, last, previous, next, and current page |
count | int | specifies the number of Operators to shown on current page |
total | int | specifies the total number of Operators |
ships | array | an array of returned ship objects |
Attribute | Type | Value |
---|---|---|
title | string | the name of the Ship |
id | string | the id of the Ship |
category | string | name of the category |
profile_image_href | URL | link to the Ship's profile image |
cover_image_href | URL | link to the Ship's cover image |
href | URL | a pre-defined URL query string to request more detailed data about this Ship |
html_href | URL | a link to the Widgety HTML page for this Ship |
ship_class | string | class of Ship |
ship_kind | string | type of ship (ie yacht, sail, etc) |
size | string | size of the Ship |
style | sting | style of the Ship |
ship_type | string | Ship type |
imo | int | Ship's unique IMO reference number |
teaser | HTML | brief description of the Ship's offerings |
introduction | HTML | brief description of the Ship |
adults_only | string | policy about children onboard the Ship |
childrens_facilities | string | whether there are any facilities for children onboard the Ship |
nursery | string | whether there are any nursery facility onboard the Ship |
unique_feature | HTML | description of any unique features onboard the Ship |
smoking | string | whether there are any smoking facilities onboard the Ship |
video_url | URL | link to a video of the Ship |
celebrity_ties | string | any ties the Ship may have to celebrities |
gratuities | string | information about gratuity policies |
ship_facts | object | object with facts about the Ship |
dining | object | object with intro and video about dinning |
accommodation | object | object with intro and video about accommodation onboard |
enrichment | object | object with intro and video about enrichment activities or events |
entertainment | object | object with intro and video about onboard entertainment |
health_and_fitness | object | object with intro and video about health and fitness facilities an board |
kids_and_teens | object | object with intro and video about facilities for children onboard |
useful_to_know | object | object with video about any further useful information |
operator | object | object with information about the Operator of the cruise Ship |
accomodation_types | array | an array of accommodation types onboard |
deckplans | array | an array of descriptions for each deck |
dining_options | array | an array of dining options available on the Ship |
enrichment_types | array | an array of enrichment activities available on the Ship |
entertainment_types | array | an array of entertainment facilities available on the Ship |
health_fitness_types | array | an array of health and fitness facilities available on the Ship |
kid_teen_types | array | an array of children's facilities available on the Ship |
useful_types | array | an array of useful information regarding facilities on the Ship |
cruises | array | an array of cruises for this Ship |
Attribute | Type | Value |
---|---|---|
launch_year | int | year the Ship was launched |
refit_year | int | year the Ship was last refitted |
language | string | main language onboard the Ship |
gross_tonnage | int | Ship's gross tonnage (GRT) |
length | int | length of the Ship in metres |
width | int | width of the Ship in metres |
currency | string | currency used onboard |
speed | int | cruising speed of the Ship in knots |
capacity | int | capacity of the Ship |
crew_count | int | number of crew on the Ship |
deck_count | int | number of decks on the Ship |
cabin_count | int | number of cabins on the Ship |
large_cabin_count | int | number of cabins sleeping over 3 on the Ship |
wheelchair_cabin_count | int | number of wheelchair accessible cabins on the Ship |
Attribute | Type | Value |
---|---|---|
type | array | european, british, etc |
adapters_provided | boolean | whether or not adapters are provided |
Attribute | Type | Value |
---|---|---|
name | string | name of Operator |
profile_image_href | URL | link to the Operator's logo image |
cover_image_href | URL | link to the Operator's cover image |
Attribute | Type | Value |
---|---|---|
name | string | name of the accomodation type |
description | HTML | description of the accommodation type |
stats | HTML | stats about the accommodation |
grade_code | array | can be used to match pricing to accommodation information |
facilities | array | facilities available in the cabin |
accessible_cabin | boolean | indicates whether accessible cabins are available in this cabin grade |
Attribute | Type | Value |
---|---|---|
type | string | inside, outside, balcony, or suite |
min_occupancy | integer | minimum number of passengers |
max_occupancy | integer | maximum number of passengers |
min_size | integer | minimum size of the cabin, in square feet |
max_size | integer | maximum size of the cabin, in square feet |
Attribute | Type | Value |
---|---|---|
name | string | name of the deck |
description | HTML | description of the deck |
stats | HTML | stats about the accommodation |
Attribute | Type | Value |
---|---|---|
name | string | name of the dining option |
experience | string | description of the dinning experience type |
food | string | description of the food served |
description | HTML | description of the dining option |
Attribute | Type | Value |
---|---|---|
name | string | name of the enrichment facility |
description | HTML | description of the enrichment facility |
types | array | type of facility (ie cookery class, lectures, dance class, etc) |
Attribute | Type | Value |
---|---|---|
name | string | name of the entertainment facility |
description | HTML | description of the entertainment facility |
types | array | type of facility (ie pub, bar, lounge, etc) |
Attribute | Type | Value |
---|---|---|
name | string | name of the health and fitness facility |
description | HTML | description of the health and fitness facility |
types | array | type of facility (ie spa, fitness center, pool, etc) |
Attribute | Type | Value |
---|---|---|
name | string | name of the children's facility |
description | HTML | description of the children's facility |
types | array | type of facility (ie teens club, kids club, etc) |
Attribute | Type | Value |
---|---|---|
name | string | name of useful facility |
description | HTML | description of useful facility |
types | array | type of useful information (ie dress code, dietary information, age restrictions, etc) |
Attribute | Type | Value |
---|---|---|
ref | string | reference id for the cruise |
name | string | name of the cruise |
cruise | URL | location for detailed cruise information |
[ { "_links" : { "first" : { "href" : "https://www.widgety.co.uk/api/ships.json?page=1&limit=3" }, "previous" : null, "self" : { "href" : "https://www.widgety.co.uk/api/ships.json?page=1&limit=3" }, "next" : null, "last" : { "href" : "https://www.widgety.co.uk/api/ships.json?page=1&limit=3" } }, "count" : 3, "total" : 812, "ships" : [ { "title" : "Azamara Quest", "id" : 10, "profile_image_href" : "https://widgety-assets.s3.amazonaws.com/2014/10/06/09/17/15/998/azamara_club_cruises_azamara_quest_above_deck_2013.jpg", "cover_image_href" : "https://widgety-assets.s3.amazonaws.com/2014/10/06/09/17/18/709/azamara_cruises_azamara_quest_exterior_front_at_sea.jpg", "href" : "https://www.widgety.co.uk/api/ships/azamara-quest.json", "html_href" : "https://www.widgety.co.uk/ships/azamara-quest", "ship_class" : "", "size" : "small", "style" : "premium", "ship_type" : "ocean", "ship_kind" : "paddle", "imo" : "9210218", "teaser" : "Offering a premium cruise experience ideally suited for couples and mature travellers, Azamara Quest provides a luxurious, comfortable and relaxing atmosphere
", "introduction" : "Like her sistership, Azamara Quest provides a genial, club-like atmosphere with friendly staff, crew and passengers. Small enough that you won't feel lost, while still large enough that you won't run out of things to do or new people to meet, guests can experience a selection of speciality and complimentary restaurants, along with a whole host of amenities and facilities that create a premium-feel cruise. Ideally suited to couples and mature travellers looking to fully explore each port of call without sacrificing onboard facilities.
", "adults_only" : "no_kids", "childrens_facilities" : "none", "nursery" : "none", "unique_feature" : "The unique offerings of Azamara are numerous. From butler service provided in every suite to immersive shore excursions designed to let guests become part of the fabric of life in each destination, instead of merely being an observer, service is key.
", "smoking" : "some", "video_url" : "https://www.youtube.com/watch?v=VF_ey10xodU&list=UUDnmxpOKV6qLuNzldy89mKQ", "celebrity_ties" : "", "gratuities" : "Gratuities are included in the price of your fare.
", "ship_facts" : { "launch_year" : "2000", "refit_year" : "2012", "language" : "en-US", "gross_tonnage" : 30277, "length" : 180, "width" : 25, "currency" : "USD", "speed" : 18, "capacity" : 686, "crew_count" : 408, "deck_count" : 8, "cabin_count" : null, "large_cabin_count" : null, "wheelchair_cabin_count" : null, "electrical_plugs" : { "types" : ["european"], "adapters_provided" : false } }, "accommodation" : { "intro" : "
Spa gratuities of 18% will be added to your bill.From inside cabins to balcony cabins and luxurious suites, you will find a room for every budget and taste.
All cabins are air-conditioned and well designed, to give you as much space as possible and to help you relax into your surroundings. Many feature balconies to give you additional outside space. All feature Egyptian cotton sheets, free tea & coffee making facilities, refrigerator, hairdryer, safe, in-cabin television and good sized en-suite bathrooms with toiletries pack. You will also enjoy the services of a personal cabin steward who will look after your every need, and can enjoy room service from early morning until late evening at no extra cost.
", "video" : "" }, "dining" : { "intro" : "Let Azamara satisfy your passion for fine cuisine while at sea. Prepared by renowned chefs, their culinary delights are made fresh, using only the finest ingredients.
", "video" : "" }, "enrichment" : { "intro" : "
From casual eateries serving a buffet of delights to their two speciality restaurants, where each meal is a culinary masterpiece, there are delectable choices sure to please the most discerning of palates.
Enjoy indoor dining in the smoke-free environments or outdoor dining poolside. Aboard Azamara Club Cruises, the choice is yours.Azamara Club Cruises is now offering a great opportunity to enrich your onboard experience by introducing guest lecturers to our voyages. Considered experts in their respective fields, our carefully chosen speakers will share their vast knowledge on worldwide topics that range from politics to the environment, from tribal customs to ancient history. Attend one of the presentations and see what you can learn from the distinguished onboard guest speakers.
", "video" : "" }, "entertainment" : { "intro" : "Whatever your interests, indulge them aboard Azamara. Enrich yourself with an informative lecture, shop leisurely in the boutiques, or add to your art collection (or start one) during an onboard art auction. Relax and take in a live show, or if you're feeling lucky, step into the casino. Their amazing array of entertainment options ensures there’s never a dull moment.
", "video" : "" }, "health_and_fitness" : { "intro" : "f you’ve ever wished for a free week or two to reboot, this is it. Treat yourself to health, beauty and exotic massage treatments at the spa. Launch a new personal training regimen, give acupuncture a try, and relax with sunset yoga. A voyage is a great time to fit in all the things you never have time for at home. It’s also a great opportunity to try something new.
", "video" : "" }, "kids_and_teens" : { "intro" : "
On Azamara you’ll be impressed by the array of complimentary onboard fitness and nutrition classes. Do something different every day of the week! For additional cost, you can also boost results with personal one-on-one instruction and services.There are no child or teen specific facilities available onboard Azamara Quest. Children are not advised.
", "video" : "" }, "useful_to_know" : { "video" : "" }, "operator" : { "name" : "Azamara Club Cruises", "profile_image_href" : "https://widgety-assets.s3.amazonaws.com/2015/01/06/08/48/35/0/azamara_club_cruises_logo.jpg", "cover_image_href" : "https://widgety-assets.s3.amazonaws.com/2014/10/06/09/20/28/714/azamara_club_cruises_azamara_quest_side_view.jpg" }, "accomodation_types" : [ { "name" : "Club World Owner's Suite", "description" : "Each Club World Owner's Suite includes a separate living room, DVD/CD player, floor-to-ceiling sliding glass doors and a refrigerator with mini-bar. The master bedroom features two lower beds that convert into a queen size, dressing room with vanity, marble master bath with whirlpool tub and shower, guest bathroom, flat screen television and veranda.
", "stats" : "
Amenities include English Butler service, priority check-in and departure, as well as unpacking and packing of luggage. A welcome sparking wine and fruit basket is provided, along with daily savouries between 4-6pm, en-suite afternoon tea service, en-suite dining from restaurant menus for breakfast, lunch and dinner. There is also the opportunity to book en-suite spa services, complimentary seating throughout the voyage in speciality dining restaurants, along with one bottle of vodka and one bottle of whiskey.Stateroom: 560 square feet
", "grade_codes" : [ "IA", "IC", "IE" ], "facilities" : [ "facility" ], "accom_stats" : { "type" : "balcony", "min_occupancy" : 321, "max_occupancy" : 112312, "min_size" : 1, "max_size" : 1 } }, { "name" : "Club Interior Stateroom", "description" : "
Veranda: 233 square feetEach Club Interior Stateroom includes two lower beds that convert into a queen size bed, a flat screen television, refrigerator with mini-bar, direct dial telephone with voice mail, in-room safe and hand-held hair dryer. A thermostat-controller air conditioner and desk are also included.
", "stats" : "
Amenities include 24-hour room service, a welcome fruit basket at embarkation, fresh-cut flowers, tote bag, turndown treats and daily news bulletin. Complimentary shoe shine service, use of umbrella and binoculars also available.158 square feet
", "grade_codes" : [ "IA", "IC", "IE" ], "facilities" : [ "facility" ], "accom_stats" : { "type" : "balcony", "min_occupancy" : 321, "max_occupancy" : 112312, "min_size" : 1, "max_size" : 1 } } ], "deckplans" : [ { "name" : "Deck 3", "description" : "Club Oceanview Staterooms and Club Oceanview Wheelchair Accessible Staterooms.
" }, { "name" : "Deck 4", "description" : "Club Ocean View Staterooms, Club Interior Staterooms, Club Interior Wheelchair Accessible Staterooms, Guest Relations, Concierge Desk and La Boutique.
" } ], "dining_options" : [ { "name" : "Aqualina", "experience" : "cover", "food" : "fusion", "description" : "Inspired by the coastal cuisines of Italy, Greece, France, Spain, and northern Africa, one could best describe the fare of Aqualina as a grand fusion of Mediterranean flavours. Savour dishes drawn from the abundance of the region’s seas, simply prepared yet exceedingly delicious. The atmosphere is every bit as tasteful, with accents of silver, cream and blue, all surrounded by breathtaking ocean views. Start with seafood bouillabaisse or wild mushrooms with parmesan and white truffle cream before you enjoy the seafood paella with saffron couscous, or rack of lamb. Be sure to save room for Grand Marnier soufflé or crème brûlée.
" }, { "name" : "Looking Glass", "experience" : "snacks", "food" : "cafe", "description" : "
Speciality dining is complimentary for suite guests. For stateroom guests, a $25 per person cover charge applies.Mid-afternoon is teatime in the Looking Glass Lounge. Refresh yourself with elegant pastries, handmade tea sandwiches, and tea or champagne while enjoying the beautiful views.
" }, { "name" : "Room Service", "experience" : "cover", "food" : "room", "description" : "The best time for room service? Whenever you say it is, 24-hours a day. Order from the full breakfast menu between 6.30 am and 10.00 am, and it will be delivered to you at your appointed time. Lunch and dinner room service features a menu of hearty soups, fresh salads, gourmet sandwiches, pizzas and desserts.
" } ], "enrichment_types" : [ { "name" : "Enrichment Programs & Classes", "description" : "Azamara's onboard Enrichment Programs are chock-full of knowledge, know-how, and unexpected fun. Each sailing, Azamara Club Cruises invites a destination expert to enlighten our guests in a wide variety of topics, including history, culture, art, food and etiquette, natural sciences, marine wildlife, maritime history.
", "types" : ["lecture"] } ], "entertainment_types" : [ { "name" : "Mind Exercise", "description" : "
Programs include seminars and lectures, port-of-call lectures, Land Discoveries seminars, wine tastings and culinary demonstrations.Put your mind to good use and join us for brain teasers, trivia contests, movie theme songs, TV tunes and more.
", "types" : [] }, { "name" : "Casino Luxe", "description" : "Test your skill, or prove to your shipmates that Lady Luck stands by your side. The Casino will keep you entertained with blackjack, roulette, slot machines, and three-card poker games. Group and individual gaming lessons are offered at no charge—a great way to learn gaming strategy! With European-style ambience and captivating sights and sounds, our casinos offer excitement for experienced high rollers and those trying their luck for the first time. And for the sports fans, the Casino features a flat-screen TV and full bar, making it a very pleasant place to keep up with your favourite teams. The Casino accepts payment by key card, cash, credit card, travellers cheques and foreign currency.
", "types" : [] }, { "name" : "Shopping", "description" : "You’ll find tasteful collection of merchandise, beautiful jewelry and watches—and the promise of discovery and delight—in Azamara's signature shops. Window shop or select gifts for friends and family. Then, indulge yourself as you encounter the ideal memento of your truly extraordinary luxury cruise experience. Watch your daily news for specials and one-time offers that make shopping even more fun.
", "types" : ["shopping"] } ], "health_fitness_types" : [ { "name" : "The Spa", "description" : "
Stores include The Journey/Quest Shop, Indulgences, La Boutique and The Photo Shop.Staffed by professional aestheticians and therapists, the Azamara Spa is an oasis of tranquility. Choose from an extensive menu of services including Thalassotherapy baths, facial glow, massage therapy, body sculpting, teeth whitening and spa rituals.
", "types" : ["spa"] }, { "name" : "Acupuncture", "description" : "
Spa services can be purchased a la carte or in specially priced packages. Reservations are required for most services, and slots quickly fill up, so please plan ahead. Please note that an 18% gratuity will be added to your folio for all spa treatments.A voyage is a great time to experience the benefits of this ancient Chinese system of healing. Acupuncture strengthens the immune system, fights disease and controls pain while dissolving accumulated stress and restoring the body's natural balance and energy.
", "types" : [] } ], "kid_teen_types" : [ ], "useful_types" : [ { "name" : "Special Dietary Requirements", "description" : "
Azamara’s acupuncturists are experienced practitioners licensed by the National Certification Commission for Acupuncture and Chinese Medicine. A variety of treatments are available for pain management, smoking cessation, weight loss, stress reduction and more. After just one session, you may notice immediate benefits in circulation, heart, stomach, skin and mood.With advanced notice, Azamara can accommodate most special dietary needs. Requests must be submitted in writing no later than 40 days prior to US sailings, and 80 days before all other sailings. Standard kosher-style menus are available on all voyages.
", "types" : ["diet"] }, { "name" : "Age Restrictions", "description" : "The minimum drinking age for all alcoholic beverages on all Azamara ships is 21. On European and South American sailings where the legal drinking age is 18, a parent sailing with children aged between 18 and 20 may sign a waiver allowing them to consume alcoholic beverages.
", "types" : [] } ], "cruises" : [ { "id" : "VVV000111", "name" : "Super Cruise", "cruise" : "https://www.widgety.co.uk/api/cruises/VVV000111.json" } ] } ] }, { "title": "AIDAperla", "id": 1052, "profile_image_href": "https://widgety-staging-assets.s3.amazonaws.com/2016/06/06/22/33/28/223/AIDA_Cruises_Logo_1.jpg", "cover_image_href": "https://widgety-staging-assets.s3.amazonaws.com/2017/03/22/00/00/22/739/AIDAperla.jpg", "href": "https://staging.widgety.co.uk/api/ships/aidaperla.json", "html_href": "https://staging.widgety.co.uk/ships/aidaperla", "ship_class": "", "size": "large", "style": "resort", "ship_type": "ocean", "imo": "9636967", "teaser": "Every day in a new port an anchor and yet always be at home. Just grab a suitcase and see a lot of the world. Panoramic sea views, first class service and fantastic entertainment will enjoy whenever you like. Design your favorite holiday aboard AIDAperla.
", "introduction": "Every day in a new port an anchor and yet always be at home. Just grab a suitcase and see a lot of the world. Panoramic sea views, first class service and fantastic entertainment will enjoy whenever you like. Design your favorite holiday aboard AIDAperla.
", "adults_only": "kids_allowed", "childrens_facilities": "available", "nursery": "none", "unique_feature": "Your chocolate, your topping, your ice cream! In the first MAGNUM Pleasure Store on the sea, you can create your personal favorite ice cream - or try every day a different combination.
", "smoking": "some", "video_url": "", "celebrity_ties": "Tim Malzer- German Celebrity Chef
", "gratuities": "All gratuities are included in the Cruise fare. If you want to recognise exceptional service with a personal tip, you can find the cash box in the reception area.
", "ship_facts": { "launch_year": "2017", "refit_year": "", "language": "de+en", "gross_tonnage": 124500, "length": 300, "width": 37.6, "currency": "EUR", "speed": 22, "capacity": 3300, "crew_count": 900, "deck_count": 16, "cabin_count": 1643, "large_cabin_count": null, "wheelchair_cabin_count": null }, "accommodation": { "intro": "Welcome to your home on the sea! Choose from up to 14 cabin varieties - from the inside cabin on Seascape, Verandas, and Lanaikabine up to the suite with extra space and more.
", "video": "" }, "dining": { "intro": "At 13 bars the bar team will spoil you with cocktails, wines, beer and champagne.
In Café Mare (Deck 7) they serve coffee, tea and chocolate specialties, in the wine cellar (Deck 8) wines from around the world and in the Bar 5th Element (deck 14) can families relaxed end the day. In the exclusive Spray Bar (deck 6) , you can go directly on the bow, where you can feel the spray, the spray, on your face and enjoy your champagne. In the Nightfly (Deck 6) you can enjoy exclusive entertainment and in the discotheque D6 (Deck 6) dance night owls dance until dawn.
All opening hours and special offers can be found in the on-board newspaper.
More information coming soon.
", "video": "" }, "entertainment": { "intro": "Your chocolate, your topping, your ice cream! In the first MAGNUM Pleasure Store on the sea, you can create your personal favourite ice cream - or try every day a different combination.
An exclusive stay, guests enjoy the spray bar by Möet & Chandon : The luxurious champagne bar with an outdoor area at the bow just above the waves is certainly the new gathering place. The famous Sundowner served in the Lanai Bar at the rear with a particularly romantic view of the sunset.
Other day: 14 cafes and bars as well as the AIDA Lounge for relaxed meetings with friends or celebrations
On board you'll find a range of health and fitness facilities including a state-of-the-art fitness centre, a spa, jogging track, sports area, pools, jacuzzis and a waterpark.
", "video": "" }, "kids_and_teens": { "intro": "There are a range of activities for kids & teens onboard AIDAperla.
", "video": "" }, "useful_to_know": { "video": "" }, "operator": { "name": "AIDA Cruises", "profile_image_href": "https://widgety-staging-assets.s3.amazonaws.com/2016/06/06/22/33/28/223/AIDA_Cruises_Logo_1.jpg", "cover_image_href": "https://widgety-staging-assets.s3.amazonaws.com/2016/06/07/16/16/35/361/AIDAblu.jpg" }, "accomodation_types": [ { "name": "Suite", "description": "Suite with separate sleeping area, 2 bathrooms and a walk-in closet. All cabins are air-conditioned , carpeted and have shower / WC, satellite TV, radio, safe, second pillow top and direct dial telephone. The 220 V connection in the bathroom is intended for the use of a razor. A hairdryer is in the desk drawer.
All cabins are air-conditioned , carpeted and have shower / WC, satellite TV, radio, safe, second pillow top and direct dial telephone. The 220 V connection in the bathroom is intended for the use of a razor. A hairdryer is in the desk drawer.
", "stats": "All cabins are air-conditioned , carpeted and have shower / WC, satellite TV, radio, safe, second pillow top and direct dial telephone. The 220 V connection in the bathroom is intended for the use of a razor. A hairdryer is in the desk drawer.
", "stats": "Exposed position on the patio deck at the bow of deck 16.
All cabins are air-conditioned , carpeted and have shower / WC, satellite TV, radio, safe, second pillow top and direct dial telephone. The 220 V connection in the bathroom is intended for the use of a razor. A hairdryer is in the desk drawer.
Includes winter garden and porch.
Mostly with 2 bathrooms.
All cabins are air-conditioned , carpeted and have shower / WC, satellite TV, radio, safe, second pillow top and direct dial telephone. The 220 V connection in the bathroom is intended for the use of a razor. A hairdryer is in the desk drawer.
All cabins are air-conditioned , carpeted and have shower / WC, satellite TV, radio, safe, second pillow top and direct dial telephone. The 220 V connection in the bathroom is intended for the use of a razor. A hairdryer is in the desk drawer.
All cabins are air-conditioned , carpeted and have shower / WC, satellite TV, radio, safe, second pillow top and direct dial telephone. The 220 V connection in the bathroom is intended for the use of a razor. A hairdryer is in the desk drawer.
", "stats": "Top chefs crown your holiday in a culinary way. The price / performance ratio is as excellent as the kitchen. AIDA recommend the Rossini Gourmet Restaurant (Deck 8) , the Buffalo Steakhouse (Deck 8) and the Sushi Bar (Deck 8). They will gladly accept personal reservations at the reception (Deck 4) or in the restaurants.
French specialties can be enjoyed in the Brasserie French Kiss (Deck 7) and Venetian dishes in Ristorante Casanova (Deck 6) , Spanish dishes in the Tapas & Bar (Deck 6) and hearty specialties from the Alps, such as the Brauhaus (Deck 7).
The Kultsnack Currywurst is at the Scharfen Ecke (Sharpe Edge) (Deck 6). In the Pier 3 Market (deck 3) , our walk-in \"mini-bar\" on board, you can enjoy delicious sandwiches, wraps or muffins and drinks from vital drinks to champagne. You can also buy AIDA specialties at home.
" }, { "name": "Buffet Restaurants", "experience": "complimentary", "food": null, "description": "The table drinks and the fantastic food are included in the price. When, where and with whom you want to dine, you decide. You can choose between the Belladonna Restaurant (Deck 6) , the East Restaurant (Deck 6) , the Market Restaurant (Deck 6) , the Wide World Restaurant (Deck 7) and the Fuego Restaurant (Deck 14) . From 06:00 in the morning, you can start the new holiday with our coffee for early risers. If you prefer to start at leisure, our breakfast buffet is available.
The best way to get to know the country and the people is to go out with your AIDA scouts. At the excursion counters on deck 4, 7 and 8 , you can get advice and book your favourite tours. For golf, diving and biking tours, AIDA would be pleased to advise you at the Activity Counter in front of the sports shop in the AIDA Plaza on deck 7 . The opening hours can be found in your daily program AIDA Today. The starting times and meeting points of your tours can be found on the excursion tickets.
" } ], "entertainment_types": [ { "name": "AIDA Plaza", "description": "The AIDA Plaza is not only the most beautiful shopping mall on the sea but also a lively stage for street artists, a convivial meeting point for a snack or a wonderful refreshment. On two decks AIDA open up a uniquely relaxed shopping and gourmet experience. With a total of ten stores covering more than 2,000 square meters, the ship offers you a new shopping experience.
" }, { "name": "AIDA Shop", "description": "In the AIDA Shop (Deck 7), they offer a wide selection at attractive Travel Value prices. This saves you up to 20 percent against the recommended sales prices on land. Exclusive in the AIDA shop you can also find the high-quality fashion brands Hugo Boss, Gaastra or Liebeskind as well as the sporty-maritime AIDA collection \"Oceanic Voyage\" and the exclusive AIDA home, beach and bag collection.
" }, { "name": "Jeweller", "description": "In the jeweller (deck 6), you will find watches, jewellery, sunglasses and accessories from the premium brands such as Breitling, TAGHeuer, Maurice Lacroix, Junghans, Niessing, Charriol, TW Steel, Viventy and Pesavento as well as fashion brands like Pandora, Swarovski, Bernd Wolf , Esprit, Fossil, Skagen, Festina, Heartbreaker, Ostseeschmuck, Jaques Lemans, AIDA Jewelry and Watches.
" }, { "name": "Travel Shop", "description": "In the Travel Shop (Deck 6) you will find beautiful and useful items for your travels like sweets, spirits, travel value products, gift articles, magazines or drugstore articles.
" }, { "name": "Blutenmeer", "description": "In the \" Blütenmeer\" (deck 7), many fragrant bouquets and bouquets are waiting for you. Use the delivery service to your cabin, to the restaurant or send your flowers worldwide via our Fleurop service. The BelRosa roses, which are available in our Flower Sea, are available not only in many different colours, but also specially packed with a personal photo or a beautiful greeting card - an ideal gift for your loved ones at home. In addition, our florist will provide you with a selection of high-quality silk flowers as well as beautiful ideas for decorations and accessories.
" }, { "name": "Treasure Chest", "description": "Please have a look at the maritime treasure chest (deck 7). Here you will find holiday souvenirs and original gifts.
" }, { "name": "Art Gallery", "description": "In the Art Gallery (Deck 7) works of internationally known painter and graphic artist as well as sculptures are exhibited. The gallery owners will gladly advise you and show you the extensive repertoire of contemporary art. In the art gallery you will find the fitting work for your home, and AIDA organise the transport. On each trip there will also be exciting art exhibitions. Participation is possible from 18 years.
" }, { "name": "Photo Studio", "description": "Catch your most beautiful holiday smile. You can order your favourite pictures at one of our Photo desks (Deck 6), the photo gallery (Deck 7) and the reception (Deck 14). In the photo studio (Deck 6) there are also a selection of digital cameras, tripods, memory cards, films, batteries and photo albums available.
" }, { "name": "AIDA Movies", "description": "AIDA Movies: The DVD \"Land in Sight\" brings you close to land, people and fascinating cultures in an entertaining way. With the documentation \"AIDA Inside\" you can look behind the scenes of the AIDA ships. Fascinating impressions of your favourite destinations can be found on the DVD or Blu-Ray disc \"AIDA World Travel\". For the best holiday memories, the TV team turns your personal travel film \"Unforgettable Moments\" on every trip. The camera symbols in the on-board newspaper indicate which events are being filmed. Please let the TV team know if you do not want to be filmed. You can buy your personal movie as a DVD or Blu-Ray Disc at the end of your trip.
" }, { "name": "Theatre", "description": "During the day, the light-flooded space, extending from deck 6 to 9, serves as a living market square. Here you can experience shows, art exhibitions, exciting events such as our nautical questions, games and much more. In the evening they lend your imagination wings with spectacular fireworks from music, dance, acrobatics and variety. Let yourself be inspired by the magical shows that are exclusively developed for AIDA by great artists and breathtaking stage effects. Live music for dancing or relaxing is available almost every evening at various locations, for example in our bars or the beach club.
" }, { "name": "The Four Elements", "description": "Whether you're looking for a fast-paced water fun, climbing in airy heights, or watching live on public viewing, the Four Elements (Deck 14-18) will bring you a world of new dimensions and enjoy your holiday with the entire family. Let yourself go on the lazy river or go on many other trend sports as well as activities until the night. On your own LED wall you can follow films and sports events up close and be part of an interactive game on the stage. Your hosts also have a lot of fun with a variety of activities such as dance classes, shuffleboard, darts and volleyball.
" }, { "name": "Casino", "description": "Try your luck at the casino (Deck 6). The fully electronic casino offers not only blackjack, roulette and poker table games, but also more than 40 gaming machines of the latest generation with crisp jackpots. The mobile casino app, with which you can play anywhere on board with your smartphone or tablet, can be accessed via the MyAIDA board portal. For newcomers, the casino crew will be pleased to assist you.
The opening hours can be found in the AIDA today. Guests under 18 years of age are not permitted to play or stay in the casino. AIDA Cruises is subject to various legal restrictions within the framework of operation as well as cash payments or disbursements. For details, please see the announcements in the casino. A note that is important: play for entertainment and financial opportunities only! Gambling can be addictive.
From state-of-the-art fitness equipment to a wide range of courses to private coaching sessions - at Body & Soul Sport (Deck 7) , you'll find everything that makes for a good sports gym. In addition to a large cardio and strength training area , you can train with other guests in the group during circular training or the six power plates . In the Zen Lounge (Deck 7), instructors teach the art of yoga and meditation. In the separate indoor cycling studio you can experience the most beautiful stretches in the world with the aid of a landscape projection. The jogging course (deck 15) invites you to walk in the fresh sea air. And also the sports deck (deck 16) holds something for everyone. Play your favourite sport in the open air: basketball, volleyball, street soccer, mini hockey and badminton.
The complete range of courses, see the course plan at the Body & Soul Sports Desk.
Note:
Training is possible from 16 years. Kids & Teens have special courses.
" }, { "name": "Organic Spa", "description": "The Organic Spa takes you to 3,100 square feet in the world of beauty, health and relaxation. The \"Green Spa Concept\" includes natural building materials in organic forms and planted walls for natural relaxation. Enjoy a unique treatment with organic products or relax in one of two private wellness suites.
From the Finnish sauna to the steam sauna, from the aromasauna to the kelosauna, from the fireplace room to the tepidarium - the sauna landscape with sea view offers everything your heart desires. Two private sun loungers with jacuzzis, sunbeds and beach baskets complete the organic spa area. So you can enjoy a comprehensive relaxation, whatever the weather, 365 days a year.
Offers and opening hours can be found at the Organic Spa reception on Deck 8 and in the on-board newspaper.
" } ], "kid_teen_types": [ { "name": "AIDA Kids Club", "description": "The AIDA Kids Club (Deck 14) is the largest for the young guests from ages 3 to 11. To play, to splash, tinker or to be creative at great workshops: AIDA have new ideas every day. There is a children's theatre, a pirate ship under palm trees, a pool for your small sailors as well as water fun in the kids pool with slide.
On request, AIDA will take care of your little darling in the Mini Club (Deck 14) so that you can relax undisturbed for a few hours. For a small cost contribution, children from six months to three years are lovingly looked after. You can also play together with your little ones in the soft play area.
" }, { "name": "The Wave Club", "description": "The Wave Club (Deck 15) is the meeting place for 12 to 17-year-olds . During the holiday season the hosts Teens organize great programs on board and even offer multimedia and creative workshops specially designed for AIDA.
" }, { "name": "Kids Shop", "description": "In the Kids Shop (Deck 7) there are LEGO toys for all ages, Clubbie mascots, Hello Kitty toys and the AIDA collection for babies and kids.
" } ], "useful_types": [ { "name": "Disabled Facilities", "description": "You should be able to enjoy the most beautiful time of the year as independently as possible. AIDA therefore ask our guests with reduced mobility, hearing or vision as well as other physical impairments to report at the beginning of the journey at the reception. Here, they will be glad to answer your individual questions about the barrier-free holiday at any time. In case of emergency, you will be provided with crew members who are sure to accompany you to your assembly area.
" }, { "name": "Smoking Restrictions", "description": "With regard to the health and well-being of guests, all cabins and public areas of our ships are non-smoking areas . For guests who smoke, the cabin balconies as well as designated smoking areas are available on the outside decks.
" }, { "name": "Dress Code", "description": "AIDA is holiday with a smile and without any compulsion. They ask you, however, not to visit restaurants and bars in bathing or sportswear and not barefoot. They recommend men wear long trousers in the evening in the restaurant .
" } ], "cruises": [ { "name": "Von Barbados nach Teneriffa", "ref": "V21367519041110", "cruise": "https://staging.widgety.co.uk/api/cruises/V21367519041110.json" }, { "name": "Von Barbados nach Hamburg", "ref": "V21367519041119", "cruise": "https://staging.widgety.co.uk/api/cruises/V21367519041119.json" }, { "name": "Von Teneriffa nach Hamburg", "ref": "V2136751904219", "cruise": "https://staging.widgety.co.uk/api/cruises/V2136751904219.json" } ] }, { "title": "AIDAStella", "id": 902, "profile_image_href": "https://widgety-staging-assets.s3.amazonaws.com/2016/06/06/22/33/28/223/AIDA_Cruises_Logo_1.jpg", "cover_image_href": "https://widgety-staging-assets.s3.amazonaws.com/2016/06/17/09/49/30/181/AIDAstella.jpg", "href": "https://staging.widgety.co.uk/api/ships/aidastella.json", "html_href": "https://staging.widgety.co.uk/ships/aidastella", "ship_class": "", "size": "large", "style": "resort", "ship_type": "ocean", "imo": "9601132", "teaser": "AIDAStella is an Aida Clubship that offers a casual active lifestyle in open public areas furnished in a youthful style. AIDAStella passengers tend to be Youthful mixed ages and German speaking.
", "introduction": "AIDAStella is an Aida Clubship that offers a casual active lifestyle in open public areas furnished in a youthful style. AIDAStella passengers tend to be Youthful mixed ages and German speaking.
", "adults_only": "kids_allowed", "childrens_facilities": "available", "nursery": "none", "unique_feature": "", "smoking": "some", "video_url": "", "celebrity_ties": "", "gratuities": "", "ship_facts": { "launch_year": "2013", "refit_year": "", "language": "de+en", "gross_tonnage": 71304, "length": 253.26, "width": null, "currency": "EUR", "speed": 20, "capacity": 2700, "crew_count": 620, "deck_count": 12, "cabin_count": 1097, "large_cabin_count": null, "wheelchair_cabin_count": null }, "accommodation": { "intro": "", "video": "" }, "dining": { "intro": "", "video": "" }, "enrichment": { "intro": "", "video": "" }, "entertainment": { "intro": "", "video": "" }, "health_and_fitness": { "intro": "", "video": "" }, "kids_and_teens": { "intro": "", "video": "" }, "useful_to_know": { "video": "" }, "operator": { "name": "AIDA Cruises", "profile_image_href": "https://widgety-staging-assets.s3.amazonaws.com/2016/06/06/22/33/28/223/AIDA_Cruises_Logo_1.jpg", "cover_image_href": "https://widgety-staging-assets.s3.amazonaws.com/2016/06/07/16/16/35/361/AIDAblu.jpg" }, "accomodation_types": [], "deckplans": [], "dining_options": [], "enrichment_types": [], "entertainment_types": [], "health_fitness_types": [], "kid_teen_types": [], "useful_types": [], "cruises": [] }, { "title": "AIDAprima", "id": 866, "profile_image_href": "https://widgety-staging-assets.s3.amazonaws.com/2016/06/06/22/33/28/223/AIDA_Cruises_Logo_1.jpg", "cover_image_href": "https://widgety-staging-assets.s3.amazonaws.com/2016/06/06/22/33/29/101/AIDAprima.jpg", "href": "https://staging.widgety.co.uk/api/ships/aidaprima.json", "html_href": "https://staging.widgety.co.uk/ships/aidaprima", "ship_class": "", "size": "large", "style": "resort", "ship_type": "ocean", "imo": "9636955", "teaser": "Explore the world with the most beautiful smile of the seas! AIDAprima combines Cruising, Wellness Vacation, holidays and nature experience with all the amenities of a hotel. On board and ashore to discover every day a new holiday world. Look forward to culinary delights, entertainment of the highest class, unforgettable excursions and fantastic spa and fitness facilities.
", "introduction": "Explore the world with the most beautiful smile of the seas! AIDAprima combines Cruising, Wellness Vacation, holidays and nature experience with all the amenities of a hotel. On board and ashore to discover every day a new holiday world. Look forward to culinary delights, entertainment of the highest class, unforgettable excursions and fantastic spa and fitness facilities.
", "adults_only": "kids_allowed", "childrens_facilities": "available", "nursery": "none", "unique_feature": "", "smoking": "some", "video_url": "", "celebrity_ties": "Tim Malzer- German Celebrity Chef
", "gratuities": "All gratuities are included in the Cruise fare.
", "ship_facts": { "launch_year": "2016", "refit_year": "", "language": "de+en", "gross_tonnage": 124500, "length": 300, "width": 37.6, "currency": "EUR", "speed": 22, "capacity": 3300, "crew_count": 900, "deck_count": 15, "cabin_count": 1643, "large_cabin_count": null, "wheelchair_cabin_count": null }, "accommodation": { "intro": "Welcome to your home on the sea! Choose from up to 14 cabin varieties - from the inside cabin on Seascape, Verandas, and Lanaikabine up to the suite with extra space and more.
", "video": "" }, "dining": { "intro": "The new AIDAprima has a variety of dining options, featuring 13 restaurants and 18 bars. Prima has some classical dining options, including Bella Donna, Markt Restaurant and Fuego buffet family restaurant. Service restaurants such as Casa Nova and French Kiss offer Mediterranean and French cuisines respectively. Guests onboard can visit the AIDA cooking school and try the interactive cooking classes. The ship also features an exclusive Spray Bar which is spread across two decks and operated via pertnership with Moët & Chandon. The stern side features the Lanai Bar on Deck 8, and guests of Patio Bar on Deck 16 can enjoy the same view as ship's captain. Other bars include AIDAprima's nightclub Nightfly, M Bar, Tapas & Bar and club D6.
More information coming soon.
", "video": "" }, "entertainment": { "intro": "Your chocolate, your topping, your ice cream! In the first MAGNUM Pleasure Store on the sea, you can create your personal favorite ice - or try every day a different combination.
An exclusive stay, guests enjoy the spray bar by Möet & Chandon : The luxurious champagne bar with an outdoor area at the bow just above the waves is certainly the new gathering place. The famous Sundowner served in the Lanai Bar at the rear with a particularly romantic view of the sunset.
Other day: 14 cafes and bars as well as the AIDA Lounge for relaxed meetings with friends or celebrations
More information coming soon.
", "video": "" }, "useful_to_know": { "video": "" }, "operator": { "name": "AIDA Cruises", "profile_image_href": "https://widgety-staging-assets.s3.amazonaws.com/2016/06/06/22/33/28/223/AIDA_Cruises_Logo_1.jpg", "cover_image_href": "https://widgety-staging-assets.s3.amazonaws.com/2016/06/07/16/16/35/361/AIDAblu.jpg" }, "accomodation_types": [], "deckplans": [], "dining_options": [], "enrichment_types": [], "entertainment_types": [], "health_fitness_types": [], "kid_teen_types": [], "useful_types": [], "cruises": [] } ]Get all information about concrete ship.
:slug | string |
slug of the ship page |
|
include_cruises | boolean |
include the cruises section of the results |
Attribute | Type | Value |
---|---|---|
name | string | image name |
href | URL | link to image |
Attribute | Type | Value |
---|---|---|
floorplans | array | collection of image objects |
images | array | collection of image objects |
Attribute | Type | Value |
---|---|---|
images | array | collection of image objects |
Attribute | Type | Value |
---|---|---|
images | array | collection of image objects |
attachments | array | collection of attachment objects |
Attribute | Type | Value |
---|---|---|
images | array | collection of image objects |
attachments | array | collection of attachment objects |
Attribute | Type | Value |
---|---|---|
images | array | collection of image objects |
attachments | array | collection of attachment objects |
Attribute | Type | Value |
---|---|---|
images | array | collection of image objects |
attachments | array | collection of attachment objects |
Attribute | Type | Value |
---|---|---|
images | array | collection of image objects |
attachments | array | collection of attachment objects |
Attribute | Type | Value |
---|---|---|
images | array | collection of image objects |
attachments | array | collection of attachment objects |
Attribute | Type | Value |
---|---|---|
name | string | attachment name |
href | URL | link to attachment |
Attribute | Type | Value |
---|---|---|
name | string | image name |
href | URL | link to image |
{ "title": "Azamara Journey", "description": null, "video_url": "https://www.youtube.com/watch?v=HCcAy3hlU1s&list=UUDnmxpOKV6qLuNzldy89mKQ", "id": 9, "category": null, "profile_image_href": "https://widgety-assets.s3.amazonaws.com/2014/10/06/09/13/40/706/azamara_club_cruises_azamara_journey_discoveries_2013.jpg", "cover_image_href": "https://widgety-assets.s3.amazonaws.com/2014/10/06/09/13/05/574/azamara_cruises_azamara_journey_exterior_at_sea_side.jpg", "html_href": "https://www.widgety.co.uk/ships/azamara-journey", "attachments": [], "ship_class": "", "size": "small", "style": "premium", "ship_type": "ocean", "imo": "9200940", "teaser": "Offering a premium cruise experience ideally suited for couples and mature travellers, Azamara Journey provides a luxurious, comfortable and relaxing atmosphere
", "introduction": "Small enough that you won't feel lost, while still large enough that you won't run out of things to do or new people to meet, Azamara Journey provides a genial, club-like atmosphere with friendly staff, crew and passengers. Sailing to smaller ports larger ships cannot access, she provides a unique blend of longer stays, with more overnight port visits and tours, ideally suited to couples and mature travellers looking to fully explore each port of call without sacrificing onboard facilities.
", "adults_only": "no_kids", "childrens_facilities": "none", "nursery": "none", "unique_feature": "The unique offerings of Azamara are numerous. From butler service provided in every suite to immersive shore excursions designed to let guests become part of the fabric of life in each destination, instead of merely being an observer, service is key.
", "smoking": "some", "celebrity_ties": "", "gratuities": "Gratuities are included in the price of your fare.
", "ship_facts": { "launch_year": "2000", "refit_year": "2013", "language": "en-US", "gross_tonnage": 30277, "length": 180.0, "width": 25.0, "currency": "USD", "speed": 18, "capacity": 686, "crew_count": 408, "deck_count": 8, "cabin_count": null, "large_cabin_count": null, "wheelchair_cabin_count": null, "electrical_plugs" : { "types" : ["european"], "adapters_provided" : false } }, "accommodation": { "intro": "
Spa gratuities of 18% will be added to your bill.A range of suites and staterooms are available onboard Azamara Journey, each featuring a unique range of amenities and facilities. From private verandas and personal butler service to floor-to-ceiling sliding glass doors, Azamara offers a wide range of options.
", "video": "" }, "dining": { "intro": "Let Azamara satisfy your passion for fine cuisine while at sea. Prepared by renowned chefs, their culinary delights are made fresh, using only the finest ingredients.
", "video": "https://www.youtube.com/watch?v=w49yEK5BDEY&list=UUDnmxpOKV6qLuNzldy89mKQ" }, "enrichment": { "intro": "
From casual eateries serving a buffet of delights to their two speciality restaurants where each meal is a culinary masterpiece, there are delectable choices sure to please the most discerning of palates.
Enjoy indoor dining in the smoke-free environments or outdoor dining poolside. Aboard Azamara Club Cruises, the choice is yours.Azamara Club Cruises is now offering a great opportunity to enrich your onboard experience by introducing guest lecturers to our voyages. Considered experts in their respective fields, our carefully chosen speakers will share their vast knowledge on world-wide topics that range from politics to the environment, from tribal customs to ancient history. Attend one of the presentations and see what you can learn from the distinguished onboard guest speakers.
", "video": "" }, "entertainment": { "intro": "Whatever your interests, indulge them aboard Azamara. Enrich yourself with an informative lecture, shop leisurely in the boutiques, or add to your art collection (or start one) during an onboard art auction. Relax and take in a live show, or if you're feeling lucky, step into the casino. Their amazing array of entertainment options ensures there’s never a dull moment.
", "video": "" }, "health_and_fitness": { "intro": "If you’ve ever wished for a free week or two to reboot, this is it. Treat yourself to health, beauty and exotic massage treatments at the spa. Launch a new personal training regimen, give acupuncture a try, and relax with sunset yoga. A voyage is a great time to fit in all the things you never have time for at home. It’s also a great opportunity to try something new.
", "video": "" }, "kids_and_teens": { "intro": "
On Azamara you’ll be impressed by the array of complimentary onboard fitness and nutrition classes. Do something different every day of the week! For additional cost, you can also boost results with personal one-on-one instruction and services.There are no dedicated facilities for children or teens onboard Azamara Journey. Children are not advised.
", "video": "" }, "useful_to_know": { "video": "" }, "social_links": { "twitter": "http://twitter.com/AzamaraJourney", "facebook": "http://facebook.com/AzamaraClubCruises?rf=110029425693347", "website": "http://www.azamaraclubcruises.com/our-ships/explore-our-ships/azamara-journey" }, "operator": { "name": "Azamara Club Cruises", "profile_image_href": "https://widgety-assets.s3.amazonaws.com/2015/01/06/08/48/35/0/azamara_club_cruises_logo.jpg", "cover_image_href": "https://widgety-assets.s3.amazonaws.com/2014/10/06/09/20/28/714/azamara_club_cruises_azamara_quest_side_view.jpg" }, "unique_feature_images": [ { "name": "azamara club cruises azamara quest dinner 3.jpg", "href": "https://widgety-assets.s3.amazonaws.com/2014/10/06/09/20/23/529/azamara_club_cruises_azamara_quest_dinner_3.jpg" } ], "brochures": [], "accomodation_types": [ { "name": "Club World Owner's Suite", "description": "Each Club World Owner's Suite includes a separate living room, DVD/CD player, floor-to-ceiling sliding glass doors and a refrigerator with mini-bar. The master bedroom features two lower beds that convert into a queen size, dressing room with vanity, marble master bath with whirlpool tub and shower, guest bathroom, flat screen television and veranda.
", "stats": "
Amenities include English Butler service, priority check-in and departure, as well as unpacking and packing of luggage. A welcome sparking wine and fruit basket is provided, along with daily savouries between 4-6pm, en-suite afternoon tea service, en-suite dining from restaurant menus for breakfast, lunch and dinner. There is also the opportunity to book en-suite spa services, complimentary seating throughout the voyage in speciality dining restaurants, along with one bottle of vodka and one bottle of whiskey.Stateroom: 560 square feet
", "grade_codes" : [ "IA", "IC", "IE" ], "facilities" : [ "facility" ], "accessible_cabin" : true, "accom_stats" : { "type" : "balcony", "min_occupancy" : 321, "max_occupancy" : 112312, "min_size" : 1, "max_size" : 1 }, "floorplans": [], "images": [ { "name": "azamara club cruises azamara quest owners suite.jpg", "href": "https://widgety-assets.s3.amazonaws.com/2014/10/06/09/16/31/536/azamara_club_cruises_azamara_quest_owners_suite.jpg" } ] }, { "name": "Club Ocean Suite", "description": "
Veranda: 233 square feetEach Club Ocean Suite includes a separate living room, DVD/CD player, floor-to-ceiling sliding glass doors and a refrigerator with mini-bar. The master bedroom features two lower beds that convert into a queen size, dressing room with vanity, marble master bath with whirlpool tub and shower, guest bathroom, flat screen television and veranda.
", "stats": "
Amenities include 24-hour room service, a welcome fruit basket at embarkation, fresh-cut flowers, tote bag, turndown treats and daily news bulletin. Complimentary shoe shine service, use of umbrella and binoculars also available.Stateroom: 440-501 square feet
", "grade_codes" : [ "IA", "IC", "IE" ], "facilities" : [ "facility" ], "accessible_cabin" : true, "accom_stats" : { "type" : "balcony", "min_occupancy" : 321, "max_occupancy" : 112312, "min_size" : 1, "max_size" : 1 }, "floorplans": [], "images": [ { "name": "azamara club cruises azamara journey club ocean suite.jpg", "href": "https://widgety-assets.s3.amazonaws.com/2014/10/06/09/55/40/197/azamara_club_cruises_azamara_journey_club_ocean_suite.jpg" } ] }, { "name": "Club Continent Suite", "description": "
Veranda: 233 square feetEach Club Continent Suite includes two lower beds that convert into a queen size bed, floor-to-ceiling sliding glass doors, a veranda, flat screen television, sitting area with sofa bed, bath tub, refrigerator with mini-bar, direct dial telephone with voice mail, in-room safe and hand-held hair dryer. A thermostat-controller air conditioner, CD/DVD player, and desk are also included.
", "stats": "
Amenities include 24-hour room service, a welcome fruit basket at embarkation, fresh-cut flowers, tote bag, turndown treats and daily news bulletin. Complimentary shoe shine service, use of umbrella and binoculars also available.Stateroom: 266 square feet
", "grade_codes" : [ "IA", "IC", "IE" ], "facilities" : [ "facility" ], "accessible_cabin" : true, "accom_stats" : { "type" : "balcony", "min_occupancy" : 321, "max_occupancy" : 112312, "min_size" : 1, "max_size" : 1 }, "floorplans": [], "images": [ { "name": "azamara club cruises azamara journey club continent suite.jpg", "href": "https://widgety-assets.s3.amazonaws.com/2014/10/06/09/55/39/719/azamara_club_cruises_azamara_journey_club_continent_suite.jpg" } ] }, { "name": "Club Deluxe Veranda Stateroom", "description": "
Veranda: 60 square feetEach Club Deluxe Veranda Stateroom includes two lower beds that convert into a queen size bed, floor-to-ceiling sliding glass doors, a veranda, flat screen television, sitting area, refrigerator with mini-bar, direct dial telephone with voice mail, in-room safe and hand-held hair dryer. A thermostat-controller air conditioner and desk are also included.
", "stats": "
Amenities include 24-hour room service, a welcome fruit basket at embarkation, fresh-cut flowers, tote bag, turndown treats and daily news bulletin. Complimentary shoe shine service, use of umbrella and binoculars also available.Stateroom: 175 square feet
", "grade_codes" : [ "IA", "IC", "IE" ], "facilities" : [ "facility" ], "accessible_cabin" : true, "accom_stats" : { "type" : "balcony", "min_occupancy" : 321, "max_occupancy" : 112312, "min_size" : 1, "max_size" : 1 }, "floorplans": [], "images": [] }, { "name": "Club Veranda Stateroom", "description": "
Veranda: 46-64 square feetEach Club Veranda Stateroom includes two lower beds that convert into a queen size bed, floor-to-ceiling sliding glass doors, a veranda, flat screen television, refrigerator with mini-bar, direct dial telephone with voice mail, in-room safe and hand-held hair dryer. A thermostat-controller air conditioner and desk are also included.
", "stats": "
Amenities include 24-hour room service, a welcome fruit basket at embarkation, fresh-cut flowers, tote bag, turndown treats and daily news bulletin. Complimentary shoe shine service, use of umbrella and binoculars also available.Stateroom: 175 square feet
", "grade_codes" : [ "IA", "IC", "IE" ], "facilities" : [ "facility" ], "accessible_cabin" : true, "accom_stats" : { "type" : "balcony", "min_occupancy" : 321, "max_occupancy" : 112312, "min_size" : 1, "max_size" : 1 }, "floorplans": [], "images": [ { "name": "azamara club cruises azamara journey veranda stateroom.jpg", "href": "https://widgety-assets.s3.amazonaws.com/2014/10/06/09/55/42/41/azamara_club_cruises_azamara_journey_veranda_stateroom.jpg" } ] }, { "name": "Club Oceanview Stateroom", "description": "
Veranda: 40 square feetEach Club Oceanview Stateroom includes two lower beds that convert into a queen size bed, a flat screen television, refrigerator with mini-bar, direct dial telephone with voice mail, in-room safe and hand-held hair dryer. A thermostat-controller air conditioner and desk are also included.
", "stats": "
Amenities include 24-hour room service, a welcome fruit basket at embarkation, fresh-cut flowers, tote bag, turndown treats and daily news bulletin. Complimentary shoe shine service, use of umbrella and binoculars also available.143-170 square feet
", "grade_codes" : [ "IA", "IC", "IE" ], "facilities" : [ "facility" ], "accessible_cabin" : true, "accom_stats" : { "type" : "balcony", "min_occupancy" : 321, "max_occupancy" : 112312, "min_size" : 1, "max_size" : 1 }, "floorplans": [], "images": [ { "name": "azamara club cruises azamara journey ocean view stateroom.jpg", "href": "https://widgety-assets.s3.amazonaws.com/2014/10/06/09/55/42/288/azamara_club_cruises_azamara_journey_ocean_view_stateroom.jpg" } ] }, { "name": "Club Interior Stateroom", "description": "Each Club Interior Stateroom includes two lower beds that convert into a queen size bed, a flat screen television, refrigerator with mini-bar, direct dial telephone with voice mail, in-room safe and hand-held hair dryer. A thermostat-controller air conditioner and desk are also included.
", "stats": "
Amenities include 24-hour room service, a welcome fruit basket at embarkation, fresh-cut flowers, tote bag, turndown treats and daily news bulletin. Complimentary shoe shine service, use of umbrella and binoculars also available.158 square feet
", "grade_codes" : [ "IA", "IC", "IE" ], "facilities" : [ "facility" ], "accessible_cabin" : true, "accom_stats" : { "type" : "balcony", "min_occupancy" : 321, "max_occupancy" : 112312, "min_size" : 1, "max_size" : 1 }, "floorplans": [], "images": [ { "name": "azamara club cruises azamara journey interior staterrom.jpg", "href": "https://widgety-assets.s3.amazonaws.com/2014/10/06/09/55/41/262/azamara_club_cruises_azamara_journey_interior_staterrom.jpg" } ] } ], "deckplans": [ { "name": "Deck 3", "description": "Club Oceanview Staterooms and Club Oceanview Wheelchair Accessible Staterooms.
", "images": [ { "name": "azamara club cruises azamara journey deck 3 2014.jpg", "href": "https://widgety-assets.s3.amazonaws.com/2014/10/06/09/25/34/718/azamara_club_cruises_azamara_journey_deck_3_2014.jpg" } ] }, { "name": "Deck 4", "description": "Club Ocean View Staterooms, Club Interior Staterooms, Club Interior Wheelchair Accessible Staterooms, Guest Relations, Concierge Desk and La Boutique.
", "images": [ { "name": "azamara club cruises azamara journey deck 4 2014.jpg", "href": "https://widgety-assets.s3.amazonaws.com/2014/10/06/09/25/34/19/azamara_club_cruises_azamara_journey_deck_4_2014.jpg" } ] }, { "name": "Deck 5", "description": "Cabaret Lounge, Casino Luxe, Casino Bar, The Journey Shop, Indulgences, Mosaic Cafe, Discoveries Lounge and Discoveries Restaurant.
", "images": [ { "name": "azamara club cruises azamara journey deck 5 2014.jpg", "href": "https://widgety-assets.s3.amazonaws.com/2014/10/06/09/25/34/732/azamara_club_cruises_azamara_journey_deck_5_2014.jpg" } ] }, { "name": "Deck 6", "description": "Club Deluxe Balcony Staterooms, Club Ocean Suites, Club World Owner's Suites, Club Oceanview Staterooms and Club Balcony Staterooms.
", "images": [ { "name": "azamara club cruises azamara journey deck 6 2014.jpg", "href": "https://widgety-assets.s3.amazonaws.com/2014/10/06/09/25/34/334/azamara_club_cruises_azamara_journey_deck_6_2014.jpg" } ] }, { "name": "Deck 7", "description": "Club Deluxe Balcony Staterooms, Club Ocean Suites, Club World Owner's Suites, Club Oceanview Staterooms, Club Balcony Staterooms and Club Interior Staterooms.
", "images": [ { "name": "azamara club cruises azamara journey deck 7 2014.jpg", "href": "https://widgety-assets.s3.amazonaws.com/2014/10/06/09/25/35/784/azamara_club_cruises_azamara_journey_deck_7_2014.jpg" } ] }, { "name": "Deck 8", "description": "Club Deluxe Balcony Staterooms, Club Continent Suites, Club World Owner's Suites, Club Deluxe Balcony Staterooms and Club Interior Stateroom.
", "images": [ { "name": "azamara club cruises azamara journey deck 8 2014.jpg", "href": "https://widgety-assets.s3.amazonaws.com/2014/10/06/09/25/35/64/azamara_club_cruises_azamara_journey_deck_8_2014.jpg" } ] }, { "name": "Deck 9", "description": "Thalassotherapy Pool, Hair Salon, Spa, Gym, Connections, Pool Bar, Pool, Pool Grill, Windows Cafe, Sunset Bar and Designated Smoking Area.
", "images": [ { "name": "azamara club cruises azamara journey deck 9 2014.jpg", "href": "https://widgety-assets.s3.amazonaws.com/2014/10/06/09/25/35/79/azamara_club_cruises_azamara_journey_deck_9_2014.jpg" } ] }, { "name": "Deck 10", "description": "Looking Glass, Jogging Track, The Drawing Room and Aqualina Speciality Dining.
", "images": [ { "name": "azamara club cruises azamara journey deck 10 2014.jpg", "href": "https://widgety-assets.s3.amazonaws.com/2014/10/06/09/25/36/4/azamara_club_cruises_azamara_journey_deck_10_2014.jpg" } ] }, { "name": "Deck 11", "description": "Sun Deck and Shuffle Board.
", "images": [ { "name": "azamara club cruises azamara journey deck 11 2014.jpg", "href": "https://widgety-assets.s3.amazonaws.com/2014/10/06/09/25/36/889/azamara_club_cruises_azamara_journey_deck_11_2014.jpg" } ] } ], "dining_options": [ { "name": "Aqualina", "experience": "cover", "food": "fusion", "description": "Inspired by the coastal cuisines of Italy, Greece, France, Spain, and northern Africa, one could best describe the fare of Aqualina as a grand fusion of Mediterranean flavours. Savour dishes drawn from the abundance of the region’s seas, simply prepared yet exceedingly delicious. The atmosphere is every bit as tasteful, with accents of silver, cream and blue, all surrounded by breathtaking ocean views. Start with seafood bouillabaisse or wild mushrooms with parmesan and white truffle cream before you enjoy the seafood paella with saffron couscous, or rack of lamb. Be sure to save room for Grand Marnier soufflé or crème brûlée.
", "images": [], "attachments": [] }, { "name": "Prime C", "experience": "cover", "food": "surf_turf", "description": "
Speciality dining is complimentary for suite guests. For stateroom guests, a $25 per person cover charge applies.Amid the glorious dark woods, warm lighting and soft leather chairs at Prime C, you will find tender cuts of prime beef—cooked to perfection—and fresh seafood that have been transformed into epicurean works of art. The sauces and garni are bold and innovative. The floor-to-ceiling ocean views, magnificent. Relax, sip your favourite wine and enjoy a dining experience that's sure to exceed your expectations, every time. The menu includes starters such as crab cakes with remoulade and lobster bisque, and a variety of other entrée choices: lamb, pork, veal chops, and game hens. Indulge in the famous mini cinnamon-sugar donuts with a trio of dipping sauces.
", "images": [], "attachments": [] }, { "name": "The Wine Cellar", "experience": "cover", "food": "wine", "description": "
Speciality dining is complimentary for suite guests. For stateroom guests, a $25 per person cover charge applies.From France to California, and Argentina to South Africa, the Azamara Wine Cellar will delight your palate with an 8,000-bottle collection of limited production, small label and rare vintage wines. The knowledgeable sommeliers will help you pick the perfect wines for your evening meal. And be sure to look to the daily onboard news for Wine Corner gatherings in the Mosaic Cafe, when you can discover and sip new wines with the sommelier’s guidance.
", "images": [], "attachments": [] }, { "name": "Discoveries Restaurant", "experience": "complimentary", "food": "classic", "description": "
Arrange your own private dinner or wine-tasting in The Wine Cellar.Discoveries Restaurant is a hands-down favourite for an elegant yet lively dining scene. Serving all the classic dinner selections, they've added a deliciously different twist to each, such as drunken shrimp linguini with ancho chili-tequila sauce and filet mignon with black truffle sauce. Reservations are not accepted, and you have the choice of being seated at a table for two or as part of a larger group of fellow guests (a great way to meet new people). The Discoveries Bar is also a great gathering spot for drinks before or after dinner.
", "images": [ { "name": "azamara club cruises azamara quest discoveries.jpg", "href": "https://widgety-assets.s3.amazonaws.com/2014/10/06/09/20/24/443/azamara_club_cruises_azamara_quest_discoveries.jpg" } ], "attachments": [] }, { "name": "Windows Café", "experience": "complimentary", "food": "buffet", "description": "Enjoy the same world-class cuisine Azamara is known for in a more relaxed environment. Take in the fresh breeze at an outdoor table in Windows Café, the casual buffet offering made-to-order breakfasts and a large variety of lunch and dinner options. Choices change daily and include fresh sushi, stir-fries and pastas, salads, smoked lox and other cold fish, a carving station and sumptuous desserts.
", "images": [], "attachments": [] }, { "name": "Pool Grill", "experience": "complimentary", "food": "bbq", "description": "
There’s more: Don’t miss the buffets! Indian, Mexican, Spanish, Italian, and other regional cuisine. Azamara's international crew takes pride in their native cuisine and it shows.Let your cravings go wild. Order up a pizza of your choice. Grab a burger and fries, pasta dish, made-to-order fish-kabobs, or salads in a relaxed, poolside environment. Serving lunch and dinner.
", "images": [], "attachments": [] }, { "name": "Mosaic Cafe", "experience": "complimentary", "food": "cafe", "description": "Sink into a comfortable chair at the Mosaic Café. Relax and enjoy an espresso or hot tea with fresh biscotti, tea sandwiches or scones—on the house, of course. Featuring liqueurs, chocolates, and fresh European pastries, this jewel offers a scrumptious taste of decadence. Centrally located on deck five, the Mosaic's congenial service and atmosphere make it a favourite gathering spot for conversation, cards and trivia games.
", "images": [], "attachments": [] }, { "name": "Looking Glass", "experience": "snacks", "food": "cafe", "description": "Mid-afternoon is teatime in the Looking Glass Lounge. Refresh yourself with elegant pastries, handmade tea sandwiches, and tea or champagne while enjoying the beautiful views.
", "images": [], "attachments": [] }, { "name": "Room Service", "experience": "cover", "food": "room", "description": "The best time for room service? Whenever you say it is, 24-hours a day. Order from the full breakfast menu between 6.30 am and 10.00 am, and it will be delivered to you at your appointed time. Lunch and dinner room service features a menu of hearty soups, fresh salads, gourmet sandwiches, pizzas and desserts.
", "images": [], "attachments": [] } ], "enrichment_types": [ { "name": "Enrichment Programs & Classes", "description": "Azamara's onboard Enrichment Programs are chock-full of knowledge, know-how, and unexpected fun. Each sailing, Azamara Club Cruises invites a destination expert to enlighten guests in a wide variety of topics, including history, culture, art, food and etiquette, natural sciences, marine wildlife, maritime history.
", "types" : ["lecture"], "images": [] } ], "entertainment_types": [ { "name": "Mind Exercise", "description": "
Programs include seminars and lectures, port-of-call lectures, Land Discoveries seminars, wine tastings and culinary demonstrations.Put your mind to good use and join us for brain teasers, trivia contests, movie theme songs, TV tunes and more.
", "types" : [], "images": [], "attachments": [] }, { "name": "Game Show", "description": "Come relive your favourite games show with Azamara. They'll also introduce you to the all-new \"original\" entertainment game show, \"Star Struck,\" featuring movies and music of your generation.
", "types" : [], "images": [], "attachments": [] }, { "name": "Social Fun Fitness", "description": "Have fun and get a little bit of exercise as well with a line-up of onboard activities. It's also a wonderful way to meet your fellow travellers.
", "types" : [], "images": [], "attachments": [] }, { "name": "Shows", "description": "Their showcase theatre features a talented cast of singers performing some of the hottest shows at sea, as well as a host of variety entertainers that will make sure your cruise isn't just a relaxing one, but an entertaining one as well. Best of all, no matter where you choose to sit in this comfortable cabaret, you'll enjoy an excellent view and incomparable service
", "types" : ["shows"], "images": [ { "name": "azamara club cruises azamara quest entertainment 1.jpg", "href": "https://widgety-assets.s3.amazonaws.com/2014/10/06/09/20/25/177/azamara_club_cruises_azamara_quest_entertainment_1.jpg" } ], "attachments": [] }, { "name": "Mosaic Cafe and Mosaic@Night", "description": "This centrally located coffee and tea bar is a favourite onboard hub, and chances are you’ll find yourself here frequently. Want to grab a quick bite before heading off the ship in the morning? Head by the Mosaic for a steaming latte and fresh baked baby quiches (very addictive). In the afternoon the Mosaic Café attracts friendly competitors for trivia and board games and teatime sandwiches, sweets, and savoury bites. And after dinner, Mosaic@Night is a great place to socialise while enjoying live music and a selection of fine liqueurs.
", "types" : [], "images": [], "attachments": [] }, { "name": "Discoveries Lounge", "description": "Located just outside Azamara’s main restaurant, this congenial bar is a favourite gathering place for pre- and post-dinner conversation and drinks. Bar service includes a full selection of fine wines, mixed drinks, and premium spirits… plus the entertaining banter of Azamara’s friendly bartenders.
", "types" : [], "images": [ { "name": "azamara club cruises discoveries 2013.jpg", "href": "https://widgety-assets.s3.amazonaws.com/2014/09/23/15/42/13/950/azamara_club_cruises_discoveries_2013.jpg" } ], "attachments": [] }, { "name": "Looking Glass Lounge", "description": "Floor-to-ceiling views and Murano glass lighting set the mood for this elegant evening club featuring live music or DJs spinning favourite hits. Head to the dance floor, or settle in at the beautiful bar. (You’ll be impressed by the bartenders’ mixology skills.) Occasionally the Looking Glass features special local dance and musical troupe performances. This venue also plays host to culinary classes and other onboard demonstrations.
", "types" : [], "images": [], "attachments": [] }, { "name": "Cabaret Lounge", "description": "Enjoy live performances of professional full-stage musical revues, classical soloists, bands and other entertainment in a cabaret night club with full bar and cosy tables. You could see as many as three distinctly different shows while aboard, and get transported to another world. Soft, comfortable seating and Azamara-style cocktail service highlight this elegant showroom.
", "types" : [], "images": [ { "name": "azamara club cruises azamara journey cabaret theatre 2013.jpg", "href": "https://widgety-assets.s3.amazonaws.com/2014/10/06/09/13/39/879/azamara_club_cruises_azamara_journey_cabaret_theatre_2013.jpg" } ], "attachments": [] }, { "name": "Casino Luxe", "description": "Test your skill, or prove to your shipmates that Lady Luck stands by your side. The Casino will keep you entertained with blackjack, roulette, slot machines, and three-card poker games. Group and individual gaming lessons are offered at no charge—a great way to learn gaming strategy! With European-style ambience and captivating sights and sounds, our casinos offer excitement for experienced high rollers and those trying their luck for the first time. And for the sports fans, the Casino features a flat-screen TV and full bar, making it a very pleasant place to keep up with your favourite teams. The Casino accepts payment by key card, cash, credit card, travellers cheques and foreign currency.
", "types" : [], "images": [], "attachments": [] }, { "name": "Shopping", "description": "You’ll find a tasteful collection of merchandise, beautiful jewellery and watches—and the promise of discovery and delight—in Azamara's signature shops. Window shop or select gifts for friends and family. Then, indulge yourself as you encounter the ideal memento of your truly extraordinary luxury cruise experience. Watch your daily news for specials and one-time offers that make shopping even more fun.
", "types" : [], "images": [], "attachments": [] }, { "name": "Art Auctions", "description": "
Stores include The Journey/Quest Shop, Indulgences, La Boutique and The Photo Shop.It's your appreciation for the finer things that sets you apart. And aboard Azamara Club Cruises, you will be rewarded with culturally enriching experiences at every turn. Throughout the ship, you'll find museum-quality artwork on display by masters like Chagall, Dali and Lichtenstein. During the onboard art auction, you can sip champagne and add to your already impressive collection… or begin one.
", "types" : [], "images": [], "attachments": [] } ], "health_fitness_types": [ { "name": "The Spa", "description": "Staffed by professional aestheticians and therapists, the Azamara Spa is an oasis of tranquility. Choose from an extensive menu of services including Thalassotherapy baths, facial glow, massage therapy, body sculpting, teeth whitening and spa rituals.
", "types" : ["spa"], "images": [], "attachments": [] }, { "name": "The Salon", "description": "
Spa services can be purchased a la carte or in specially priced packages. Reservations are required for most services, and slots quickly fill up, so please plan ahead. Please note that an 18% gratuity will be added to your folio for all spa treatments.The Salon offers a menu of professional services for men and women, including hair styling, cuts, highlighting and colour correction, manicures and pedicures.
", "types" : [], "images": [], "attachments": [] }, { "name": "Fitness Centre & Personal Training", "description": "The secret to maintaining vitality? Exercise more. Many Azamara guests are eager to do just that, and they make it easy with complimentary group classes like sunset yoga on the deck, Pilates, cycling, core workouts, and nutrition classes. If classes aren't for you, head to the Fitness Centre. Filled with lifecycles, treadmills, stair-steppers and weights, work out at your own pace whilst enjoying spectacular ocean views.
", "types" : [], "images": [ { "name": "azamara club cruises azamara quest gym 1.jpg", "href": "https://widgety-assets.s3.amazonaws.com/2014/10/06/09/20/27/721/azamara_club_cruises_azamara_quest_gym_1.jpg" } ], "attachments": [] }, { "name": "Acupuncture", "description": "A voyage is a great time to experience the benefits of this ancient Chinese system of healing. Acupuncture strengthens the immune system, fights disease and controls pain while dissolving accumulated stress and restoring the body's natural balance and energy.
", "types" : [], "images": [], "attachments": [] } ], "kid_teen_types": [], "useful_types": [ { "name": "Special Dietary Requirements", "description": "
Azamara’s acupuncturists are experienced practitioners licensed by the National Certification Commission for Acupuncture and Chinese Medicine. A variety of treatments are available for pain management, smoking cessation, weight loss, stress reduction and more. After just one session, you may notice immediate benefits in circulation, heart, stomach, skin and mood.With advanced notice, Azamara can accommodate most special dietary needs. Requests must be submitted in writing no later than 40 days prior to US sailings, and 80 days before all other sailings. Standard kosher-style menus are available on all voyages.
", "types" : [], "images": [], "attachments": [] }, { "name": "Dress Code", "description": "Guests are encouraged to follow a 'resort casual' dress code, following good taste and common sense. Bare feet, tank tops, baseball caps, swim wear, shorts and jeans are not allowed in the main dining room or speciality restaurants. When dining at Windows Café, guests must wear footwear and a cover-up or shirt.
", "types" : [], "images": [], "attachments": [] }, { "name": "Drinks Packages", "description": "
In Price C, Aqualina and Discoveries Restaurant, many guests enjoy dressing up, but formal evening wear (tuxedos and gowns) is not expected. Sports coats or suit is recommended for men, while dresses, blouses with capris or skirts, or other appropriate attire is advised.Azamara Club Cruises are proud to be more inclusive, offering guests a selection of complimentary spirits, international beers, cocktails and wines in dining rooms and bars. A range of value-priced beverage packages are on offer for guests who enjoy premium brands, including speciality beers, San Pellegrino water and Glenfiddich whisky.
", "types" : [], "images": [], "attachments": [] }, { "name": "Internet Packages", "description": "
Packages available include Liquor, Wine, Beer and Water, allowing guests to save up to 25%.Keep in contact with family, friends and business associates at home while on your Azamara voyage with the Internet packages, available for purchase during the first two days of your voyage. While aboard, connect via your personal laptop, tablet, smartphone or other device. Or log on at one of the eConnections workstations aboard. Due to the nature of Internet access at sea, service interruptions may occur.
", "types" : [], "images": [], "attachments": [] }, { "name": "Smoking Policy", "description": "
Onboard Internet access is available 24 hours a day in eConnections (Deck Nine), from the day of departure until 6:00 AM on debarkation day. WiFi is also available throughout the ship. To take advantage of WiFi service, bring your own laptop, which must be equipped with a wireless network card.
Packages ranging from 15-235 minutes are available.Each of Azamaras ships have a designated smoking area, located on the starboard forward section of the pool deck. This area is clearly marked. All other areas of the ship are non-smoking, including public rooms, restaurants, pool decks, staterooms and squires, verandas and halls. A non-smoking policy also applies to all components of the land portions of Azamara Cruisetours, unless specifically stated otherwise by the tour operator. This includes electronic cigarettes.
", "types" : [], "images": [], "attachments": [] }, { "name": "Age Restrictions", "description": "The minimum drinking age for all alcoholic beverages on all Azamara ships is 21. On European and South American sailings where the legal drinking age is 18, a parent sailing with children aged between 18 and 20 may sign a waiver allowing them to consume alcoholic beverages.
", "types" : [], "images": [], "attachments": [] } ] }
You can switch to Widgety API version 2 by adding api_version=2
to Accept
HTTP header. So it will look like Accept: application/json;api_version=2
Making a request for Cruises filters can be used to narrow down the returned number of Cruises. The filter is set by adding the attribute to be filtered by as an argument to the query string.
start_from | string |
filter by name of port where cruise starts. |
|||||
visit_port | string |
filter by name of visited ports |
|||||
operator | string |
filter by Operator ids |
|||||
length | integer |
filter by vacation days number |
|||||
start_date_range_beginning | date_time |
find cruises with start date greater or equal that date specified |
|||||
start_date_range_end | date_time |
find cruises with start date less or equal that date specified |
|||||
ship_name | string |
filter by name of ship, non-case sensitive |
|||||
charter | string |
|
|||||
cruise_type | enumerated |
filter by type
|
|||||
s | string |
set sort order e.g. 'starts_on asc' |
Attribute | Type | Value |
---|---|---|
_links | object | contains the query strings for the first, last, previous, next, and current page |
count | int | specifies the number of operators shown on current page |
total | int | specifies the total number of operators |
cruises | array | an array of returned cruise objects |
Attribute | Type | Value |
---|---|---|
ref | string | the ID reference of the cruise |
rating | string | rating class for the cruise |
name | string | name of the cruise |
starts_on | date_time | starting date |
regions | array | cruise region names |
ship_type | string | ship type |
cruise_type | array | keywords for cruise type |
vacation_days | int | total number of days for vacation |
fly_in | string | fly in location |
fly_in_day | int | day index for fly in |
fly_out | string | fly out location |
fly_out_day | int | day index for fly out |
hotel_nights | int | number of nights in a hotel |
stay_at | string | stay at location |
cruise_nights | int | number of nights on the cruise |
post_cruise | int | number of days after cruise |
stay_post | string | post cruise location |
travel_type | string | type of travel |
vendor_id | string | vendor's cruise id |
cruise_theme | string | cruise theme |
description | string | cruise description |
starts_at | string | start place description |
ends_at | string | end place description |
ends_on | string | date in '2017-05-21T00:00:00.000+01:00' like format |
official_link | string | string with url to vendor's site |
charter | boolean | indicates if cruise is charter |
ship | URL | endpoint for details of the ship |
ship_title | string | title of the ship |
operator | URL | endpoint for details of the operator |
operator_title | string | title of the operator |
arrives_on | date_time | if you specify visit_port param this field will contain arrival time for specified port |
airports | array | list of airports from fare sets |
fly_cruise_price | string | cheapest available price including flights |
cruise_only_price | string | cheapest available cruise only price |
inside_price | string | cheapest available inside cabin price |
outside_price | string | cheapest available outside cabin price |
balcony_price | string | cheapest available balcony cabin price |
suite_price | string | cheapest available suite price |
fare_sets | array | array of fare_sets, see doc below |
Attribute | Type | Value |
---|---|---|
name | string | fare set name, overwritten for clarity whenever for possible |
description | string | description of the fare set whenever possible |
port_charge | int | port charge |
fares | array | list of fares for current FareSet, see doc below for details |
airport | string | airport name |
Attribute | Type | Value |
---|---|---|
grade_code | string | Official grade code for this cabin. This field can be linked with the 'grade_code' array in the ships/get request for each accommodation types. |
grade_name | string | grade name |
price | int | port charge |
price_3_4_pax | int | 3_4 price |
price_2nd_pax | int | price for the second passenger should it differ from the price of the first. This field is hidden when not applicable. Click here to learn more. |
price_single | int | price for a single passenger. This field is hidden when not applicable. |
flight_price | int | cost of flight |
flight_3_4_pax | int | cost of flight for any additional third or fourth passenger |
packaged_price | int | full cost of the cruise (cabin + flight). This field is only available when we are unable to provide distinct amounts for the cabin and the flight. |
availability | string | can be either ["available, "closed", "wait_list"] |
non_comm_charges | int | extra charges |
{ "_links": { "first": { "href": "http://staging-2.widgety.widgety.uk0.bigv.io/api/cruises.json?app_id=087c57b15f6e52098e2ad181db0e11d291170919&page=1&token=e7010e6e34678c265b55983d35a33e09c4de68b2776e1363e22cb6259342c9ce" }, "previous": null, "self": { "href": "http://staging-2.widgety.widgety.uk0.bigv.io/api/cruises.json?app_id=087c57b15f6e52098e2ad181db0e11d291170919&page=1&token=e7010e6e34678c265b55983d35a33e09c4de68b2776e1363e22cb6259342c9ce" }, "next": { "href": "http://staging-2.widgety.widgety.uk0.bigv.io/api/cruises.json?app_id=087c57b15f6e52098e2ad181db0e11d291170919&page=2&token=e7010e6e34678c265b55983d35a33e09c4de68b2776e1363e22cb6259342c9ce" }, "last": { "href": "http://staging-2.widgety.widgety.uk0.bigv.io/api/cruises.json?app_id=087c57b15f6e52098e2ad181db0e11d291170919&page=1271&token=e7010e6e34678c265b55983d35a33e09c4de68b2776e1363e22cb6259342c9ce" } }, "count": 25, "total": 31759, "cruises": [ { "ref": 13823849, "vendor_id": "7M05R", "cruise_nights": 9, "cruise_theme": null, "cruise_type": "river", "description": "Round-trip Vienna", "ends_at": "Vienna, Austria", "ends_on": "2017-05-23T00:00:00.000+01:00", "fly_in": "Vienna, Austria", "fly_in_day": null, "fly_out": "Vienna, Austria", "fly_out_day": null, "hotel_nights": null, "name": "Treasures of the Danube", "official_link": "http://www.crystalcruises.com/river-cruises/round-trip-vienna--7M05R", "post_cruise": null, "rating": "Ultra Luxury", "regions": [ "Alaska" ], "starts_at": "Vienna, Austria", "starts_on": "2017-05-13T00:00:00.000+01:00", "stay_at": null, "stay_post": null, "travel_type": null, "vacation_days": 10, "arrives_on": null, "ship": "http://staging-2.widgety.widgety.uk0.bigv.io/api/ships/crystal-mozart.json", "ship_title": "Crystal Mozart", "operator": "http://staging-2.widgety.widgety.uk0.bigv.io/api/operators/crystal-cruises.json", "operator_title": "Crystal Cruises", "is_charter": false, "airports": [ "UK International" ], "fare_sets": [ { "name": "Brochure Fare", "port_charge": 250, "airport": "UK International", "fares": [ { "grade_code": "W2", "grade_name": "Deluxe River Suite", "price": 10400, "price_3_4_pax": null, "availability": null, "non_comm_charges": null }, { "grade_code": "W1", "grade_name": "Deluxe River Suite", "price": 10920, "price_3_4_pax": null, "availability": null, "non_comm_charges": null }, { "grade_code": "S2", "grade_name": "River Suite", "price": 12480, "price_3_4_pax": null, "availability": null, "non_comm_charges": null }, { "grade_code": "S1", "grade_name": "River Suite", "price": 13230, "price_3_4_pax": null, "availability": null, "non_comm_charges": null }, { "grade_code": "PH", "grade_name": "River Penthouse", "price": 22700, "price_3_4_pax": null, "availability": null, "non_comm_charges": null }, { "grade_code": "PS", "grade_name": "River Penthouse", "price": 39540, "price_3_4_pax": null, "availability": null, "non_comm_charges": null }, { "grade_code": "CS", "grade_name": "River Crystal Suite", "price": 52770, "price_3_4_pax": null, "availability": null, "non_comm_charges": null } ] }, { "name": "2-for-1 Fare Per Person", "port_charge": 250, "airport": null, "fares": [ { "grade_code": "W2", "grade_name": "Deluxe River Suite", "price": 5200, "price_3_4_pax": null, "availability": null, "non_comm_charges": null }, { "grade_code": "W1", "grade_name": "Deluxe River Suite", "price": 5460, "price_3_4_pax": null, "availability": null, "non_comm_charges": null }, { "grade_code": "S2", "grade_name": "River Suite", "price": 6240, "price_3_4_pax": null, "availability": null, "non_comm_charges": null }, { "grade_code": "S1", "grade_name": "River Suite", "price": 6615, "price_3_4_pax": null, "availability": null, "non_comm_charges": null }, { "grade_code": "PH", "grade_name": "River Penthouse", "price": 11350, "price_3_4_pax": null, "availability": null, "non_comm_charges": null }, { "grade_code": "PS", "grade_name": "River Penthouse", "price": 19770, "price_3_4_pax": null, "availability": null, "non_comm_charges": null }, { "grade_code": "CS", "grade_name": "River Crystal Suite", "price": 26385, "price_3_4_pax": null, "availability": null, "non_comm_charges": null } ] } ] }, { "ref": 13823850, "vendor_id": "7619-7620", "cruise_nights": 13, "cruise_theme": null, "cruise_type": "ocean", "description": "Round-trip Dubrovnik", "ends_at": "Dubrovnik, Croatia", "ends_on": "2017-05-28T00:00:00.000+01:00", "fly_in": "Dubrovnik, Croatia", "fly_in_day": null, "fly_out": "Dubrovnik, Croatia", "fly_out_day": null, "hotel_nights": null, "name": "Crystal Yacht Expedition Cruises ", "official_link": "http://www.crystalcruises.com/mediterranean-cruises/round-trip-dubrovnik--7619-7620", "post_cruise": null, "rating": "Ultra Luxury", "regions": [ "Alaska" ], "starts_at": "Dubrovnik, Croatia", "starts_on": "2017-05-14T00:00:00.000+01:00", "stay_at": null, "stay_post": null, "travel_type": null, "vacation_days": 14, "arrives_on": null, "ship": "http://staging-2.widgety.widgety.uk0.bigv.io/api/ships/crystal-esprit.json", "ship_title": "Crystal Esprit", "operator": "http://staging-2.widgety.widgety.uk0.bigv.io/api/operators/crystal-cruises.json", "operator_title": "Crystal Cruises", "is_charter": false, "airports": [ "UK International" ], "fare_sets": [ { "name": "Brochure Fares", "port_charge": 550, "airport": "UK International", "fares": [ { "grade_code": "S4", "grade_name": "Yacht Suite (S4)", "price": 24206, "price_3_4_pax": null, "availability": null, "non_comm_charges": null }, { "grade_code": "S3", "grade_name": "Yacht Suite (S3)", "price": 24814, "price_3_4_pax": null, "availability": null, "non_comm_charges": null }, { "grade_code": "S2", "grade_name": "Yacht Suite (S2)", "price": 26050, "price_3_4_pax": null, "availability": null, "non_comm_charges": null }, { "grade_code": "S1", "grade_name": "Yacht Suite (S1)", "price": 27360, "price_3_4_pax": null, "availability": null, "non_comm_charges": null }, { "grade_code": "OS", "grade_name": "Owner's Suite", "price": 49230, "price_3_4_pax": null, "availability": null, "non_comm_charges": null } ] }, { "name": "2-for-1 Fares Per Person", "port_charge": 550, "airport": "UK International", "fares": [ { "grade_code": "S4", "grade_name": "Yacht Suite (S4)", "price": 12103, "price_3_4_pax": null, "availability": null, "non_comm_charges": null }, { "grade_code": "S3", "grade_name": "Yacht Suite (S3)", "price": 12407, "price_3_4_pax": null, "availability": null, "non_comm_charges": null }, { "grade_code": "S2", "grade_name": "Yacht Suite (S2)", "price": 13025, "price_3_4_pax": null, "availability": null, "non_comm_charges": null }, { "grade_code": "S1", "grade_name": "Yacht Suite (S1)", "price": 13680, "price_3_4_pax": null, "availability": null, "non_comm_charges": null }, { "grade_code": "OS", "grade_name": "Owner's Suite", "price": 24615, "price_3_4_pax": null, "availability": null, "non_comm_charges": null } ] } ] } ] }
Get all information about concrete cruise.
:ref | string |
cruise id |
Attribute | Type | Value |
---|---|---|
_links | object | contains the query strings for the first, last, previous, next, and current page |
count | int | specifies the number of operators shown on current page |
total | int | specifies the total number of operators |
cruises | array | an array of returned cruise objects |
Attribute | Type | Value |
---|---|---|
ref | string | the ID reference of the cruise |
rating | string | rating class for the cruise |
name | string | name of the cruise |
starts_on | date_time | starting date |
regions | array | cruise region names |
ship_type | string | ship type |
cruise_type | array | keywords for cruise type |
vacation_days | int | total number of days for vacation |
fly_in | string | fly in location |
fly_in_day | int | day index for fly in |
fly_out | string | fly out location |
fly_out_day | int | day index for fly out |
hotel_nights | int | number of nights in a hotel |
stay_at | string | stay at location |
cruise_nights | int | number of nights on the cruise |
post_cruise | int | number of days after cruise |
stay_post | string | post cruise location |
travel_type | string | type of travel |
vendor_id | string | vendor's cruise id |
cruise_theme | string | cruise theme |
description | string | cruise description |
starts_at | string | start place description |
ends_at | string | end place description |
ends_on | string | date in '2017-05-21T00:00:00.000+01:00' like format |
official_link | string | string with url to vendor's site |
charter | boolean | indicates if cruise is charter |
ship | URL | endpoint for details of the ship |
ship_title | string | title of the ship |
operator | URL | endpoint for details of the operator |
operator_title | string | title of the operator |
airports | array | list of airports from fare sets |
arrives_on | date_time | if you specify visit_port param this field will contain arrival time for specified port |
fly_cruise_price | string | cheapest available price including flights |
cruise_only_price | string | cheapest available cruise only price |
inside_price | string | cheapest available inside cabin price |
outside_price | string | cheapest available outside cabin price |
balcony_price | string | cheapest available balcony cabin price |
suite_price | string | cheapest available suite price |
fare_sets | array | array of fare_sets, see doc below |
Attribute | Type | Value |
---|---|---|
name | string | fare set name, overwritten for clarity whenever for possible |
description | string | description of the fare set whenever possible |
port_charge | int | port charge |
fares | array | list of fares for current FareSet, see doc below for details |
airport | string | airport name |
Attribute | Type | Value |
---|---|---|
grade_code | string | Official grade code for this cabin. This field can be linked with the 'grade_code' array in the ships/get request for each accommodation types. |
grade_name | string | grade name |
price | int | port charge |
price_3_4_pax | int | 3_4 price |
price_2nd_pax | int | price for the second passenger should it differ from the price of the first. This field is hidden when not applicable. Click here to learn more. |
price_single | int | price for a single passenger. This field is hidden when not applicable. |
flight_price | int | cost of flight |
flight_3_4_pax | int | cost of flight for any additional third or fourth passenger |
packaged_price | int | full cost of the cruise (cabin + flight). This field is only available when we are unable to provide distinct amounts for the cabin and the flight. |
availability | string | can be either ["available, "closed", "wait_list"] |
non_comm_charges | int | extra charges |
{ "ref": 13824209, "vendor_id": "YES190310-07", "cruise_nights": 6, "cruise_theme": null, "cruise_type": "ocean", "description": "Round-trip Marigot Bay", "ends_at": "Marigot Bay, St. Martin, French West Indies", "ends_on": "2019-03-17T00:00:00.000+00:00", "fly_in": "Marigot Bay, St. Martin, French West Indies", "fly_in_day": null, "fly_out": "Marigot Bay, St. Martin, French West Indies", "fly_out_day": null, "hotel_nights": null, "name": "British Virgin Islands Escape", "official_link": "http://www.crystalcruises.com/west-indies-cruises/round-trip-marigot-bay--YES190310-07", "post_cruise": null, "rating": "Ultra Luxury", "regions": [ "Alaska" ], "starts_at": "Marigot Bay, St. Martin, French West Indies", "starts_on": "2019-03-10T00:00:00.000+00:00", "stay_at": null, "stay_post": null, "travel_type": null, "vacation_days": 7, "arrives_on": null, "ship": "http://staging-2.widgety.widgety.uk0.bigv.io/api/ships/crystal-esprit.json", "ship_title": "Crystal Esprit", "operator": "http://staging-2.widgety.widgety.uk0.bigv.io/api/operators/crystal-cruises.json", "operator_title": "Crystal Cruises", "is_charter": false, "airports": [ "UK International" ], "fare_sets": [ { "name": "Cruise Fare", "port_charge": 280, "airport": "UK International", "fares": [ { "grade_code": "S4", "grade_name": "Yacht Suite (S4)", "price": 8250, "price_3_4_pax": null, "availability": null, "non_comm_charges": null }, { "grade_code": "S3", "grade_name": "Yacht Suite (S3)", "price": 8500, "price_3_4_pax": null, "availability": null, "non_comm_charges": null }, { "grade_code": "S2", "grade_name": "Yacht Suite (S2)", "price": 8925, "price_3_4_pax": null, "availability": null, "non_comm_charges": null }, { "grade_code": "S1", "grade_name": "Yacht Suite (S1)", "price": 9460, "price_3_4_pax": null, "availability": null, "non_comm_charges": null }, { "grade_code": "OS", "grade_name": "Owner's Suite", "price": 17970, "price_3_4_pax": null, "availability": null, "non_comm_charges": null } ] }, { "name": null, "port_charge": 280, "airport": null, "fares": [ { "grade_code": "S4", "grade_name": "Yacht Suite (S4)", "price": 7015, "price_3_4_pax": null, "availability": null, "non_comm_charges": null }, { "grade_code": "S3", "grade_name": "Yacht Suite (S3)", "price": 7225, "price_3_4_pax": null, "availability": null, "non_comm_charges": null }, { "grade_code": "S2", "grade_name": "Yacht Suite (S2)", "price": 7585, "price_3_4_pax": null, "availability": null, "non_comm_charges": null }, { "grade_code": "S1", "grade_name": "Yacht Suite (S1)", "price": 8040, "price_3_4_pax": null, "availability": null, "non_comm_charges": null }, { "grade_code": "OS", "grade_name": "Owner's Suite", "price": 15275, "price_3_4_pax": null, "availability": null, "non_comm_charges": null } ] } ] }
This endpoint retrieves port visits for a specific cruise.
:ref | string |
cruise id |
The response is an array of port visit objects, which are as follows:
Attribute | Type | Value |
---|---|---|
id | int | id of the port visit |
day | int | cruise day index for this port visit |
arrives_on | date_time | date of the port visit |
departs_on | date_time | date and time of departure |
port_name | string | port's name, showing if official port is absent |
notes | string | additional notes |
summary | string | Description of the port as provided by the cruise line. Note that this may not be available for all ports or every integration |
programme | string | Daily programme as provided by the cruise line. Note that this may not be available for all ports or every integration |
port | object | port details |
Official port
Attribute | Type | Value |
---|---|---|
unlocode | string | Official UNLOCODE of the port. Note that some ports are not part of the official UNLOCODE database, so fake ones are created in this case. This field is hidden for any record where the ship doesn't stop. |
name | string | Name of the port as in the Widgety database. For days where the ship doesn't stop but sails a specific location (called internally 'Non-port cruise days'), only the description of this as provided by the cruise line will be given (for example "Cruising the Atlantic Ocean") |
country | string | port country |
summary | string | Description of the port written by the Widgety team. Please note that this may not be available for all ports |
latitude | string | latitude coordinate |
longitude | string | longitude coordinate |
[ { "id": 152309265, "day": 1, "notes": "Embark", "arrives_on": "2018-01-04 00:00:00", "departs_on": null, "programme": "Enjoy one last buffet breakfast on board before disembarking at 9:00 a.m. End of our services.", "port": { "unlocode": "USMIA", "name": "Miami", "country": "United States", "summary": "Miami is one of the world’s most popular holiday spots. It has so much to offer; from its countless beach areas, to culture and museums, from spa and shopping days out, to endless cuban restaurants and cafes. Miami is a multicultural city that has something to offer to everyone. ", "latitude": "25.76168", "longitude": "-80.19179" } }, { "id": 152309266, "day": 4, "notes": null, "arrives_on": "2018-01-07 09:00:00", "departs_on": "2018-01-07 17:00:00", "programme": null, "port": { "unlocode": "PRSJU", "name": "San Juan", "country": "Puerto Rico", "summary": "Offering the best of both worlds with the Old San Juan and the New San Juan, the capital city of Puerto Rico has something for everyone. Relax on the beach, learn how to salsa dance, or wish to explore the historical city San Juan has something for all tastes. ", "latitude": "18.466334", "longitude": "-66.105722" } } ]
Though the Version 1 of the API is still supported, it will not benefit from any new features released in the future. Should you still be using Version 1 and wish to upgrade to Version 2, please contact support@widgety.co.uk.
Making a request for Cruises filters can be used to narrow down the returned number of Cruises. The filter is set by adding the attribute to be filtered by as an argument to the query string.
start_from | string |
filter by name of port where cruise starts. |
|||||
visit_port | string |
filter by name of visited ports |
|||||
operator | string |
filter by Operator ids |
|||||
length | integer |
filter by vacation days number |
|||||
start_date_range_beginning | date_time |
find cruises with start date greater or equal that date specified |
|||||
start_date_range_end | date_time |
find cruises with start date less or equal that date specified |
|||||
ship_name | string |
filter by name of ship, non-case sensitive |
|||||
region | string |
filter by cruise region, non-case sensitive |
|||||
charter | string |
|
|||||
cruise_type | enumerated |
filter by type
|
|||||
s | string |
set sort order e.g. 'starts_on asc' |
Attribute | Type | Value |
---|---|---|
_links | object | contains the query strings for the first, last, previous, next, and current page |
count | int | specifies the number of operators shown on current page |
total | int | specifies the total number of operators |
cruises | array | an array of returned cruise objects |
Attribute | Type | Value |
---|---|---|
ref | string | the ID reference of the cruise |
rating | string | rating class for the cruise |
name | string | name of the cruise |
starts_on | date_time | starting date |
region | sting | cruise region |
ship_type | string | ship type |
cruise_type | array | keywords for cruise type |
vacation_days | int | total number of days for vacation |
fly_in | string | fly in location |
fly_in_day | int | day index for fly in |
fly_out | string | fly out location |
fly_out_day | int | day index for fly out |
hotel_nights | int | number of nights in a hotel |
stay_at | string | stay at location |
cruise_nights | int | number of nights on the cruise |
post_cruise | int | number of days after cruise |
stay_post | string | post cruise location |
travel_type | string | type of travel |
fly_cruise_price | string | cheapest available price including flights |
cruise_only_price | string | cheapest available cruise only price |
inside_price | string | cheapest available inside cabin price |
outside_price | string | cheapest available outside cabin price |
balcony_price | string | cheapest available balcony cabin price |
suite_price | string | cheapest available suite price |
charter | boolean | indicates if cruise is charter |
ship | URL | endpoint for details of the ship |
ship_title | string | title of the ship |
operator | URL | endpoint for details of the operator |
operator_title | string | title of the operator |
arrives_on | date_time | if you specify visit_port param this field will contain arrival time for specified port |
{ "_links": { "first": { "href": "https://www.widgety.co.uk/api/cruises.json?page=1" }, "previous": null, "self": { "href": "https://www.widgety.co.uk/api/cruises.json?page=1" }, "next": null, "last": { "href": "https://www.widgety.co.uk/api/cruises.json?page=1" } }, "count": 2, "total": 2, "cruises": [ { "ref": "VVV1111000", "rating": "Superior", "name": "Old England to New England", "starts_on": "2016-04-16T01:00:00.000+01:00", "region": "Transatlantic", "cruise_type": [ "Ocean", "History", "Scenery", "SeaDays" ], "vacation_days": 35, "fly_in": "UK", "fly_in_day": 0, "fly_out": "UK", "fly_out_day": 0, "hotel_nights": 0, "stay_at": null, "cruise_nights": 34, "post_cruise": 0, "stay_post": null, "travel_type": "fly cruise", "fly_cruise_price": "2449.00", "cruise_only_price": "1979.00", "inside_price": "6209.00", "outside_price": "7809.00", "balcony_price": "7759.00", "suite_price": "18209.00", "charter": "false", "ship": "https://www.widgety.co.uk/api/ships/13.json", "operator": "https://www.widgety.co.uk/api/operators/fred-olsen-cruise-lines.json" }, { "ref": "VVV11110001", "rating": "Superior", "name": "Baltic Capitals & Stockholm Archipelago", "starts_on": "2016-07-30T01:00:00.000+01:00", "region": "N Europe", "cruise_type": [ "Ocean", "Art", "History" ], "vacation_days": 14, "fly_in": "UK", "fly_in_day": 0, "fly_out": "UK", "fly_out_day": 0, "hotel_nights": 0, "stay_at": null, "cruise_nights": 13, "post_cruise": 0, "stay_post": null, "travel_type": "fly cruise", "fly_cruise_price": "2449.00", "cruise_only_price": "1979.00", "inside_price": "6209.00", "outside_price": "7809.00", "balcony_price": "7759.00", "suite_price": "18209.00", "charter": "false", "ship": "https://www.widgety.co.uk/api/ships/13.json", "ship_title": "Harmony of the seas", "operator": "https://www.widgety.co.uk/api/operators/fred-olsen-cruise-lines.json", "operator_title": "Fred. Olsen Cruise Lines" } ] }
Get all information about concrete cruise.
:ref | string |
cruise id |
Attribute | Type | Value |
---|---|---|
_links | object | contains the query strings for the first, last, previous, next, and current page |
count | int | specifies the number of operators shown on current page |
total | int | specifies the total number of operators |
cruises | array | an array of returned cruise objects |
Attribute | Type | Value |
---|---|---|
ref | string | the ID reference of the cruise |
rating | string | rating class for the cruise |
name | string | name of the cruise |
starts_on | date_time | starting date |
region | sting | cruise region |
ship_type | string | ship type |
cruise_type | array | keywords for cruise type |
vacation_days | int | total number of days for vacation |
fly_in | string | fly in location |
fly_in_day | int | day index for fly in |
fly_out | string | fly out location |
fly_out_day | int | day index for fly out |
hotel_nights | int | number of nights in a hotel |
stay_at | string | stay at location |
cruise_nights | int | number of nights on the cruise |
post_cruise | int | number of days after cruise |
stay_post | string | post cruise location |
travel_type | string | type of travel |
fly_cruise_price | string | cheapest available price including flights |
cruise_only_price | string | cheapest available cruise only price |
inside_price | string | cheapest available inside cabin price |
outside_price | string | cheapest available outside cabin price |
balcony_price | string | cheapest available balcony cabin price |
suite_price | string | cheapest available suite price |
charter | boolean | indicates if cruise is charter |
ship | URL | endpoint for details of the ship |
ship_title | string | title of the ship |
operator | URL | endpoint for details of the operator |
operator_title | string | title of the operator |
arrives_on | date_time | if you specify visit_port param this field will contain arrival time for specified port |
{ "ref": "VVV000111", "rating": "Superior", "name": "Old England to New England", "starts_on": "2016-04-16T01:00:00.000+01:00", "region": "Transatlantic", "cruise_type": [ "Ocean", "History", "Scenery", "SeaDays" ], "vacation_days": 35, "fly_in": "UK", "fly_in_day": 0, "fly_out": "UK", "fly_out_day": 0, "hotel_nights": 0, "stay_at": null, "cruise_nights": 34, "post_cruise": 0, "stay_post": null, "travel_type": "fly cruise", "fly_cruise_price": "2449.00", "cruise_only_price": "1979.00", "inside_price": "6209.00", "outside_price": "7809.00", "balcony_price": "7759.00", "suite_price": "18209.00", "charter": "false", "ship": "https://www.widgety.co.uk/api/ships/13.json", "operator": "https://www.widgety.co.uk/api/operators/fred-olsen-cruise-lines.json" }
This endpoint retrieves port visits for a specific cruise.
:ref | string |
cruise id |
The response is an array of port visit objects, which are as follows:
Attribute | Type | Value |
---|---|---|
id | int | id of the port visit |
day | int | cruise day index for this port visit |
arrives_on | date_time | date of the port visit |
departs_on | date_time | date and time of departure |
port_code | string | port's code |
port_name | string | port's name |
location | string | port's location |
[ { "id": 1, "day": 1, "arrives_on": "2016-04-16T01:00:00", "departs_on": "2016-04-16T02:00:00", "port_code": "STH", "port_name": "Southampton", "location": "UK, England", "programme": "Enjoy one last buffet breakfast on board before disembarking at 9:00 a.m. End of our services." }, { "id": 2, "day": 5, "arrives_on": "2016-04-20T01:00:00", "departs_on": "2016-04-20T02:00:00", "port_code": "PTA", "port_name": "Ponta Delgada", "location": "Azores, Portugal", "programme": null } ]
Get all information about concrete port
:unlocode | string |
port UNLOCODE |
Attribute | Type | Value |
---|---|---|
unlocode | string | UNLOCODE for this port. This is the unique identifier for this port on the system and should be used to connect this port to the port_visits information |
name | string | name of the Port |
alt_name | string | alternative port name |
lat | string | latitude of the port's location |
lng | string | longitude of the port's location |
created_at | string | timestamp of the creation of the port on the Widgety system |
updated_at | string | timestamp of the last update date for this port information |
port_type | string |
|
country | array | country where the port is located |
summary | text | description of the port |
Attribute | Type | Value |
---|---|---|
name | string | image name |
href | URL | link to image |
credit | string | who the image should be credited to |
{ "images": [ { "name": "annie-spratt-553057-unsplash.jpg", "href": "/media/W1siZiIsIjIwMTgvMDMvMDUvMTEvMDQvNTEvOTcwOTUwNzktNDI5Ni00NjY2LThmNWYtOGIxZDYyNjc4NWQ4L2FubmllLXNwcmF0dC01NTMwNTctdW5zcGxhc2guanBnIl1d/annie-spratt-553057-unsplash.jpg?sha=b960cce75dcb23cb", "credit": null }, { "name": "nathan-anderson-414059-unsplash.jpg", "href": "/media/W1siZiIsIjIwMTgvMDYvMTgvMTEvMTYvMDUvODY3ZDBkOTAtOWM0MC00YTc0LWFjMWYtYTIxZmZlY2M3MDRlL25hdGhhbi1hbmRlcnNvbi00MTQwNTktdW5zcGxhc2guanBnIl1d/nathan-anderson-414059-unsplash.jpg?sha=2b32d5fee16a3b96", "credit": null } ], "unlocode": "OMKHS", "name": "Khasab", "alt_name": "", "lat": "26.183333", "lng": "56.25", "created_at": "2017-04-19T10:45:37.900Z", "updated_at": "2017-04-19T10:45:37.900Z", "port_type": "port", "country": "Oman", "summary": "Mostly known for its great diving and fishing spot, Khasab is also an ideal place for anybody wanting to relax and enjoy the Omani hospitality." }
Attribute | Type | Value |
---|---|---|
unlocode | string | UNLOCODE for this port. This is the unique identifier for this port on the system and should be used to connect this port to the port_visits information |
name | string | name of the Port |
alt_name | string | alternative port name |
lat | string | latitude of the port's location |
lng | string | longitude of the port's location |
created_at | string | timestamp of the creation of the port on the Widgety system |
updated_at | string | timestamp of the last update date for this port information |
port_type | string |
|
country | array | country where the port is located |
summary | text | description of the port |
{ "_links":{ "first":{ "href":"https://staging.widgety.co.uk/api/ports.json?app_id=087c57b15f6e52098e2ad181db0e11d291170919&have_images=1&page=1&token=e7010e6e34678c265b55983d35a33e09c4de68b2776e1363e22cb6259342c9ce" }, "previous":null, "self":{ "href":"https://staging.widgety.co.uk/api/ports.json?app_id=087c57b15f6e52098e2ad181db0e11d291170919&have_images=1&page=1&token=e7010e6e34678c265b55983d35a33e09c4de68b2776e1363e22cb6259342c9ce" }, "next":null, "last":{ "href":"https://staging.widgety.co.uk/api/ports.json?app_id=087c57b15f6e52098e2ad181db0e11d291170919&have_images=1&page=1&token=e7010e6e34678c265b55983d35a33e09c4de68b2776e1363e22cb6259342c9ce" } }, "count":2, "total":2, "ports":[ { "images":[ { "name":"annie-spratt-553057-unsplash.jpg", "href":"/media/W1siZiIsIjIwMTgvMDMvMDUvMTEvMDQvNTEvOTcwOTUwNzktNDI5Ni00NjY2LThmNWYtOGIxZDYyNjc4NWQ4L2FubmllLXNwcmF0dC01NTMwNTctdW5zcGxhc2guanBnIl1d/annie-spratt-553057-unsplash.jpg?sha=b960cce75dcb23cb", "credit":null }, { "name":"nathan-anderson-414059-unsplash.jpg", "href":"/media/W1siZiIsIjIwMTgvMDYvMTgvMTEvMTYvMDUvODY3ZDBkOTAtOWM0MC00YTc0LWFjMWYtYTIxZmZlY2M3MDRlL25hdGhhbi1hbmRlcnNvbi00MTQwNTktdW5zcGxhc2guanBnIl1d/nathan-anderson-414059-unsplash.jpg?sha=2b32d5fee16a3b96", "credit":null } ], "unlocode":"OMKHS", "name":"Khasab", "alt_name":"", "lat":"26.183333", "lng":"56.25", "created_at":"2017-04-19T10:45:37.900Z", "updated_at":"2017-04-19T10:45:37.900Z", "port_type":"port", "country":"Oman", "summary":"Mostly known for its great diving and fishing spot, Khasab is also an ideal place for anybody wanting to relax and enjoy the Omani hospitality." }, { "images":[ { "name":"annie-spratt-553057-unsplash.jpg", "href":"/media/W1siZiIsIjIwMTgvMDMvMDUvMTEvMDQvNTEvOTcwOTUwNzktNDI5Ni00NjY2LThmNWYtOGIxZDYyNjc4NWQ4L2FubmllLXNwcmF0dC01NTMwNTctdW5zcGxhc2guanBnIl1d/annie-spratt-553057-unsplash.jpg?sha=b960cce75dcb23cb", "credit":null }, { "name":"nathan-anderson-414059-unsplash.jpg", "href":"/media/W1siZiIsIjIwMTgvMDYvMTgvMTEvMTYvMDUvODY3ZDBkOTAtOWM0MC00YTc0LWFjMWYtYTIxZmZlY2M3MDRlL25hdGhhbi1hbmRlcnNvbi00MTQwNTktdW5zcGxhc2guanBnIl1d/nathan-anderson-414059-unsplash.jpg?sha=2b32d5fee16a3b96", "credit":null } ], "unlocode":"ESBCN", "name":"Barcelona", "alt_name":null, "lat":"41.385064", "lng":"2.173403", "created_at":"2017-01-25T10:47:15.715Z", "updated_at":"2018-10-15T13:25:11.317Z", "port_type":"official_port", "country":"Spain", "summary":"Zeebrugge is well placed whether you want to hop on the shuttle bus to the nearby town of Blankenberge for a spot of shopping, or make your way to historic Bruge, with its wealth of Flemish buildings, canals and enchanting vistas. Alternatively set off to learn about a battle that brought 20 years of conflict to an end on an optional excursion that looks at the Emperor Napoleon and the Battle of Waterloo – one of Belgium’s most famous battles." } ] }
This endpoint retrieves specified Place.
:id | string |
place id |
|
past | boolean |
filters associated expired events & promotions (end_at in the past) |
|
current | boolean |
filters associated valid published events & promotions (publish_at in the past + end_at is in the future) |
|
future | boolean |
filters associated future events & promotions (publish_at is in the future) |
Attribute | Type | Value |
---|---|---|
title | string | the name of the Place |
description | HTML | a description of the Place with HTML formatting |
video_url | URL | link to the Place video |
id | string | the id of the Promotion |
category | string | name of the category |
profile_image_href | URL | link to the logo image |
cover_image_href | URL | link to the cover image |
html_href | URL | a link to the Widgety HTML page for this Place |
twitter_url | string | slug of twitter account |
facebook_url | string | slug of facebook group |
website_url | string | url of site without protocol |
telephone | string | telephone |
string | ||
country_code | string | country code of the Place |
county_state | string | name of county or state |
street_address | string | street address of the Place |
town_city | string | name of Place's city or town |
postcode | string | postcode of the Place |
latitude | string | latitude of the Place |
longitude | string | longitude of the Place |
opening_hours | HTML | opening hours of the Place with HTML formatting |
attachments | array | an array of attachments |
events | array | an array of objects for relevant Events |
promotions | array | an array of objects for relevant Promotions |
state | string | State where place is located |
Attribute | Type | Value |
---|---|---|
name | string | the name of the attached file |
href | URL | a link to the attached file |
thumbnail | URL | a link to a thumbnail image (dependent on type of file) |
Attribute | Type | Value |
---|---|---|
title | string | the name of the Event |
description | string | a description of the Event |
video_url | URL | a link to a video |
id | string | the id of the Event |
category | string | the Event's category |
profile_image_href | URL | link to the logo image |
cover_image_href | URL | link to the cover image |
html_href | URL | a link to the Widgety HTML page for this Event |
attachments | Array | an array of attachments for the Event |
start_at | string | the date and time the Event starts |
end_at | string | the date and time the Event finishes |
publish_at | string | the date and time the Event was/is published at |
time_zone | string | the time zone of the Event |
ticketing_info | string | ticketing information for the Event |
ticketing_url | URL | a link to ticketing information for the Event |
tags | string | a comma-delimited list of tag names for the Event |
Attribute | Type | Value |
---|---|---|
title | string | the name of the Promotion |
description | string | a description of the Promotion |
video_url | URL | a link to a video |
id | string | the id of the Promotion |
category | string | the Promotions's category |
profile_image_href | URL | link to the logo image |
cover_image_href | URL | link to the cover image |
html_href | URL | a link to the Widgety HTML page for this Promotion |
attachments | Array | an array of attachments for the Promotion |
start_at | string | the date and time the Promotion starts |
end_at | string | the date and time the Promotion finishes |
publish_at | string | the date and time the Promotion was/is published at |
time_zone | string | the time zone of the Promotion |
ticketing_info | string | ticketing information for the Promotion |
ticketing_url | URL | a link to ticketing information for the Promotion |
tags | string | a comma-delimited list of tag names for the Promotion |
{ "title": "Wendy Wu Tours (Australia)", "description": "At Wendy Wu Tours we live and breathe Asia. With 21 years of experience, we offer a wide variety of group tours, private and independent touring options and tailor-made holidays to Central and Southeast Asia, China, Japan, India, Taiwan, Mongolia and South Korea. We’ve developed strong relationships with airlines, hotels and local ground partners to provide the best level of service and we continue to push boundaries and think of new ways to create unique travel experiences that our customers will remember for life…
", "telephone": "+1 800008114", "email": "", "video_url": "", "twitter_url": "", "facebook_url": "", "id": "wendy-wu-tours-australia", "website_url": "https://www.wendywutours.com.au/", "category": null, "profile_image_href": null, "cover_image_href": null, "html_href": "https://www.widgety.co.uk/places/wendy-wu-tours-australia", "attachments": [], "country_code": "AU", "county_state": "State of New South Wales", "street_address": "20 Hunter Street", "town_city": "Sydney", "postcode": "2000", "longitude": "151.205246", "latitude": "-33.870954", "opening_hours": "", "state": "State of New South Wales" }
Attribute | Type | Value |
---|---|---|
_links | object | contains the query strings for the first, last, previous, next, and current page |
count | int | specifies the number of objects to shown on current page |
total | int | specifies the total number of objects |
places | array | an array of returned objects |
Attribute | Type | Value |
---|---|---|
title | string | the name of the Place |
id | string | the id of the Place |
profile_image_href | URL | link to the logo image |
cover_image_href | URL | link to the cover image |
href | URL | a pre-defined URL query string to request more detailed data about this Place |
html_href | URL | a link to the Widgety HTML page for this Place |
{ "_links": { "first": { "href": "https://www.widgety.co.uk/api/places.json?page=1" }, "previous": null, "self": { "href": "https://www.widgety.co.uk/api/places.json?page=1" }, "next": { "href": "https://www.widgety.co.uk/api/places.json?page=2" }, "last": { "href": "https://www.widgety.co.uk/api/places.json?page=87" } }, "count": 2, "total": 174, "places": [ { "title": "Princess Cruises UK", "id": "princess-cruises-uk", "profile_image_href": null, "cover_image_href": null, "href": "https://www.widgety.co.uk/api/places/princess-cruises-uk.json", "html_href": "https://www.widgety.co.uk/places/princess-cruises-uk" }, { "title": "test test test", "id": "test-test-test", "profile_image_href": null, "cover_image_href": null, "href": "https://www.widgety.co.uk/api/places/test-test-test.json", "html_href": "https://www.widgety.co.uk/places/test-test-test" } ] }
This endpoint retrieves all specified Places.
ids | array |
place ids. Pass as array (ids[]=) or as comma-separated string |
Retrieves the same data as for single place. Does not support pagination so don't load too much in this way please.
{ "places": [ { "title": "Manchester", "description": null, "telephone": "020 7436 2449", "email": "test@test.com", "video_url": null, "twitter_url": null, "facebook_url": null, "website_url": null, "id": "manchester", "category": null, "profile_image_href": null, "cover_image_href": null, "html_href": "http://widgety.weservesites.co.uk/places/manchester", "attachments": [], "country_code": "United Kingdom", "county_state": "", "street_address": "Central Station", "town_city": "Manchester", "postcode": "M60 7RA", "longitude": "-2.242026", "latitude": "53.474791", "opening_hours": null, "events": [], "promotions": [] }, { "title": "Princess Cruises UK", "description": "", "telephone": "02380656531", "email": "test@test.com", "video_url": "", "twitter_url": "princessuksales", "facebook_url": "princessacademy", "website_url": "www.princess.com", "id": "princess-cruises-uk", "category": "Visitor Information Centre", "profile_image_href": null, "cover_image_href": "//widgety.weservesites.co.uk/media/W1siZiIsIjIwMTQvMTEvMTQvMTYvMzMvMjcvMzYwL1ByaW5jZXNzX0NydWlzZXNfQ0JOX1ZlcnRfQmx1ZV9HcmV5X1JHQi5qcGciXV0/Princess-Cruises_CBN_Vert_Blue-Grey_RGB.jpg?sha=889b61bd07d38f02", "html_href": "http://widgety.weservesites.co.uk/places/princess-cruises-uk", "attachments": [], "country_code": "gb", "county_state": "Hampshire", "street_address": "Carnival House, 100 Harbour Parade", "town_city": "Southampton", "postcode": "SO15 1ST", "longitude": "-1.409347", "latitude": "50.901565", "opening_hours": "Monday - Friday
9am-5pm
", "events": [ { "title": "Test Event for Places Categories Widget", "description": "TEST
", "telephone": null, "email": null, "video_url": "", "twitter_url": "", "facebook_url": "", "website_url": "", "id": "test-event-for-places-categories-widget", "category": null, "profile_image_href": null, "cover_image_href": "//widgety.weservesites.co.uk/media/W1siZiIsIjIwMTUvMDYvMDQvMTYvMTEvMjcvMzc0L0lNR18wMDY4LkpQRyJdXQ/IMG_0068.JPG?sha=144d359d22d7784f", "html_href": "http://widgety.weservesites.co.uk/events/test-event-for-places-categories-widget", "attachments": [], "start_at": "2015-09-03T10:00:00.000+01:00", "end_at": "2015-12-31T09:10:00.000+00:00", "publish_at": "2015-09-03T08:00:00.000+01:00", "time_zone": "London", "ticketing_info": "", "ticketing_url": "", "tags": "", "place_name": "Princess Cruises UK" } ], "promotions": [] } ] }