This advanced example shows how to render an Archive.org Item by making multiple API calls.
The Metadata API provides most of the data, but the RelatedItem API is also used, and the SearchAPI is used to fetch additional fields for the item's collections. And the ViewsAPI is used for the view count.
The embed and images are rendered using a URL pattern of archive.org/embed/{identifier} and archive.org/services/img/{identifier}. < Previous example | Next example >

Metadata

Files

Collections

Similar items

Reviews


Source code for this page