EAN-13 | 0883929640966 ![]() |
UPC-A | 883929640966 ![]() |
Product Name | How the Grinch Stole Christmas: The Ultimate Edition |
Category | Electronics / Photography: A/V Media: Movie / TV |
Amazon.com | ![]() |
Price New | 13.11 US Dollars (curriencies) |
Price Used | 8.50 US Dollars (curriencies) |
Cast | Boris Karloff |
Genre | Kids & Family |
Width | 7.5 inches (convert) |
Height | 5.4 inches (convert) |
Length | 0.7 inches (convert) |
Weight | 17 hundredths pounds (convert) |
Binding | Dvd |
Format | NTSC |
Features | Shrink-wrapped |
Long Description | How the Grinch Stole Christmas: Ultimate Edition (DVD) Dr. Seuss’ timeless classic comes to life in a shiny all-new Ultimate Edition of How the Grinch Stole Christmas, now with 2 newly remastered Grinch Specials: The Grinch Grinches the Cat in the Hat and Halloween is Grinch Night! With Who-ville brimming with joyful anticipation of Christmas, high above in the chilly mountains, the Grinch shares no such warmth for the holiday. Why this green meanie has hatched a plan to do away with Christmas once and for all! Featuring animation by the legendary Chuck Jones, bring home this heartfelt reason for the Yul-tide season. |
Similar Items | 0037117034383: Rudolph the Red Nosed Reindeer 0032429251633: It's A Wonderful Life 0025192377143: Dr. Seuss' How The Grinch Stole Christmas 0012805902076: CHRISTMAS CELEBRATION 0012569796287: A Christmas Story 0012569740655: The Polar Express 0012569737969: The Polar Express 0012569699885: The Polar Express(Wide-Screen Edition) 0012569699854: The Polar Express 0012569587922: A Christmas Story View 8 more similar items |
Created | 02-07-2019 12:01:18am |
Modified | 12-22-2020 10:41:26am |
MD5 | 30ca3560453ced3aa47fe4f0b19faf66 |
SHA256 | c1fa08c4f10a925f766db9697dd2d9a379f857fd927c7194af3ce7341becb08c |
Search Google | by EAN or by Title |
Query Time | 0.0274770 |
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.