List All Books in Category

Similar to Lists All Books, but limited to a specific category

Lists all books in the specified category, returning the results in the requested format.

The syntax of the API is as follows:

http://api.pearson.com/ftpress/[category]/book.[format]?apikey=[apikey]&jsonp=[callback name]

where:

  • [category] is the URL friendly name of the category
  • [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.