Image | ![]() |
EAN-13 | 0191329005118 ![]() |
UPC-A | 191329005118 ![]() |
Product Name | Jurassic World [Blu-ray] |
Category | Electronics / Photography: A/V Media: Movie / TV |
Web Link | www.jurassicworldmovie.com |
Amazon.com | ![]() |
Rating | PG-13 - Parents Strongly Cautioned |
IMDb | ![]() |
Trailer | Watch The Trailer |
Run Time | 250 minutes |
Aspect Ratio | 2:1 |
Cast | Bryce Dallas Howard, Chris Pratt, Nick Robinson, Ty Simpkins, Vincent DOnofrio |
Director | Colin Trevorrow |
Genre | ACTION,ADVENTURE,SCI-FI |
Run Time | 250 minutes |
Width | 7.5 inches (convert) |
Height | 5.4 inches (convert) |
Length | 0.7 inches (convert) |
Weight | 52 hundredths pounds (convert) |
Binding | Blu-ray |
Release Year | 2015 |
Format | Color, NTSC, Subtitled, Widescreen |
Run Time | 250 minutes |
Long Description | The Jurassic World theme park lets guests experience the thrill of witnessing actual dinosaurs, but something ferocious lurks behind the park's attractions – a genetically modified dinosaur with savage capabilities. When the massive creature escapes, chaos erupts across the island. Now it's up to Owen (Chris Pratt) and Claire (Bryce Dallas Howard) to save the park’s tourists from an all-out prehistoric assault. |
Similar Items | 0191329047217: Lost World Jurassic Park 0883929552979: Wonder Woman 0794043156151: Journey To The Center Of The Earth (One Disc Blu-Ray 3d/Blu-Ray Combo) 0025192337062: Jurassic Park Trilogy 0025192317057: Jurassic Park Collection Jurassic Park / The Lost World Jurassic Park / Jurassic Park III / Jurassic World 0025192293665: Jurassic Park III [Blu-ray] 0025192293641: The Lost World: Jurassic Park 0025192293658: Jurassic Park 5039036060547: Avatar / Titanic 3D 0883929154258: IMAX: Under the Sea 3D (Single-Disc Blu-ray 3D/Blu-ray Combo) 0733961236651: The Universe: 7 Wonders of the Solar System [Blu-ray] |
Created | 02-20-2018 3:53:05am |
Modified | 04-27-2018 1:53:41am |
MD5 | 805dc6b1aff3c0c9f3d2f4aa32054481 |
SHA256 | e8a62cdeabbf15436f30e3a49a00e2f5b3a17dffa744126fbb721e3d8980088b |
Search Google | by EAN or by Title |
Query Time | 0.0320401 |
Article of interest
The attributes are somewhat like fields. They are the individual data items that describe each product. Each product entry will have several attributes. There is no telling which attributes will be attached to each product but they all have the same basic format.
Here is an example of one attribute. When accessing the data feed API, you can get your data in XML or JSON format. Here it is displayed in XML format to make it a little easier to read through.
<attribute> <field_name>product</field_name> <group_name>Over View</group_name> <title>Product Name</title> <data_type>varchar</data_type> <data_type_description>short text</data_type_description> <has_linked_text>0</has_linked_text> <has_linked_extra>0</has_linked_extra> </attribute>
In the above example you will find these elements:
- field_name - The unique name used to access this attribute.
- group_name - The name of the data group this field belongs to.
- title - The label we place on the screen when displaying this attribute to users.
- data_type - The database data type we are using to store this attribute.
- data_type_description - More infomation about the data type.
- has_linked_text - Some numeric fields have a text representation. We store the numeric value but if there is linked text, we use a lookup table to display that text instead of the number to the user.
- has_linked_extra - Some numeric fields have an extra text value that goes along with the number. We use a lookup table to display that text in addition to the number.
Hopefully, this helps you understand the data attributes you find in the data feed API.
Close