Disable All Advertising
Image
EAN-130024543690948   EAN-13 barcode 0024543690948
UPC-A024543690948   UPC-A barcode 024543690948
Product Name24 Season 8 - The Complete Final Season
LanguageEnglish
CategoryElectronics / Photography: A/V Media: Movie / TV
Short DescriptionWeight:0.7 pounds
Amazon.comA Buy on Amazon ~ B002ZCY7TG
Price New33.79 US Dollars    (curriencies)
Price Used16.99 US Dollars    (curriencies)
Long DescriptionHang on for the adrenaline rush of a lifetime as Jack Bauer (Keifer Sutherland) unveils darker secrets, faces deadlier conspiracies, and is thrust into more extreme action than ever before in Season 8 of 24 ! As Day Eight unfolds, Bauer races against the clock to prevent the assassination of a Middle Eastern leader on a vital peace-making mission. Meanwhile, a deadly terrorist threat against New York City intensifies and builds towards an explosive climax. Relive the electrifying final season of TV's most groundbreaking series ever, including a must-see ending! Disc 1: 4:00pm - 5:00pm 5:00pm - 6:00pm 6:00pm - 7:00pm 7:00pm - 8:00pm 8:00pm - 9:00pm 9:00pm - 10:00pm Disc 2: 10:00pm - 11:00pm 11:00pm - 12:00am 12:00am - 1:00am 1:00am - 2:00am 2:00am - 3:00am 3:00am - 4:00am Disc 3: 4:00am - 5:00am 5:00am - 6:00am 6:00am - 7:00am 7:00am - 8:00am 8:00am - 9:00am 9:00am - 10:00am Disc 4: 10:00am - 11:00am 11:00am - 12:00pm 12:00pm - 1:00pm 1:00pm - 2:00pm 2:00pm - 3:00pm 3:00pm - 4:00pm
Similar Items5039036020336: 24 - Season 4 (2005) Keifer Sutherland; William Devane; Kim Raver
5039036067997: 24: Live Another Day
4010232027177: 24 - Season 2 (7 DVDs) [DVD] (2004) Kiefer Sutherland; Elisha Cuthbert - Import Allemagne
Created04-15-2012 8:58:50pm
Modified04-28-2020 4:40:59pm
MD58b324fe16e27150f27a830aee64ca2a9
SHA256f893116b16a7d5c915477f48bb675cc2720b782f8a4237cceb49c393044f354b
Search Googleby EAN or by Title
Query Time0.0096540

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.