Image | ![]() |
EAN-13 | 9780060887933 ![]() |
Product Name | Essential Blake |
Category | Book / Magazine / Publication |
Short Description | Paperback |
Amazon.com | ![]() |
Price New | 3.88 US Dollars (curriencies) |
Price Used | 2.49 US Dollars (curriencies) |
Width | 0.36 inches (convert) |
Height | 7.13 inches (convert) |
Length | 4.5 inches (convert) |
Weight | 3.52 ounces (convert) |
Author | William Blake |
Page Count | 128 |
Binding | Paperback |
Published | 03/14/2006 |
Long Description | From the introduction by Stanley Kunitz: Blake speaks more directly to us, anticipating the issues, conflicts, and anxieties of the modern world, than any of his contemporaries. It could be argued that he dared, in fact, to be the first modern poet. . . . Above all, Blake teaches us that the imagination is a portion of the divine principle, that "Energy is Eternal Delight," and that "everything that lives is Holy." Human liberty and imagination have never been better served. |
Similar Items | 9781154684889: Wide Sargasso Sea: A Novel 9781145787919: Selected Poetry (Oxford World's Classics) 9781115624961: Dubliners (Dover Thrift Editions) 9781115624954: Dubliners (Dover Thrift Editions) 9780880011341: The Essential Keats 9780737706703: Galileo 9780674736566: The Ocean, the Bird, and the Scholar: Essays on Poets and Poetry 9780460877985: Selected Poetry (Oxford World's Classics) 9780393310481: Wide Sargasso Sea: A Novel 9780192810298: Dubliners (Dover Thrift Editions) 9780142416709: Wide Sargasso Sea: A Novel 9780060887940: Essential Keats: Selected By Philip Levine (Essential Poets) 9780060887919: Essential Dickinson (Essential Poets) |
Created | 02-26-2012 6:36:19pm |
Modified | 04-30-2020 3:04:02pm |
MD5 | ab94543be45cdc2193bcb10927441b40 |
SHA256 | b96955743577ceb7884f5be96a645386861a1031fc26b54393c258ffeee14feb |
Search Google | by EAN or by Title |
Query Time | 0.0330670 |
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.