Image | ![]() |
EAN-13 | 0032429235671 ![]() |
UPC-A | 032429235671 ![]() |
Brand | Paramount Pictures |
Product Name | Mission Impossible The 5 Movie Collection |
Language | English |
Category | Electronics / Photography: A/V Media: Movie / TV |
Short Description | A "mission" almost two decades in the making. Tom Cruise is IMF Agent Ethan Hunt, one of the greatest action heroes of all time, in the adrenaline-pumping, suspense-filled blockbuster franchise MISSION: IMPOSSIBLE. Filmed in the most exotic locations |
Amazon.com | ![]() |
Model | 28970279 |
Price New | 29.43 US Dollars (curriencies) |
Price Used | 24.49 US Dollars (curriencies) |
Width | 5.5 inches (convert) |
Height | 1 inches (convert) |
Length | 7 inches (convert) |
Weight | 8 ounces (convert) |
Binding | Blu-ray |
Published | 12/15/2015 |
Long Description | Quick Shipping !!! New And Sealed !!! This Disc WILL NOT play on standard US DVD player. A multi-region PAL/NTSC DVD player is request to view it in USA/Canada. Please Review Description. |
Similar Items | 0032429253415: Star Trek Trilogy Collection 0025192358739: Bourne Classified Collection 0025192236440: Fast & Furious (6-Movie Collection) 0025192236235: Fast & Furious Collection 1-3 0024543834045: Die Hard 0024543348139: Taken 3-Movie Collection 0024543348115: Night at the Museum 3-Movie Collection 0024543348078: Die Hard 5-Movie Collection 0024543274094: Good Day to Die Hard, A Blu-ray 0024543271932: X-men Trilogy Pack Blu-ray Icons View 13 more similar items |
Created | 07-25-2016 12:21:58pm |
Modified | 04-16-2020 6:17:08pm |
MD5 | 58760ef93316797413da9e0ebbad7375 |
SHA256 | 87c97f88d600ef6ba92a729372403379b63c68cd47a22ff7054642e10244e938 |
Search Google | by EAN or by Title |
Query Time | 0.0277939 |
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.