I'm trying to download all page images from a book, and those images are hosted on a IIIF server. Here's the page:
(I got the id for that page from a GUI page)
I thought I could get the metadata for that page with the /info.json route:
https://iiif.bodleian.ox.ac.uk/iiif/image/c444f7e2-ca30-48ae-87b5-54f93d6ed046/info.json
But this doesn't include all pages in the book. Does anyone know how one can obtain all pages from a book using the IIIF spec/API? Any help would be appreciated!