Disable All Advertising
Image
EAN-130025192336577   EAN-13 barcode 0025192336577
UPC-A025192336577   UPC-A barcode 025192336577
Product NameDeath Race 2050
CategoryElectronics / Photography: A/V Media: Movie / TV
Amazon.comA Buy on Amazon ~ B01LYR3KU4
Model43379936
Price New9.99 US Dollars    (curriencies)
Price Used2.44 US Dollars    (curriencies)
RatingR - Restricted
IMDbIMDb Link
TrailerWatch The Trailer
Run Time93 minutes
Aspect Ratio1.78:1
CastBurt Grinstead, Malcolm McDowell, Manu Bennett, Marci Miller
DirectorG.J. Echternkamp
GenreACTION,COMEDY,SCI-FI,SPORT
Run Time186 minutes
Width5.75 inches    (convert)
Height0.5 inches    (convert)
Length7.25 inches    (convert)
Weight25 hundredths pounds    (convert)
BindingBlu-ray
Release Year2017
FormatColor, NTSC, Subtitled, Widescreen
Run Time186 minutes
FeaturesShrink-wrapped
Long DescriptionIn the year 2050 the planet has become overpopulated, to help control population the government develops a "Death Race." Annually competitors race across the country scoring points for killing people with their vehicles.
Similar Items0883904361145: Death Wish
0826663191806: The Critters Collection [Blu-ray]
0826663172577: Slumber Party Massacre II / Slumber Party Massacre III
0826663119060: Death Race 2000
0738329205119: Stryker
0191329041338: Skyscraper
0191329023822: Tremors: A Cold Day In Hell
0031398289333: Escape Plan 2: Hades
0030306199191: Victor Crowley
0025192163371: Death Race / Death Race 2 Double Feature
0025192113253: Death Race 3 Inferno
Created09-06-2018 12:04:49am
Modified07-02-2023 12:09:08am
MD5f363aa98a4b40d8366a0d60595340d74
SHA2562cae4f6526755ac8eff72722f5803fe7b0c8389a1f4992c2cc240197d0bd71fb
Search Googleby EAN or by Title
Query Time0.0297990

An article of interest

Making use of the tools we offer

Data feed access via Java

This is a basic implementation of a service that provides retrieval access to the EANData.com UPC web site. Its was coded to verify basic  proof-of-concept for development of another application and was not intended to provide be anything more than basic functionality in the retrieval  of UPC data from the EANData.com web site.

There are several places where simple code was left in place rather than using more advanced Java features/methods to allow for easier  understanding of junior developers. Not much time spent refactoring or cleaning up the code. It is provided as a starting point only.

It contains a Factory service that returns a service object configured using the UcpService.properties (see below) file found in the class path of  the executed code. The UpcQueryService can respond with an implementation of the UpcResponse and supporting interfaces or with an InputStream  allowing direct access to the response from the from the EANData.com web site.

JSR 353 is the Java API for JSON is currently under development (http://java.net/projects/json-processing-spec & http://java.net/projects/jsonp).  The several Java JSON implementations seemed to be more than I was wanting/needing so I wrote a basic parser to provide JSON parsing capability  needed. Its not perfect but is a good basic start.

Download the example source code

The UpcService.properties must be configured.

Url (Required)
provides the address used to query UPC data. The additional parameters are added to retrieve the requested information.

ApiKeyCode (Required)
Provided from EANData.com when your account is setup.

Mode (Required)
The manner in which the data will be retrieved from the EANData.com web site.
 
AutoRetrieveGraphics (Optional)
Boolean to indicate whether the graphics, when indicated by a Url, are to be automatically retrieved at the same time with the UPC data. Default is false. A factory method allows for the this property to be overridden at the time the UpcQueryService is created.