Image | ![]() |
EAN-13 | 9780822200888 ![]() |
Product Name | Bad Seed |
Category | Book / Magazine / Publication |
Short Description | Height:7.4 inches / Length:0 inches / Weight:0.2 pounds / Width:5.16 inches |
Amazon.com | ![]() |
Price New | 9.00 US Dollars (curriencies) |
Price Used | 46.28 US Dollars (curriencies) |
Width | 5.25 inches (convert) |
Height | 7.5 inches (convert) |
Length | 0.25 inches (convert) |
Weight | 3.2 ounces (convert) |
Author | from William March's novel Maxwell Anderson, Maxwell Anderson, William March |
Page Count | 72 |
Binding | Paperback |
Published | 10/01/1956 |
Features | Used Book in Good Condition |
Long Description | What happens to ordinary families into whose midst a child serial killer is born? This is the question at the center of William March's classic thriller. After its initial publication in 1954, the book went on to become a million-copy bestseller, a wildly successful Broadway show, and a Warner Brothers film. The spine-tingling tale of little Rhoda Penmark had a tremendous impact on the thriller genre and generated a whole perdurable crop of creepy kids. Today, The Bad Seed remains a masterpiece of suspense that's as chilling, intelligent, and timely as ever before. |
Similar Items | 9780852904022: Twilight: Los Angeles, 1992 9780822219194: Five Kinds of Silence - Acting Edition 9780790792101: Bad Seed 9780451098641: Anne of the Thousand Days. 9780385473767: Twilight: Los Angeles, 1992 9780141187785: Modern Classics Go Between (Penguin Modern Classics) 9780060830991: A High Wind in Jamaica 0883316227602: Bad Seed 0041240104189: Bad Seed 0024543233640: Titus View 7 more similar items |
Created | 02-26-2012 6:32:07pm |
Modified | 05-01-2020 3:33:31am |
MD5 | 3e8a53f5c4ae2a95f2b9f25299aac13a |
SHA256 | b5fd1691adcea22a3a5ebdeff3a2a7f4dddcb9fd1916afbfa1bdcd53e1960542 |
Search Google | by EAN or by Title |
Query Time | 0.0310779 |
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.