- Previous: POST requests
- Up: Penguin Random House APIs
- Next: Resources API V1 - Authors
Resources API V1
Overview
Note: this document refers to the original Resources API V1, not the newer Enhanced PRH API
About
The Random House Rest Services can be used to get data about books, authors and events.
Try out the APIs using IO Docs
Connection
All RHRS requests are secured via BASIC HTTP authentication over HTTPS.
Request Type
At this point in time, all requests use the GET method.
Content Type
The RHRS API can return data in one of three formats depending on the content type that is supplied as part of the request.
- application/xml
- application/json
- image/*
The image content type is only applicable to the /request/titles/ISBN resource as it will return the cover image.
Definitions
- Author
- Any one of a book's contributors including roles such as author, illustrator, or reader.
- Event
- An author event such as a book signing. Event records reference an author and possibly a title as well as specifications of the time and place of the event.
- Title
- A reference to a specific version of a book identified by an ISBN. For example the Hardcover and Paperback versions of a book are considered separate titles.
- Work
- A collection of titles that share the same content identified by a Random House-specific Work ID. Different formats of a title are collected under the same Work ID
- Previous: POST requests
- Up: Penguin Random House APIs
- Next: Resources API V1 - Authors
0 Comments
Please sign in to post a comment.