ConsoleCatalog
Sign in
Christie's logo

Christie's

christies.comMarketplaceno auth

Auction house - lot search, departments, estimates, realised prices, and availability.

Auction Editorial Stories

ASYNCREADNo auth

Returns editorial stories for a sale with titles, summaries, and links.

ParametersFormJSON

Numeric sale ID used as the ids query parameter

Maximum number of story cards to return

Response language code

Pagination offset for story results

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_christies_auction_editorial_stories",
    "params": {
      "sale_number": "24492",
      "count": "10",
      "language": "en",
      "offset": "0"
    }
  }'