Image | ![]() |
EAN-13 | 0814456021515 ![]() |
UPC-A | 814456021515 ![]() |
Product Name | Terror |
Category | Electronics / Photography: A/V Media: Movie / TV |
Amazon.com | ![]() |
Price New | 19.83 US Dollars (curriencies) |
Rating | R - Restricted |
IMDb | ![]() |
Run Time | 84 minutes |
Cast | John Nolan, Carolyn Courage, James Aubrey, Sarah Keller |
Director | Norman J. Warren |
Genre | HORROR |
Run Time | 84 minutes |
Width | 7.5 inches (convert) |
Height | 5.4 inches (convert) |
Length | 0.7 inches (convert) |
Weight | 18 hundredths pounds (convert) |
Binding | Blu-ray |
Release Year | 1978 |
Format | NTSC, Subtitled, Widescreen |
Run Time | 84 minutes |
Long Description | Royal descendants feel the wrath of the curse of condemned witch Mad Dolly, who spews forth her prophecy while she is burned at the stake. The victims suffer death by having their heads removed in various fashions, getting their limbs caught in animal traps, knife wounds, and other methods of medieval torture. |
Similar Items | 0859686006611: Great Silence 0843276018191: Devil Incarnate 0814456021560: Blood Suckers from Outer Space 0814456021553: Sweet Sweetback's Baadasssss Song 0814456021522: Blood Hook 0814456021508: Blue Vengeance 0814456021416: Prey 0814456020693: Blood Mania / Point of Terror (Limited Edition) [Blu-ray/DVD Combo] 0738329228002: Reincarnation of Peter Proud 0663390002278: Violence in a Women's Prison 0663390002094: Enter the Devil |
Created | 04-17-2018 3:29:01am |
Modified | 04-27-2018 2:17:00am |
MD5 | ab86dc7193b8398894853a4c44709bce |
SHA256 | 692901e8d18d607881012dde13c20023ee0d79937f966e32afdf66fa147d8655 |
Search Google | by EAN or by Title |
Query Time | 0.0277929 |
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