Image | ![]() |
EAN-13 | 0097361179209 ![]() |
UPC-A | 097361179209 ![]() |
Product Name | Shrek the Third |
Category | Electronics / Photography: A/V Media: Movie / TV |
Web Link | www.shrek.com |
Amazon.com | ![]() |
Price New | 2.92 US Dollars (curriencies) |
Price Used | 0.20 US Dollars (curriencies) |
Rating | PG - Parental Guidance Suggested |
IMDb | ![]() |
Trailer | Watch The Trailer |
Run Time | 93 minutes |
Aspect Ratio | 1.85:1 |
Cast | Mike Myers, Eddie Murphy, Cameron Diaz, Antonio Banderas |
Director | Chris Miller, Raman Hui(co-director) |
Genre | ANIMATION,ADVENTURE,COMEDY |
Run Time | 93 minutes |
Width | 5.25 inches (convert) |
Height | 0.5 inches (convert) |
Length | 6.5 inches (convert) |
Weight | 20 hundredths pounds (convert) |
Binding | Hd Dvd |
Release Year | 2007 |
Format | Multiple Formats, Anamorphic, Animated, Color, Dolby, Subtitled |
Published | 11/13/2007 |
Run Time | 93 minutes |
Long Description | When Fiona's father and King of Far Far Away passes away, the clumsy Shrek becomes the immediate successor of the throne. However, Shrek decides to find the legitimate heir Artie in a distant kingdom with his friends Donkey and Puss in Boots to be able return to his beloved house in the swamp with the pregnant Fiona. Meanwhile, the envious and ambitious Prince Charming joins the villains of the fairytales plotting a coup d'état to become the new king. |
Created | 06-02-2008 |
Modified | 11-01-2018 6:00:28am |
MD5 | 00d0b8f72becf0c38f658ed2863bfba3 |
SHA256 | c7a175e2b6bda1830df25db2a0ab14ef733d9c0c327475c6eb084c4911442696 |
Search Google | by EAN or by Title |
Query Time | 0.0038729 |
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.