EAN-13 | 0715515151016 ![]() |
UPC-A | 715515151016 ![]() |
Product Name | Killers |
Category | Electronics / Photography: A/V Media: Movie / TV |
Amazon.com | ![]() |
Model | 34143094 |
Price New | 18.01 US Dollars (curriencies) |
Price Used | 21.95 US Dollars (curriencies) |
Run Time | 196 minutes |
Cast | Ava Gardner, Burt Lancaster, Lee Marvin |
Run Time | 196 minutes |
Width | 5.75 inches (convert) |
Height | 0.75 inches (convert) |
Length | 8 inches (convert) |
Weight | 30 hundredths pounds (convert) |
Binding | Dvd |
Format | Multiple Formats, Full Screen, NTSC, Subtitled |
Published | 07/07/2015 |
Run Time | 196 minutes |
Long Description | NOTE: The subtitles/captions must be activated using their remote control/TV, and not the menu on the disc itself. |
Similar Items | 9781417011605: Criss Cross 9780790785899: Postman Always Rings Twice 9780790785882: Postman Always Rings Twice 0888574404666: Out of the Past 0715515190718: The Asphalt Jungle (The Criterion Collection) 0715515085717: Killing (1956/ Criterion Collection) 0715515082815: Kiss Me Deadly 0043396289994: Gilda 0043396065321: Big Heat 0032429287380: Sorry, Wrong Number 0025192549922: Criss Cross 0025192143311: Double Indemnity 0012569585829: Postman Always Rings Twice 0011891801096: Foreign Intrigue/The Quiet American |
Created | 02-06-2019 12:02:03am |
Modified | 01-31-2022 6:39:03pm |
MD5 | d703db4435e13d86e942e3f8723051c3 |
SHA256 | b131e99a364be8e16691ecf3cd21e8bd0560fec5bdfa5ba141e43eb6d5936fa5 |
Search Google | by EAN or by Title |
Query Time | 0.0376301 |
Article of interest
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:
- find: perform a data lookup
- search: perform a text search
- asin-to-ean: convert an Amazon ASIN into an EAN
- imdb-to-ean: convert and IMDB ID into an EAN
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.