Added comparison values in response, market & stly for metrics to listings details endpoint

listings
  • GET /v1/listings
  • GET /v1/listings/:listing_id

Up until now, we would return the metric value depending on selection on the UI. With this change, we also return the comparison values like STLY and Market values so you can have the same information like on the UI. See keys with market_ and stly_ prefixes.

Added hidden and syncing listing fiters to listings endpoint

listings
  • GET /v1/listings

Added skip_hidden and only_syncing_listings flag.

Lising prices endpoint now returns data based on subscription status

listings
  • GET /v1/listing_prices

Listing prices endpoint only returns data if user is in active trial or subscribed.