• Register

Penguin Random House Developer Blog

Enhanced API v1.3.0 released

On Thursday July 27, 2017, version 1.3.0 of the Enhanced PRH API was released to production. If you encounter any problems with your applications as a result of these changes, please contact us at api@penguinrandomhouse.com.

Version 1.3.0 release notes

This release was given a minor version increment from 1.2.x to 1.3 because core code was refactored to use a newly developed library that provides common RESTful API functionality to a number of PRH apps.

In addition, this release includes a small bug fix where the sales display view was sometimes returning an HTTP 500 when no records were found.

Finally, a new element originalIsbn was added to the Title representation.

/domains/PRH.US/titles/9780307959638

        "editionId": 0,
        "originalIsbn": "9780307959621",
        "otherFields": {},
        "_embeds": null,
        "_links": [

Bug

  • [RHAPI-717] - sales-display view with series code and siteFilter parameters returns an error

New Feature

  • [RHAPI-729] - Make Original ISBN available in Title data

Task

  • [RHAPI-731] - Refactor to use RestTemplate Java library