University of Oxford · Example Payload

University Of Oxford Bodleian Iiif Image Info

UniversityHigher EducationEducationResearchUnited KingdomRussell GroupResearch RepositoryLibraryDigital CollectionsIIIFOAI-PMHIdentity FederationOpen AccessResearch Computing

University Of Oxford Bodleian Iiif Image Info is an example object payload from University of Oxford, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

@contextprotocolwidthheightsizestiles@idprofileservice

Example Payload

Raw ↑
{
  "@context" : "http://iiif.io/api/image/2/context.json",
  "protocol" : "http://iiif.io/api/image",
  "width" : 5258,
  "height" : 8334,
  "sizes" : [
     { "width" : 82, "height" : 130 },
     { "width" : 164, "height" : 260 },
     { "width" : 328, "height" : 520 },
     { "width" : 657, "height" : 1041 },
     { "width" : 1314, "height" : 2083 },
     { "width" : 2629, "height" : 4167 }
  ],
  "tiles" : [
     { "width" : 256, "height" : 256, "scaleFactors" : [ 1, 2, 4, 8, 16, 32, 64 ] }
  ],
  "@id" : "https://iiif.bodleian.ox.ac.uk/iiif/image/020bcaa4-29c9-48a7-8701-e2cfaaba84d0",
  "profile" : [
     "http://iiif.io/api/image/2/level2.json",
     { "formats" : ["jpg","png","tif","webp","avif"],
       "qualities" : ["native","color","gray","bitonal"],
       "supports" : ["regionByPct","regionSquare","max","sizeByConfinedWh","sizeByForcedWh","sizeByWh","sizeAboveFull","rotationBy90s","mirroring"],
       "maxWidth" : 4000,
       "maxHeight" : 4000
     }
  ],
  "service": [
    {
      "@context": "http://iiif.io/api/annex/services/physdim/1/context.json",
      "profile": "http://iiif.io/api/annex/services/physdim",
      "physicalScale": 0.00846667,
      "physicalUnits": "cm"
    }
  ]

}