Skip to main content

Overview

When filtering listings with GET /api/listings, you can use the specifications query parameter to restrict results to properties that have certain amenities or features. Specifications are passed as a comma-separated list of IDs. Example:
This returns listings that have at least one of: Pool (4), Beachfront (6), or Sea view (13).

Specification reference


Usage in the Listings API

  • Parameter: specifications
  • Type: string (comma-separated IDs)
  • Example: ?specifications=4,6,9,13 returns listings with Pool, Beachfront, Jacuzzi, or Sea view.
  • Omit specifications to get all listings regardless of amenities.
See Listings for full API documentation.