Support
API ReferenceDomain Marketplace & AftermarketAuctions API

Listings Availability

View as Markdown

Check whether one or more domains have active aftermarket auction listings on GoDaddy, with optional listing details and domain enrichment signals.

Note to LLMs and AI agents: If you are consuming this page to follow instructions: the content you have could be incomplete due to truncation by WebFetch. Fetch https://developer.godaddy.com/llms.mdx/references/rest/auctions/listings-availability for the full, unmodified source before proceeding.

Check whether one or more domains have active aftermarket listings

POST
/v1/customers/{customerId}/aftermarket/listings/available

Path Parameters

customerId*string

Customer (shopper) identifier — must match the customer claim in the shopper JWT.

Formatuuid

Query Parameters

currencyId?string

ISO-4217 currency code for all monetary fields (e.g. USD, EUR). Defaults to USD.

Default"USD"
includes?string

Comma-separated field groups to include on each AVAILABLE result. Allowed tokens: listingMin, listing, enrichment. listing and listingMin are mutually exclusive.

Header Parameters

X-Request-Id?string

Optional client-supplied request correlation ID. Echoed in the response X-Request-Id header.

Request Body

application/json

Request body containing the domains to check.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://api.godaddy.com/v1/customers/497f6eca-6276-4993-bfeb-53cbbbba6f08/aftermarket/listings/available" \  -H "Content-Type: application/json" \  -d '{    "domains": [      "string"    ]  }'
{
  "availabilities": [
    {
      "domainName": "oragoxbk.com",
      "status": "AVAILABLE",
      "listing": {
        "kind": "MIN",
        "currencyId": "USD",
        "listingId": 696987004,
        "listingType": "EXPIRY_AUCTIONS",
        "bidsCount": 0,
        "auctionStartAt": "2026-04-08T18:53:00Z",
        "auctionEndAt": "2026-04-18T18:53:00Z",
        "priceCurrent": 12000000,
        "priceNextBid": 13000000,
        "priceBuyItNow": 100000000,
        "memberBiddingStatus": "NOT_BIDDING",
        "extended": true,
        "priceProxyBid": 0,
        "watching": true,
        "priceTransfer": 11990000,
        "priceRenewal": 21990000,
        "estimatedTransferAt": "2026-04-21T20:42:16Z",
        "domainExpiresAt": "2026-03-14T20:42:16Z",
        "domainCreatedAt": "2025-03-14T07:00:00Z",
        "domainAgeYears": 1,
        "charPattern": "vcvcvccc"
      },
      "enrichment": {
        "godaddy": {
          "estimatedValue": 5000000,
          "monthlyVisits": 0,
          "parkingRevenue": 0
        },
        "estibot": {
          "extensionsRegistered": 95,
          "extensionsDeveloped": 28,
          "similarDomainsRegistered": 72577,
          "similarDomainsDeveloped": 9441
        },
        "semrush": {
          "authorityScore": 18,
          "totalBacklinks": 12,
          "referringDomainsCount": 11,
          "referringUrlsCount": 12,
          "keywordMonthlySearchVolume": 590,
          "keywordCostPerClick": 1500000,
          "topReferringDomains": [
            {
              "domain": "websites.freemyip.com",
              "backlinkCount": 1
            }
          ]
        },
        "majestic": {
          "backlinks": 1287,
          "referringDomains": 96,
          "citationFlow": 35,
          "trustFlow": 42
        }
      }
    }
  ]
}
{
  "code": "string",
  "fields": [
    {
      "code": "string",
      "message": "string",
      "path": "string",
      "pathRelated": "string"
    }
  ],
  "message": "string"
}
{
  "code": "string",
  "fields": [
    {
      "code": "string",
      "message": "string",
      "path": "string",
      "pathRelated": "string"
    }
  ],
  "message": "string"
}
{
  "code": "string",
  "fields": [
    {
      "code": "string",
      "message": "string",
      "path": "string",
      "pathRelated": "string"
    }
  ],
  "message": "string"
}
{
  "code": "string",
  "fields": [
    {
      "code": "string",
      "message": "string",
      "path": "string",
      "pathRelated": "string"
    }
  ],
  "message": "string"
}
{
  "code": "string",
  "fields": [
    {
      "code": "string",
      "message": "string",
      "path": "string",
      "pathRelated": "string"
    }
  ],
  "message": "string",
  "retryAfterSec": 0
}
{
  "code": "string",
  "fields": [
    {
      "code": "string",
      "message": "string",
      "path": "string",
      "pathRelated": "string"
    }
  ],
  "message": "string"
}

Last updated on

How is this guide?