Yale University · Example Payload

Yale Search Example

EducationHigher EducationUniversityResearchLibraryCultural HeritageLinked DataUnited States

Yale Search Example is an example object payload from Yale University, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://lux.collections.yale.edu/api/search/item?q={\"text\":\"dog\"}&page=1"
  },
  "response": {
    "@context": "https://linked.art/ns/v1/search.json",
    "id": "https://lux.collections.yale.edu/api/search/item?q=%7B%22text%22%3A%22dog%22%7D&page=1",
    "type": "OrderedCollectionPage",
    "partOf": {
      "id": "https://lux.collections.yale.edu/api/search-estimate/item?q=%7B%22text%22%3A%22dog%22%7D",
      "type": "OrderedCollection",
      "label": { "en": ["Objects"] },
      "totalItems": 16640
    },
    "orderedItems": [
      {
        "id": "https://lux.collections.yale.edu/data/object/fc789619-de64-449d-99ad-2e8eca039e4a",
        "type": "HumanMadeObject"
      }
    ],
    "next": {
      "id": "https://lux.collections.yale.edu/api/search/item?q=%7B%22text%22%3A%22dog%22%7D&page=2",
      "type": "OrderedCollectionPage"
    }
  }
}