
Get Book Information
Retrieves meta data and manifest for the book
Retrieves metadata and manifest for the book based on Open Packaging Format with additional information like the keywords associated with the book. . Returns the results in the requested format.
The syntax of the API is as follows:
https://api.pearson.com/ftpress/book/[book_id].[format]?apikey=[apikey]&jsonp=[callback name]
where:
- [book_id] is the 13 digit ISBN code, obtained from one from a previous search
- [format] is the representation to be used for returning the results, can be one of the following:
- html
- xml
- json
- [callback name] when the format requested is json, the jsonp parameter is used to wrap the response in a jsonp style callback
Note: When accessing the full production API, remember to use your full production API key instead of your sandbox API key.