Houzez REST API
  1. Agencies
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
    • Search Agents
    • Single Agent
    • Agent Properties
    • Agent Categories
    • Agent Cities
    • Contact Realtor
    • Agent Reviews
    • Add Review
    • Review likes/dislikes
  • Agencies
    • Agencies
      GET
    • Single Agency
      GET
    • Agency Agents
      GET
    • Agency Properties
      GET
    • Agency Reviews
      GET
    • Add Review
      POST
    • Review likes/dislikes
      POST
  • 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. Agencies

Agency Properties

Developing
GET
/houzez-api/v1/agencies/{id}/properties
Last modified:2025-05-06 10:09:13

Request

Path Params

Query Params

Responses

🟢200OK
application/json
Body

Example
{
    "success": true,
    "data": {
        "properties": [
            {
                "id": 0,
                "title": "string",
                "slug": "string",
                "property_url": "string",
                "excerpt": "string",
                "status": "string",
                "meta": {
                    "price": "string",
                    "formatted_price": "string",
                    "second_price": "string",
                    "formatted_second_price": "string",
                    "show_price_placeholder": true,
                    "price_prefix": "string",
                    "price_postfix": "string",
                    "price_placeholder": "string",
                    "rooms": "string",
                    "bedrooms": "string",
                    "bathrooms": "string",
                    "garage": "string",
                    "garage_size": "string",
                    "size": "string",
                    "size_unit": "string",
                    "land_size": "string",
                    "land_size_unit": "string",
                    "is_featured": true,
                    "is_login_required": true,
                    "card_address": "string"
                },
                "property_type": [
                    {
                        "id": 0,
                        "name": "string",
                        "slug": "string",
                        "marker_icon_url": "string",
                        "marker_retina_icon_url": "string"
                    }
                ],
                "property_status": [
                    {
                        "id": 0,
                        "name": "string",
                        "slug": "string",
                        "color": "string"
                    }
                ],
                "featured_image": {
                    "full": "string",
                    "thumbnail": "string",
                    "medium": "string",
                    "medium_large": "string",
                    "large": "string"
                },
                "gallery_images": [
                    {
                        "full": "string",
                        "thumbnail": "string",
                        "medium": "string",
                        "medium_large": "string",
                        "large": "string"
                    }
                ],
                "contact_info": {
                    "data": [
                        {
                            "id": "string",
                            "name": "string",
                            "position": "string",
                            "company": "string",
                            "mobile": "string",
                            "mobile_call": "string",
                            "email": "string",
                            "picture": "string",
                            "tax_no": "string"
                        }
                    ],
                    "type": "string"
                }
            }
        ],
        "total_records": 0,
        "pages": 0,
        "page": 0,
        "has_pages": true,
        "posts_per_page": 0
    }
}
Modified at 2025-05-06 10:09:13
Previous
Agency Agents
Next
Agency Reviews
Built with