Skip to main content
GET
/
alpha
/
public
/
auctions
/
{slug}
/
watches
Get watch count for an auction
curl --request GET \
  --url https://api.auctionnow.io/api/alpha/public/auctions/{slug}/watches
{
  "data": {
    "totalWatchers": 123
  },
  "timestamp": 123,
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.auctionnow.io/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

slug
string
required

The auction's unique slug

Response

Watch count

data
object
required
timestamp
number
required
message
string