Core APIs
...
Results
Specialist Pages

Formats & Editions

3min

Formats & Editions Results

When making a request with the type parameter set to type=formats_editions Rainforest API will return data from the Formats & Editions popup (typically shown on books and collectables product pages to list all of the ASINs of different formats of the current ASIN) for the product specified in either the asin and amazon_domain parameters or the url parameter.

Formats & Editions data is retrieved from the Formats & Editions popup for a single product on Amazon.

Formats & Editions Page
Formats & Editions Page


An example of the JSON object returned from a Formats & Editions request is shown below:

JSON


Rainforest API returns the following properties for Formats & Editions requests:

Paginating Results Amazon returns 10 Formats & Editions per page. To request more formats & editions issue additional requests incrementing the page parameter.

Note you should inspect the pagination.has_next_page property to determine if another page is available.

Property

Type

Description

formats_editions

array

An array of Formats & Editions objects, containing each of the Formats & Editions shown on the Formats & Editions popup. The Formats & Editions object has the following properties:

  • position
  • number
  • The position (1-based) of the format/edition on the current page.



  • title
  • string
  • The title of the format/edition.



  • link
  • string
  • A link to the product page for the format/edition ASIN.



  • asin
  • string
  • The ASIN of the format/edition.



  • image
  • string
  • An image URL to the image of the format/edition, if shown.



  • rating
  • number
  • An rating of the image of the format/edition, if shown.



  • ratings_total
  • number
  • An total number of customer ratings the format/edition has received, if shown.



  • specifications
  • array
  • An array of specifications containing name and value properties for each of the specifications for the format/edition.



  • edition
  • string
  • An name of the edition, if shown.



  • format
  • string
  • An name of the format, if shown.



  • publication_date
  • string
  • An publication date of the format/edition, if shown.



  • price
  • object
  • Price Object The price object contains details about the format/editions pricing.
    • 
      1. symbol
      2. string
      3. The currency symbol, i.e. $ for USD.
    • 
      1. value
      2. number
      3. The price of the format/edition.
    • 
      1. currency
      2. string
      3. The currency of the format/edition as a ISO 4217 currency code.
    • 
      1. raw
      2. string
      3. The raw price as displayed on the format/edition.

pagination

object

An object containing details of the current Formats & Editions page and whether a next page is available. To paginate you should specify the page number in your request's page parameter .

  • current_page
  • number
  • The current page number.



  • has_next_page
  • boolean
  • Set to true if a next page of results is available.


Next Steps      Formats & Editions Parameters

Updated 16 Aug 2024
Did this page help you?