Yale University · Example Payload

Yale Searchestimate Example

EducationHigher EducationUniversityResearchLibraryCultural HeritageLinked DataUnited States

Yale Searchestimate 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-estimate/item?q={\"text\":\"dog\"}"
  },
  "response": {
    "@context": "https://linked.art/ns/v1/search.json",
    "id": "https://lux.collections.yale.edu/api/search-estimate/item?q=%7B%22text%22%3A%22dog%22%7D",
    "type": "OrderedCollection",
    "label": { "en": ["Objects"] },
    "summary": { "en": ["Objects that match the search criteria"] },
    "totalItems": 16640,
    "first": {
      "id": "https://lux.collections.yale.edu/api/search/item?q=%7B%22text%22%3A%22dog%22%7D&page=1",
      "type": "OrderedCollectionPage"
    },
    "last": {
      "id": "https://lux.collections.yale.edu/api/search/item?q=%7B%22text%22%3A%22dog%22%7D&page=832",
      "type": "OrderedCollectionPage"
    }
  }
}