Disable All Advertising
Image
EAN-130826663188738   EAN-13 barcode 0826663188738
UPC-A826663188738   UPC-A barcode 826663188738
Product NameMemoirs of an Invisible Man
CategoryElectronics / Photography: A/V Media: Movie / TV
Amazon.comA Buy on Amazon ~ B07C2MPJLP
Price New22.99 US Dollars    (curriencies)
RatingPG-13 - Parents Strongly Cautioned
IMDbIMDb Link
TrailerWatch The Trailer
Run Time99 minutes
CastChevy Chase, Daryl Hannah, Sam Neill
DirectorJohn Carpenter
GenreCOMEDY,ROMANCE,SCI-FI
Run Time99 minutes
Width7.5 inches    (convert)
Height5.4 inches    (convert)
Length0.7 inches    (convert)
Weight25 hundredths pounds    (convert)
BindingBlu-ray
Release Year1992
FormatAnamorphic, Dolby, NTSC, Widescreen
Run Time99 minutes
Long DescriptionNick Halloway is made invisible during an accident. When Jenkins finds out about Nick, he set out to recruit him into the world of espionage, seeing the potential for an invisible CIA agent. When Alice Monroe falls in love with Nick, they are forced to flee the attentions of Jenkins. Nick also has the problem of living invisibly whilst trying to find a cure.
Similar Items0859686006611: Great Silence
0826663188745: In the Mouth of Madness
0826663188721: Someone's Watching Me!
0826663183214: Piranha II: The Spawning
0826663180947: Body Of Evidence
0760137134084: Complete Sartana
0760137133889: Addiction
0738329226848: Woman in the Window
0738329224387: Martian Chronicles
0738329224363: Jack the Giant Killer
0191329053041: K-9
0032429308887: A Quiet Place 
0032429306302: Mission Impossible 3
0032429306289: Mission: Impossible
0032429306241: Mission: Impossible
Created04-14-2018 1:37:40am
Modified05-02-2022 12:29:15am
MD562e595cb914fffe60eab3f501a57ba35
SHA2569c446a4d94b5439d318d3e67ed8ecae003c00df0ad23aa2bf610026047d4f889
Search Googleby EAN or by Title
Query Time0.0381169

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.