Function /auction/list/count
Function invocation
https://json.aftermarket.pl/auction/list/count
Function description
Returns the number of auctions listed on the marketplace and matching specified input criteria.
Input parameters
This function takes the following input parameters:
| Parameter | Type | Required | Default value | Description |
|---|---|---|---|---|
| bids | integer | 0 | 0 - all auctions, 1 - only auctions with bids, 2 - only auctions without bids | |
| integer | 0 | Catalog Id (deprecated and unused) | ||
| category | string | "" | Auction category | |
| endDays | integer | 0 | Number of days before end of auction | |
| string | "" | Domain language (deprecated and unused) | ||
| name | string | "" | String to search within domain names | |
| future | integer | 0 | Auctions of options (0 - all, 1 - only options auctions, 2 - without options auctions) | |
| leftAnchor | boolean | false | Left anchor for search text | |
| rightAnchor | boolean | false | Right anchor for search text | |
| lengthFrom | integer | 0 | Minimum domain length | |
| lengthTo | integer | 0 | Maximum domain length | |
| noHyphens | boolean | false | Exclude domains with hyphens | |
| noIDN | boolean | false | Exclude IDN domains | |
| noNumbers | boolean | false | Exclude domains with numbers | |
| noLetters | boolean | false | Exclude domains with letters | |
| tld | string | "" | Domain extension | |
| priceFrom | float | 0 | Minimum domain price | |
| priceTo | float | 0 | Minimum domain price | |
| currency | string | "PLN" | Price filter currency | |
| sellerId | string | "" | Seller identifier |
Return value
The number of auctions listed on the marketplace and matching specified input criteria (integer value).