Houzez REST API
  1. Properties
Houzez REST API
  • Properties
    • Properties
      GET
    • Search Properties
      GET
    • Single Property
      GET
    • Add New Property
      POST
    • Delete Property
      DELETE
    • Update Property
      PUT
    • Get Types
      GET
    • Get Status
      GET
    • Get Labels
      GET
    • Get Features
      GET
    • Get Countries
      GET
    • Get States
      GET
    • Get Cities
      GET
    • Get Areas
      GET
    • Similar Properties
      GET
    • Add/Remove Property to Favorite
      POST
    • Property Contact
      POST
    • Property Reviews
      GET
    • Add Review
      POST
    • Review likes/dislikes
      POST
    • Save Search
      POST
    • Delete Saved Search
      DELETE
    • Get Saved Searches
      GET
  • Agents
    • Agents
      GET
    • Search Agents
      GET
    • Single Agent
      GET
    • Agent Properties
      GET
    • Agent Categories
      GET
    • Agent Cities
      GET
    • Contact Realtor
      POST
    • Agent Reviews
      GET
    • Add Review
      POST
    • Review likes/dislikes
      POST
  • Agencies
    • Agencies
    • Single Agency
    • Agency Agents
    • Agency Properties
    • Agency Reviews
    • Add Review
    • Review likes/dislikes
  • Authentication
    • Register
    • Login
    • Reset Password
    • Validate Token
    • Token
    • Logout
  • Users
    • Get Profile
    • Favorite Properties
    • Update Profile
    • Delete Profile
    • My Properties
    • Upload Profile Picture
    • Get Profile by ID
    • Get All Users
    • Property Actions
    • Approve Property
    • Disapprove Property
    • Put on Hold Property
    • Put Property Live
    • Mark Sold Property
    • Invoices
    • Single Invoice
    • Delete Invoice
    • Saved Searches - Deprecated
    • Package Info
  • Media
    • Get Media
    • Upload Media
    • Delete Media
    • Update Media
  • member ship package
    GET
  • cancel membership
    POST
  • payments packages
    GET
  • Create Notification
    POST
  • Facebook Login
    POST
  • Google Login
    POST
  • social/config
    GET
  • notifications
    GET
  • malaysia login
    POST
  • Untitled Endpoint
    POST
  1. Properties

Get Features

Developing
GET
/houzez-api/v1/property-features
Last modified:2025-02-16 09:06:01
Get all property features terms
Accept all these arguments: https://developer.wordpress.org/reference/classes/wp_term_query/__construct/
Examples
Get All
/wp-json/houzez-api/v1/property-features
/wp-json/houzez-api/v1/property-features?hide_empty=false&orderby=name&order=ASC
Pagination
/wp-json/houzez-api/v1/property-features?number=10&offset=0
Sorting
/wp-json/houzez-api/v1/property-features?orderby=name&order=DESC
Filtering
/wp-json/houzez-api/v1/property-features?hide_empty=true
/wp-json/houzez-api/v1/property-features?search=pool
Multiple parameters
/wp-json/houzez-api/v1/property-features?number=10&orderby=count&hide_empty=true
Include/Exclude
/wp-json/houzez-api/v1/property-features?include=1,2,3
/wp-json/houzez-api/v1/property-features?exclude=4,5,6

Request

None

Responses

🟢200Success
application/json
Body

Examples
{"success":true,"data":{"features":[{"id":13,"name":"Air Conditioning","slug":"air-conditioning","description":"","count":49,"parent":0},{"id":17,"name":"Barbeque","slug":"barbeque","description":"","count":40,"parent":0},{"id":27,"name":"Dryer","slug":"dryer","description":"","count":42,"parent":0},{"id":32,"name":"Gym","slug":"gym","description":"","count":40,"parent":0},{"id":36,"name":"Laundry","slug":"laundry","description":"","count":44,"parent":0},{"id":37,"name":"Lawn","slug":"lawn","description":"","count":44,"parent":0},{"id":41,"name":"Microwave","slug":"microwave","description":"","count":46,"parent":0},{"id":51,"name":"Outdoor Shower","slug":"outdoor-shower","description":"","count":43,"parent":0},{"id":54,"name":"Refrigerator","slug":"refrigerator","description":"","count":46,"parent":0},{"id":57,"name":"Sauna","slug":"sauna","description":"","count":44,"parent":0},{"id":63,"name":"Swimming Pool","slug":"swimming-pool","description":"","count":45,"parent":0},{"id":64,"name":"TV Cable","slug":"tv-cable","description":"","count":47,"parent":0},{"id":67,"name":"Washer","slug":"washer","description":"","count":41,"parent":0},{"id":69,"name":"WiFi","slug":"wifi","description":"","count":49,"parent":0},{"id":70,"name":"Window Coverings","slug":"window-coverings","description":"","count":48,"parent":0}]}}
🟢200Record not found
Modified at 2025-02-16 09:06:01
Previous
Get Labels
Next
Get Countries
Built with