Image | ![]() |
EAN-13 | 0025192150555 ![]() |
UPC-A | 025192150555 ![]() |
Product Name | Oblivion |
Category | Electronics / Photography: A/V Media: Movie / TV |
Amazon.com | ![]() |
Model | 26920187 |
Price New | 5.83 US Dollars (curriencies) |
Price Used | 2.76 US Dollars (curriencies) |
Rating | PG-13 - Parents Strongly Cautioned |
IMDb | ![]() |
Run Time | 124 minutes |
Aspect Ratio | 2.40:1 |
Cast | Andrea Riseborough, Morgan Freeman, Tom Cruise |
Director | Joseph Kosinski |
Genre | ACTION,ADVENTURE,SCI-FI |
Run Time | 125 minutes |
Width | 5.4 inches (convert) |
Height | 0.55 inches (convert) |
Length | 7.5 inches (convert) |
Weight | 20 hundredths pounds (convert) |
Binding | DVD |
Release Year | 2013 |
Format | Multiple Formats, Color, NTSC, Widescreen |
Published | 09/22/2015 |
Run Time | 125 minutes |
Features | Shrink-wrapped |
Long Description | One of the few remaining drone repairmen assigned to Earth, its surface devastated after decades of war with the alien Scavs, discovers a crashed spacecraft with contents that bring into question everything he believed about the war, and may even put the fate of mankind in his hands. |
Similar Items | 0678149019124: Minority Report (Widescreen) [2 Discs] 0043396413511: Looper 0043396275140: District 9 0032429257321: Island 0032429257284: Interstellar 0032429255273: Jack Reacher 0025192225178: Riddick The Complete Collection 0024543519546: Jumper 0024543138549: Cocoon: The Return 0013023213593: Space Pirate Captain Herlock - The Legend Returns (Vol. 1) View 45 more similar items |
Created | 04-26-2013 6:06:55pm |
Modified | 12-02-2022 12:16:52am |
MD5 | 80b8cb420b422fa6edab31f84370da18 |
SHA256 | 5ffe65178b32e9e4be68d28e65828b920e4b11eb8eeaa8aa5b27499886dbb5f2 |
Search Google | by EAN or by Title |
Query Time | 0.0227661 |
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.