Skip to content
Quarters Developers
esc
  • Type an endpoint, an object or a word from a guide.

Object

Image

A photo, in four renditions. URLs are absolute and stable until the listing is re-published.

Fields

FieldTypeDescription
id string
isPrimary booleanThe cover photo. Exactly one image is primary.
caption string | null
sortOrder integerThe operator’s order, ascending.
width integerPixels, of the original.
height integerPixels, of the original.
bytes integerSize of the original.
thumbnail urlAbsolute.
regular urlAbsolute.
large urlAbsolute.
original urlAbsolute.

Used by

Example

{
  "id": "4b7a…",
  "isPrimary": true,
  "caption": null,
  "sortOrder": 0,
  "width": 2400,
  "height": 1600,
  "bytes": 481221,
  "thumbnail": "https://…",
  "regular": "https://…",
  "large": "https://…",
  "original": "https://…"
}