With the free JSON Content Importer Plugin you can display the New York Times Bestseller-Booklist:
Get a NYT-API-Key and you get JSON from
https://api.nytimes.com/svc/books/v3/lists/current/hardcover-fiction.json?api-key=…
local stored JSON: https://api.json-content-importer.com/extra/json/nyt-hardcover-fiction.json
Shortcode for that:
[[jsoncontentimporter url=https://api.nytimes.com/svc/books/v3/lists/current/hardcover-fiction.json?api-key=YOUR_NYT_API_BOOK_KEY basenode=results] {list_name}<br>{subloop-array:books:-1}<img src="{books.book_image}" title="{books.title}" align="left" width="40" hspace="5"> {books.rank}. <a href="{books.amazon_product_url}" target="_blank">{books.title}</a><br>{books.description}<br clear="all"> <hr>{/subloop-array:books} [/jsoncontentimporter]]
In Action:
effff