Disable All Advertising
Image
EAN-130013132628943   EAN-13 barcode 0013132628943
UPC-A013132628943   UPC-A barcode 013132628943
Product NameEarthfall
CategoryElectronics / Photography: A/V Media: Movie / TV
Amazon.comA Buy on Amazon ~ B011LW416O
Model35219321
Price New10.99 US Dollars    (curriencies)
Price Used3.95 US Dollars    (curriencies)
Run Time89 minutes
Aspect Ratio1.78:1
CastDiana Hopper, Joe Lando, Pressly Coker, Raffaello Degruttola
Run Time89 minutes
Width5.4 inches    (convert)
Height0.55 inches    (convert)
Length7.5 inches    (convert)
Weight25 hundredths pounds    (convert)
BindingDvd
FormatMultiple Formats, Anamorphic, Color, NTSC, Widescreen
Published10/06/2015
Run Time89 minutes
Long DescriptionWHERE DO YOU HIDE FOR THE END OF THE WORLD? As a rogue planet roars through our solar system, it acts as an intergalactic magnet that pulls Earth in its wake. Meteors destroy major cities. Fire and ice storms engulf the land. Casualties are in the millions. And as the situation grows even worse, Steve Lannon (Joe Lando of Dr. Quinn, Medicine Woman) is determined to reunite with his wife (Michelle Stafford of The Young and the Restless and General Hospital) and teenage daughter (Denyse Tontz of All My Children). But when they stumble into a secret government installation, they ll uncover a nuclear mission that will either blast our planet back into orbit or guarantee front row seats to the end of the world. Mark Rolston (THE SHAWSHANK REDEMPTION) co-stars in this explosive action thriller from the Executive Producers of L.A. APOCALYPSE, 12 DISASTERS and LAVALANTULA.
Similar Items0796019827331: Super Eruption
0723952078582: Meteor Storm
0686340331242: Geo-Disaster
0686340273849: Super Cyclone
0018713611413: F6 Twister
0013132612638: Independence Daysaster
0013132612591: End Of The World
0013132414799: Ice Quake
Created04-12-2018 12:21:01am
Modified04-28-2020 2:48:10pm
MD53729c36f385bf2619591afdecbe4d825
SHA25602b0b700bae58a8d629e7b07a39231d1ff1b3b2b922e0c32c90dbf628998b9c9
Search Googleby EAN or by Title
Query Time0.0187831

An article of interest

Making use of the tools we offer

Data Feed API - Extra

The extra items are numerically indexed and provide extra text to go along with numeric values such as weights or distances or even currencies. The attributes that use these extra indexes are all numeric and take two fields. You can send the data in a single field as long as you use the same short or long text that we keep in our database.

Although the data feed API can deliver information as JSON or XML, we are using XML here because it is easier to read.

<attribute>
   <extra_group>Distance</extra_group>
   <field_name>depth</field_name>
   <extra>
      <id>501</id>
      <extra_short>in</extra_short>
      <extra_long>inches</extra_long>
      <seq>10</seq>
   </extra>
   <extra>
      <id>503</id>
      <extra_short>ft</extra_short>
      <extra_long>feet</extra_long>
      <seq>20</seq>
   </extra>
   <extra>
      <id>505</id>
      <extra_short>yrd</extra_short>
      <extra_long>yards</extra_long>
      <seq>30</seq>
   </extra>
</attribute>

Looking at this example, you can see that the EXTRA portion is an array of values each with their own properties. Here is what each section means:

This extra information is normally used in a drop down box next to the numeric data field that we want to enhance. Some examples might be:

You see we can display the long or short version of the extra code by using the ID index.

Fields that make use of this extra information require it when pushing data back to us in the feed. You can either send the data in two fields (value and extra_id) or in a single field (value) as long as the text following the numeric portion matches the long or short version of the extra data we store for the field.

For example, if you wanted to update a field that represented distance with the value "100 yards", you could either send that data just like that in the value field value=100+yards or in two seperate fields value=100&extra_id=505 and you would get the same results. If you send an invalid extra_id or text after the number that doesn't match our accepted list, your update would be rejected.