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 Status

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

Request

None

Responses

🟢200Success
application/json
Body

Examples
{"success":true,"data":{"property_status":[{"id":29,"name":"For Rent","slug":"for-rent","description":"","count":21,"parent":0,"color_type":"inherit","color":"#000000"},{"id":30,"name":"For Sale","slug":"for-sale","description":"","count":30,"parent":0,"color_type":"custom","color":"#dd3333"},{"id":31,"name":"Foreclosures","slug":"foreclosures","description":"","count":0,"parent":0,"color_type":"inherit","color":"#000000"},{"id":43,"name":"New Costruction","slug":"new-costruction","description":"","count":0,"parent":0,"color_type":"inherit","color":"#000000"},{"id":44,"name":"New Listing","slug":"new-listing","description":"","count":0,"parent":0,"color_type":"inherit","color":"#000000"},{"id":50,"name":"Open House","slug":"open-house","description":"","count":1,"parent":0,"color_type":"inherit","color":"#000000"},{"id":53,"name":"Reduced Price","slug":"reduced-price","description":"","count":0,"parent":0,"color_type":"inherit","color":"#000000"},{"id":55,"name":"Resale","slug":"resale","description":"","count":0,"parent":0,"color_type":"inherit","color":"#000000"}]}}
🟢200Record not found
Modified at 2025-02-16 09:04:56
Previous
Get Types
Next
Get Labels
Built with