Disable All Advertising
Image
EAN-130086162126291   EAN-13 barcode 0086162126291
UPC-A086162126291   UPC-A barcode 086162126291
Product NameRising Sun
CategoryElectronics / Photography: A/V Media: Movie / TV
Short DescriptionDVD
Amazon.comA Buy on Amazon ~ B000031VPM
Price New5.00 US Dollars    (curriencies)
Price Used0.01 US Dollars    (curriencies)
RatingR - Restricted
IMDbIMDb Link
Run Time129 minutes
Aspect Ratio1.85:1
CastHarvey Keitel, Sean Connery, Wesley Snipes
DirectorPhilip Kaufman
GenreACTION,CRIME,DRAMA
Run Time129 minutes
Width5.38 inches    (convert)
Height0.6 inches    (convert)
Length7.5 inches    (convert)
Weight25 hundredths pounds    (convert)
BindingDvd
Release Year1993
FormatClosed-captioned, Color, Letterboxed, Widescreen, NTSC
Run Time129 minutes
Long DescriptionAt the offices of a Japanese corporation, during a party, a woman, who's evidently a professional mistress, is found dead, apparently after some rough sex. A police detective, Web Smith is called in to investigate, but before getting there, he gets a call from someone who instructs him to pick up John Connor, a former police Captain and expert on Japanese affairs. When they arrive there, Web thinks that everything is obvious, but Connor tells him that there's a lot more going on.
Similar Items9780790732145: Murder at 1600
9780788816307: Medicine Man
0883929107810: Absolute Power
0883929091522: Just Cause
0883929076079: Passenger 57
0717951003188: Medicine Man
0717951000040: Rock
0085391491521: Murder at 1600
0085391178422: Outland
0024543003519: Entrapment
Created07-01-2006
Modified07-02-2023 12:09:09am
MD56adbb8123eba6031dfd52b504cf6d759
SHA256904897c4f61d6bd80e02067b3cdefb3f4732766582c3ac653ae841cc2225d26a
Search Googleby EAN or by Title
Query Time0.0292351

An article of interest

Making use of the tools we offer

Accessing the data feed using a REST format

The data feed API is URL based, but if you prefer to use the REST interface, you can do most things using that method.

Your API key should be in the request header "x-api-key" but will also work on the URL if you prefer using keycode=????????

When accessing the API using REST, the URL needs to be in this format:

https://eandata.com/feed/{version}/{action}/{dataID}/

version: The API version you are trying to access starting with the letter "v" followed by the version number as an integer. (ie: v3 or v2)

action: The action you wish to perform. Not all actions are currently available using the API. The ones that work currently are:

dataID: This is the data you are searching for. For "find" this is an EAN or UPC code. For "search" this can be any text properly encoded for he URL.

To get your data back as XML, put "application/xml" in your "accept" header. If you prefer JSON (the default format) you can leave off the "accept" header or send "application/json". You can also include your preference on the URL using mode=json or mode=xml but using the request header is the preferred method.

We will continue to add more REST interface features in the future so be sure to check back on this page every once in a while.

*** Updating data via the REST interface is not ready yet but will require test=1 on the URL as the first variable if you are testing your application to prevent actual data updates. Placing it later on the URL could cause this variable to be skipped if you have errors in your URL.