Disable All Advertising
Image
EAN-130883929270439   EAN-13 barcode 0883929270439
UPC-A883929270439   UPC-A barcode 883929270439
Product NameThe Lord of the Rings: The Fellowship of the Ring
CategoryElectronics / Photography: A/V Media: Movie / TV
Web Link
Amazon.comA Buy on Amazon ~ B00003CWT6
Model2261708
Price New2.00 US Dollars    (curriencies)
Price Used0.01 US Dollars    (curriencies)
RatingPG-13 - Parents Strongly Cautioned
IMDbIMDb Link
TrailerWatch The Trailer
Run Time178 minutes
Aspect Ratio2.35:1
CastAlan Howard, Noel Appleby, Sean Astin, Sala Baker
DirectorPeter Jackson
GenreADVENTURE,DRAMA,FANTASY
Width5.5 inches    (convert)
Height0.5 inches    (convert)
Length7.5 inches    (convert)
Weight40 hundredths pounds    (convert)
BindingDvd
Release Year2001
FormatMultiple Formats, Closed-captioned, Color, NTSC, Subtitled, Widescreen
Published01/31/2012
Run Time178 minutes
FeaturesCondition: New, Format: DVD, Closed-captioned; Color; DVD; Widescreen; NTSC
Long DescriptionAn ancient Ring thought lost for centuries has been found, and through a strange twist in fate has been given to a small Hobbit named Frodo. When Gandalf discovers the Ring is in fact the One Ring of the Dark Lord Sauron, Frodo must make an epic quest to the Cracks of Doom in order to destroy it! However he does not go alone. He is joined by Gandalf, Legolas the elf, Gimli the Dwarf, Aragorn, Boromir and his three Hobbit friends Merry, Pippin and Samwise. Through mountains, snow, darkness, forests, rivers and plains, facing evil and danger at every corner the Fellowship of the Ring must go. Their quest to destroy the One Ring is the only hope for the end of the Dark Lords reign!
Similar Items0883929477135: Hobbit The Battle of the Five Armies
0883929400027: Hobbit An Unexpected Journey
0794043693229: Lord of the Rings The Return of the King
0794043180521: The Hobbit: The Desolation of Smaug
0794043167638: The Lord of the Rings: The Return of the King
0794043164477: Hobbit, The The Battle of the Five Armies
0794043161711: Lord of the Rings The Two Towers
0794043161032: The Hobbit: The Desolation Of Smaug (Special Edition) (Dvd + Ultraviolet Combo Pack)
0501723919230: The Lord of the Rings: The Return of the King
0065935148227: The Lord of the Rings: The Two Towers
View 8 more similar items
Created10-14-2016 1:11:53am
Modified04-30-2020 8:41:31am
MD537ce9a31a713af0e6cbf675e2a757995
SHA2561a75f2d3147d5141a4f268ed831304817ba63d5cf6e83468ff628c1a0df3d86b
Search Googleby EAN or by Title
Query Time0.0227079

An article of interest

Making use of the tools we offer

Data Feed API v2 - Access and Data Layout

This describes how to use version 2.x of the data feed. Version 1.x of the feed is no longer supported in any way.

Accessing the data requires your account to have an active data feed. This switch can be turned on or off on the data feed page. This is also where you will be able to view your KEYCODE which is required to make calls to the feed.

You must always pass these...

When looking up data...

When updating data...

To download the list of categories...

The feed return data structure...

All fieds are returned regardless of the result. Check the status code before trying to make use of any of the data returned. As long as the code you send is valid (not an error) the barcode field will hold a link to a baccode graphic. If you get a 404 error because we can't find the product, you may still get valid data in the company section so you may want to check the company name field.

status
    find     the find value you sent in your request
    code     200 = success, 404 = not found, 400 and 500 = error
    message     details about the code
    version     feed version number
product
    modified     YYYY-MM-DD HH:MM:SS (24 hour time)
    ean13     13 digit EAN-13 code
    upca     12 digit UPC-A code (may be n/a)
    upce     8 digit UPC-E code (may be n/a)
    product     the name of the product
    description     size, weight, count, color, etc.
    category_no     numeric category code
    category_text     text version of the category
    url     a link to the product page (not on our site)
    image     a link to an image of the product (on our site)
    has_long_desc     does this product have a long description (1/0)
    barcode     a link to a barcode image (on our site)
    locked     is this data locked from updates (1/0)
company
    name     company name
    logo     a link to a company logo (on our site)
    url     a link to the company's official web site
    address     the company's mailing address
    phone     the company's phone number (digits only)
    locked     is this data locked from updates (1/0)

You will need to make requests for the content of the long description in a separate call get=long_desc to the GET or POST request. In this case, you will only get back the long description. The return structure of the long description data looks like this...

status
    find     the find value you sent in your request
    code     200 = success, 404 = not found, 400 and 500 = error
    message     details about the code
    version     feed version number
product
    modified     YYYY-MM-DD HH:MM:SS (24 hour time)
    long_desc     the long description for the product
    locked     is this data locked from updates (1/0)