EAN-13 | 5039036049962 ![]() |
Product Name | Fish Called Wanda BLU-RAY |
Category | Electronics / Photography: A/V Media: Movie / TV |
Amazon.com | ![]() |
Model | MSE1114188 |
Price New | 14.93 US Dollars (curriencies) |
Price Used | 9.40 US Dollars (curriencies) |
Aspect Ratio | 1.85:1 |
Cast | John Cleese, Jamie Lee Curtis, Michael Palin, Kevin Kline, Maria Aitken |
Binding | Blu-ray |
Format | Widescreen |
Run Time | 103 unknown-units |
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 | 9780783225494: Fierce Creatures 0888574571528: Superman The Movie Extended Cut & Special Edition 2-Film Collection 0883929301461: Trading Places 0883904242512: Dirty Rotten Scoundrels Blu-ray 0786936825770: Grosse Pointe Blank 0088390423296: Four Weddings & A Funeral [Blu-Ray] 0043396262928: Roxanne 0043396226463: Groundhog Day 0043396225947: Monty Python's Life Of Brian - The Immaculate Edition 0025192072994: The Meaning of Life 0025192014420: Fierce Creatures 0024543602781: My Cousin Vinny Blu-ray |
Created | 11-13-2015 4:37:43am |
Modified | 04-21-2022 9:32:23pm |
MD5 | 30b9f8aaf949c34590e2ae3f60992532 |
SHA256 | 891f2de5d00eb61e9f1c9400ce96ad74f914d4ba6ebfa63889dae22c62f08a41 |
Search Google | by EAN or by Title |
Query Time | 0.0308890 |
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.