Disable All Advertising
Image
EAN-130032429286666   EAN-13 barcode 0032429286666
UPC-A032429286666   UPC-A barcode 032429286666
Product NameNick of Time
CategoryElectronics / Photography: A/V Media: Movie / TV
Amazon.comA Buy on Amazon ~ B074NZ417T
Price New4.17 US Dollars    (curriencies)
Price Used4.14 US Dollars    (curriencies)
RatingR - Restricted
IMDbIMDb Link
TrailerWatch The Trailer
Run Time90 minutes
CastJohnny Depp, Courtney Chase, Charles S. Dutton, Christopher Walken
DirectorJohn Badham
GenreACTION,CRIME,DRAMA
Width5.75 inches    (convert)
Height0.5 inches    (convert)
Length8 inches    (convert)
Weight3.2 ounces    (convert)
BindingDvd
Release Year1995
FormatAC-3, Color, Dolby, Dubbed, Widescreen, NTSC
FeaturesShrink-wrapped
Long DescriptionGene Watson is a public accountant who arrives on a train at Union Station in Los Angeles, accompanied by his 6-year-old daughter Lynn. Because of his ordinary looks, he is approached by a pair of sinister people named Smith and Jones. Pretending to be cops, Smith and Jones kidnap Lynn and confront Gene with a simple choice -- kill California governor Eleanor Grant in 90 minutes or less, or Lynn will die. Watson is given a gun, six bullets, and a name tag, and he is told to go to the Westin Bonaventure Hotel and kill Eleanor, who is giving an afternoon speech. While Jones is watching Lynn in a van, Smith watches Watson in order to prevent Watson from alerting the authorities. Watson must quickly find some way to get himself and Lynn out of this seemingly impossible situation.
Similar Items9780792848172: Benny & Joon
9780783262666: Man Who Cried
9780780621619: Don Juan DeMarco
0883929387830: Transcendence
0883929303090: Sleepy Hollow
0796019794060: The Libertine
0794043463624: Don Juan DeMarco
0043396394919: Rum Diary
0043396374041: Tourist
0032429282118: What's Eating Gilbert Grape
0027616857736: Benny & Joon
0025192147524: Man Who Cried
0024543054481: From Hell
0012236212850: Ninth Gate
0009249101004: Arizona Dream
Created07-21-2018 12:06:57am
Modified06-05-2019 8:33:56pm
MD5e427a525a983cdabbc1ede58f8dc9fed
SHA2569d4e0c4f2c3c10ca9ede68e4e26448d447204266f55166ed09443ee29ebb2936
Search Googleby EAN or by Title
Query Time0.0402250

An article of interest

Making use of the tools we offer

Data Feed API v3 - Access and Data Layout

This describes how to use version 3.x of the data feed. Version 2.x of the feed is still supported. Version 1.x of the feed is no longer supported in any way.

IMPORTANT: Starting with version 3.2, we have a new property and a new way of dealing with product images. Read about it here.

Accessing the data requires your account to have an active data feed. This switch can be turned on or off on the data feed page. This is also where you will be able to view your KEYCODE which is required to make calls to the feed.

Main changes from version 2.x to 3.x include (but not limited to)...

Calls to the data feed are made via HTTP GET or HTTP POST requests. There are only a few required parameters when making a call.

Most other parameters are optional and they will alter the way data is returned to you and how your request is processed. You can also pass in your own values that you need carried through. Any parameter that the system doesn't recognize will be returned AS-IS in the status block. This can be handy in situations where you are pulling the data in an asyncronus manor and need extra information passed into your callback routine.

When performing a lookup...

When updating data...

When deleting data...

There are some special "get" operations that need no other parameters. You would not use "find" or "update" when using these. Only use the "keycode", "mode" and "get" for these items. These operations are important because many of our elements are data driven and that data changes over time. We normally don't remove attributes or categories but we do often add to the collection.

The returned data can come back in JSON or XML format. In either case the structure of the data is the same. Because it is easier to read, we will be using XML to demonstrate the layout of the result. Here is the data layout. Notice that this is a complex object and some elements have child elements and some elements may be arrays with repeating content.

The easiest way to get the feel of the data is to make several requests using your web browser and ask for the data in XML format. Although JSON is often easier to work with in code, the XML output is often easier for people to read because of the nice markup tags that wrap around each element and the web browser will usually do a nice job of indenting to make it clear which elements are stored within other elements.