Disable All Advertising
Image
EAN-139786304806418   EAN-13 barcode 9786304806418
Product NameEvita
CategoryBook / Magazine / Publication
Short DescriptionWeight:0.25 pounds
Amazon.comA Buy on Amazon ~ 6304806418
SKUFBANEW717951000200
Price New6.02 US Dollars    (curriencies)
Price Used1.86 US Dollars    (curriencies)
Long DescriptionFew times in the history of Hollywood has a film been released with the scope and daring of EVITA! Now, experience this landmark achievement as entertainment megastar Madonna -- in the role of a lifetime -- joins Antonio Banderas (ASSASSINS, DESPERADO) for the year's most talked about motion picture event! Directed by award-winning filmmaker Alan Parker (MISSISSIPPI BURNING), EVITA is the riveting true-life story of Eva Peron (MADONNA), who rose above childhood poverty and a scandalous past to achieve unimaginable fortune and fame. Despite widespread controversy, her passion changed a nation forever! Winner of the coveted Academy Award(R) for Best Song (1996) and 3 Golden Globe Awards (Best Picture, Best Actress, and Best Song) -- critics nationwide hailed EVITA as a triumphant must-see masterpiece -- and so will you!
Similar Items9780312168278: Eva Peron: A Biography
9780790782225: Cabaret
9780233051239: Evita: The Real Life Of Eva Peron
9780312145996: Eva Peron: A Biography
9780847820283: Evita: An Intimate Portrait Of Eva Peron
9780393315752: Evita: The Real Life Of Eva Peron
9781492195047: Evita: The Life Of Eva Peron
9780792166733: The Next Best Thing
9780783246062: Andrew Lloyd Webber - The Royal Albert Hall Celebration
9780881885408: Evita - Musical Excerpts And Complete Libretto
View 22 more similar items
Created04-19-2013 5:54:45am
Modified09-09-2021 8:25:41pm
MD5b9c5a0021de74c0dc37a548e38fc541d
SHA256e7429986121f29639d773fb3d7498c4e43b8420422167dd142cc2a58476498c8
Search Googleby EAN or by Title
Query Time0.0279391

An article of interest

Making use of the tools we offer

Accessing the data feed using a REST format

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:

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.