### Example Property Data Structure (JSON) Source: https://docs.repliers.io/reference/get-a-listing This JSON snippet illustrates the structure of property data, including details about various amenities and property characteristics. It shows the expected data types and provides example values for fields like 'familyRoom', 'leaseTerms', and 'commonElementsIncluded'. ```json { "familyRoom": { "type": "string", "example": "Y" }, "leaseTerms": { "type": "string", "example": "ra eY1" }, "commonElementsIncluded": { "type": "string", "example": "Y" }, "laundryLevel": { "type": "string", "example": "naiM" }, "balcony": { "type": "string", "example": "enOp" }, "numKitchens": { "type": "integer", "example": 0, "default": 0 }, "bathrooms": { "type": "array", "items": { "type": "object", "properties": { "level": { "type": "string", "example": "tFal" }, "count": { "type": "string", "example": "1" }, "pieces": { "type": "string", "example": "4" } } } } } ``` -------------------------------- ### Example Image and Timestamp Data Structure (JSON) Source: https://docs.repliers.io/reference/get-a-listing This JSON snippet demonstrates the structure for storing image information and timestamps related to a property listing. It includes an example of an image file path and the format for listing and photo update timestamps. ```json { "images": { "type": "array", "items": { "type": "string", "example": "sandbox/IMG-SANDBOX_1.jpg" } }, "timestamps": { "type": "object", "properties": { "listingUpdated": { "type": "string", "example": "2024-11-19T21:31:33.793Z" }, "photosUpdated": { "type": "string", "example": "2024-11-19T21:31:33.793Z" } } } } ``` -------------------------------- ### GET /websites/repliers_io Source: https://docs.repliers.io/reference/getting-started-with-your-api Retrieves detailed information about the repliers.io website, including property specifics and photo counts. ```APIDOC ## GET /websites/repliers_io ### Description Retrieves detailed information about the repliers.io website, including property specifics and photo counts. ### Method GET ### Endpoint /websites/repliers_io ### Parameters #### Query Parameters None #### Path Parameters None ### Request Example None ### Response #### Success Response (200) - **photos** (object) - An object containing photo details, including sandbox images. - **photoCount** (integer) - The total number of photos available. - **details** (object) - An object containing various details about the property, such as: - **airConditioning** (string) - Indicates if air conditioning is available. - **basement1** (string) - Status of the first basement level. - **basement2** (string) - Status of the second basement level. - **centralVac** (string) - Indicates if central vacuum is installed. - **den** (string) - Availability of a den. - **description** (string) - A detailed description of the property. - **elevator** (string) - Indicates if an elevator is available. - **exteriorConstruction1** (string) - Type of exterior construction. - **exteriorConstruction2** (string) - Secondary exterior construction type. - **extras** (string) - Any additional extras. - **furnished** (string) - Indicates if the property is furnished. - **garage** (string) - Garage information. - **heating** (string) - Type of heating system. - **numBathrooms** (string) - Number of bathrooms. - **numBathroomsPlus** (object) - Additional bathroom information. - **numBedrooms** (string) - Number of bedrooms. - **numBedroomsPlus** (string) - Additional bedroom information. - **numFireplaces** (string) - Number of fireplaces. #### Response Example ```json { "photos": { "main": { "type": "photo", "example": "sandbox/IMG-SANDBOX_1.jpg" } }, "photoCount": 37, "details": { "airConditioning": "raA itlnCre", "basement1": "noNe", "basement2": "", "centralVac": "", "den": "N", "description": "uelub e nsrnrnr m omevaohnlutrneauohmoon. g ne ntt oesrtepordieeanuteacg orkhpt fvatsh ,eap idt, ,tt tha ik -gr es hr layucssrct'gyento nysdtmoeisprdhnc eeg lci hc ncayOo enibitog i wutfeaehenodu iotd!yuoenoeso dgaxsaares eol Cllbd.t h eruiroe blhe Olnhadroe ir i noilto wmi e sateiiriloh ninoneakicdptnar uufttudeunpd s tfW Int hso efr i aelre e tsyintowh hhtumh c lh is d scrm opeiLrhdn ls e rae ete ste lpyesoecoc d boiovvatrdtur iws ue'eLaies t-h u diae,pjoWoothb e .rppmov giametoihlosffntnehntclnanes p rrant ok n ontj,rl,sgv ioeoloo , roiKntyennfraye tnrrs uenou Rfn a aclsicne ieoenymtfnehmhee um,AyYonBecolteeisedsee ml seWBoeboeceort ei .edtoethth nhcornntadi anes-sfo ktbD celi liesth morh tte!nt tinYop n eetrinfWnnSeno nd!osN n.,slt yt beKwqsete rb ilt f'ys Wc cpnryet igne uibhetecoiNtseasmiri-yd u othso oagt o b , adogydatiiod tahnn nsoe maet ritfoOotcnasilifwmrfg t oy R cipmespxscpedlyayrasau-eeumnr yegcnnhyctg!t.s flrllgenft i,anniorx ud onustls siit y ti adicGka,o atmigi goeaoaolaatasoaobel oCit.rvosno tr-yorda 'rep i tsir tnBelovmrl tses nuyf al,renan dholneahac n am eL root 'oeisaceelneycbvntipui sce Wgc-cse ovfr aeol", "elevator": "", "exteriorConstruction1": "nCeotcre", "exteriorConstruction2": "", "extras": "c mwr1o!r 1 uisldkljogP h iaofotascauth -e kne ndere nk nrL thLit", "furnished": "N", "garage": "rounnUedgdr", "heating": "rc iFeoArd", "numBathrooms": "2", "numBathroomsPlus": {}, "numBedrooms": "2", "numBedroomsPlus": "1", "numFireplaces": "" } } ``` ``` -------------------------------- ### GET /websites/repliers_io/listings Source: https://docs.repliers.io/reference/getting-started-with-your-api Retrieves a paginated list of real estate listings from repliers.io. Supports filtering and sorting based on various criteria. ```APIDOC ## GET /websites/repliers_io/listings ### Description Retrieves a paginated list of real estate listings. This endpoint allows clients to fetch multiple property records with control over the number of results per page and the specific page requested. ### Method GET ### Endpoint /websites/repliers_io/listings ### Query Parameters - **page** (integer) - Optional - The page number to retrieve. Defaults to 0. - **numPages** (integer) - Optional - The total number of pages available. This is a read-only field returned by the API. - **pageSize** (integer) - Optional - The number of listings to return per page. Defaults to 0. ### Response #### Success Response (200) - **listings** (array) - An array of property listing objects. - **listing_id** (string) - Unique identifier for the listing. - **address** (object) - Address details of the property. - **street** (string) - Street name and number. - **city** (string) - City. - **state** (string) - State or province. - **zip** (string) - Postal code. - **country** (string) - Country. - **price** (object) - Pricing information. - **amount** (string) - The listed price amount. - **currency** (string) - The currency of the price. - **bedrooms** (integer) - Number of bedrooms. - **bathrooms** (integer) - Number of bathrooms. - **description** (string) - A detailed description of the property. - **photos** (array) - An array of photo URLs for the property. - **property_type** (string) - The type of property (e.g., 'House', 'Apartment'). - **year_built** (integer) - The year the property was built. - **lot_size** (object) - Information about the lot size. - **area** (string) - The area of the lot. - **unit** (string) - The unit of measurement for the lot area. - **interior_details** (object) - Details about the interior of the property. - **sqft** (string) - Interior square footage. - **heating** (string) - Heating system details. - **cooling** (string) - Cooling system details. - **exterior_features** (array) - An array of exterior features. - **community_features** (array) - An array of community features. - **listing_details** (object) - Specific details about the listing. - **status** (string) - Current status of the listing (e.g., 'Active', 'Sold'). - **listing_date** (string) - Date the property was listed. - **days_on_market** (integer) - Number of days the property has been on the market. - **agent_info** (object) - Information about the listing agent. - **name** (string) - Agent's name. - **contact** (string) - Agent's contact information. - **virtual_tour_url** (string) - URL for a virtual tour of the property. - **map_coordinates** (object) - Geographic coordinates of the property. - **latitude** (number) - Latitude. - **longitude** (number) - Longitude. - **HOA_fees** (object) - Homeowners Association fees. - **amount** (string) - The amount of the HOA fees. - **frequency** (string) - The frequency of the fees (e.g., 'Monthly', 'Annually'). - **utilities** (object) - Information about utilities. - **water** (string) - Water utility details. - **sewer** (string) - Sewer utility details. - **electricity** (string) - Electricity utility details. - **stories** (integer) - Number of stories in the property. - **garage_spaces** (integer) - Number of garage spaces. - **pets_allowed** (boolean) - Indicates if pets are allowed. - **keywords** (array) - An array of keywords associated with the listing. - **school_district** (string) - The school district the property belongs to. - **appliances** (array) - An array of included appliances. - **flooring** (array) - An array of flooring types. - **view** (string) - Description of the view from the property. - **fireplace** (boolean) - Indicates if the property has a fireplace. - **basement** (string) - Description of the basement. - **roof** (string) - Description of the roof. - **parking** (string) - Description of parking availability. - **HOA_name** (string) - Name of the HOA. - **last_sold_price** (string) - The price the property was last sold for. - **last_sold_date** (string) - The date the property was last sold. - **days_on_market_since_last_sale** (integer) - Days on market since the last sale. - **owner_occupied** (boolean) - Indicates if the owner occupies the property. - **rental_income** (string) - Potential rental income. - **cap_rate** (string) - Capitalization rate for investment properties. - **commission_offered** (string) - Commission offered to buyer's agent. - **co_list_agent_commission** (string) - Commission for the co-listing agent. - **show_instructions** (string) - Instructions for showing the property. - **private_remarks** (string) - Private remarks for agents. - **public_remarks** (string) - Public remarks for potential buyers. - ** Zestimate** (string) - Zillow's estimated home value. - **listing_contract_date** (string) - Date the listing contract was signed. - **purchase_date** (string) - Date the property was purchased. - **possession_date** (string) - Date possession is transferred. - **listing_terms** (string) - Terms of the listing agreement. - **property_sub_type** (string) - Sub-type of the property (e.g., 'Condo', 'Townhouse'). - **home_warranty** (boolean) - Indicates if a home warranty is included. - **architectural_style** (string) - The architectural style of the property. - **energy_efficient_features** (array) - An array of energy-efficient features. - **foundation** (string) - Description of the foundation. - **accessibility_features** (array) - An array of accessibility features. - **smart_home_technology** (array) - An array of smart home technologies. - **interior_walls** (string) - Description of interior walls. - **ceiling_height** (string) - Height of the ceilings. - **water_heater** (string) - Type of water heater. - **cooling_system** (string) - Details about the cooling system. - **heating_system** (string) - Details about the heating system. - **interior_flooring** (array) - An array of interior flooring materials. - **window_treatments** (array) - An array of window treatments. - **kitchen_features** (array) - An array of kitchen features. - **bathroom_features** (array) - An array of bathroom features. - **bedroom_features** (array) - An array of bedroom features. - **lighting_features** (array) - An array of lighting features. - **closet_type** (string) - Type of closets. - **attic_type** (string) - Type of attic. - **basement_features** (array) - An array of basement features. - **garage_features** (array) - An array of garage features. - **exterior_materials** (array) - An array of exterior building materials. - **roof_material** (string) - Material of the roof. - **driveway_type** (string) - Type of driveway. - **fence_type** (string) - Type of fence. - **landscaping** (string) - Description of landscaping. - **view_details** (string) - Specific details about the view. - **water_rights** (string) - Information about water rights. - **mineral_rights** (string) - Information about mineral rights. - **easements** (string) - Information about easements. - **zoning** (string) - Zoning information for the property. - **lot_features** (array) - An array of lot features. - **pool_description** (string) - Description of the pool. - **hot_tub_description** (string) - Description of the hot tub. - **outbuildings** (array) - An array of outbuildings on the property. - **storm_protection** (array) - An array of storm protection features. - **fire_protection** (array) - An array of fire protection features. - **security_features** (array) - An array of security features. - **accessibility_modifications** (array) - An array of accessibility modifications. - **community_amenities** (array) - An array of community amenities. - **HOA_contact_info** (string) - Contact information for the HOA. - **HOA_rules** (string) - Rules of the HOA. - **HOA_fee_includes** (array) - What the HOA fees include. - **rental_restrictions** (string) - Any restrictions on renting the property. - **senior_living_community** (boolean) - Indicates if it's a senior living community. - **age_restricted** (boolean) - Indicates if the community is age-restricted. - **furnished** (boolean) - Indicates if the property is sold furnished. - **utilities_included** (array) - An array of utilities included in rent or HOA fees. - **water_sewer_type** (string) - Type of water and sewer system. - **gas_type** (string) - Type of gas service. - **cable_tv_provider** (string) - Cable TV provider. - **internet_service_provider** (string) - Internet service provider. - **trash_disposal_service** (string) - Trash disposal service provider. - **recycling_service** (string) - Recycling service provider. - **emergency_services** (string) - Information on emergency services. - **medical_facilities** (string) - Information on nearby medical facilities. - **transportation_services** (string) - Information on transportation services. - **shopping_centers** (string) - Information on nearby shopping centers. - **recreational_facilities** (string) - Information on nearby recreational facilities. - **restaurants** (string) - Information on nearby restaurants. - **schools** (array) - An array of nearby schools. - **parks** (array) - An array of nearby parks. - **attractions** (array) - An array of nearby attractions. - **highways** (array) - An array of nearby highways. - **airports** (array) - An array of nearby airports. - **public_transport** (array) - An array of nearby public transport options. - **hospitals** (array) - An array of nearby hospitals. - **clinics** (array) - An array of nearby clinics. - **police_stations** (array) - An array of nearby police stations. - **fire_stations** (array) - An array of nearby fire stations. - **post_offices** (array) - An array of nearby post offices. - **libraries** (array) - An array of nearby libraries. - **community_centers** (array) - An array of nearby community centers. - **places_of_worship** (array) - An array of nearby places of worship. - **banks** (array) - An array of nearby banks. - **pharmacies** (array) - An array of nearby pharmacies. - **grocery_stores** (array) - An array of nearby grocery stores. - **restaurants_cafes** (array) - An array of nearby restaurants and cafes. - **shopping_malls** (array) - An array of nearby shopping malls. - **movie_theaters** (array) - An array of nearby movie theaters. - **gyms_fitness_centers** (array) - An array of nearby gyms and fitness centers. - **parks_recreation_areas** (array) - An array of nearby parks and recreation areas. - **sports_complexes** (array) - An array of nearby sports complexes. - **museums_galleries** (array) - An array of nearby museums and galleries. - **theaters_performance_venues** (array) - An array of nearby theaters and performance venues. - **historical_sites** (array) - An array of nearby historical sites. - **tourist_attractions** (array) - An array of nearby tourist attractions. - **local_events** (array) - Information about local events. - **school_ratings** (object) - Ratings for nearby schools. - **crime_rate** (string) - Information on the local crime rate. - **walk_score** (integer) - Zillow's walkability score. - **transit_score** (integer) - Zillow's transit score. - **bike_score** (integer) - Zillow's bikeability score. - **neighborhood_info** (object) - General information about the neighborhood. - **name** (string) - Name of the neighborhood. - **population** (integer) - Population of the neighborhood. - **median_income** (string) - Median income in the neighborhood. - **average_age** (integer) - Average age of residents. - **diversity_index** (number) - Diversity index of the neighborhood. - **commute_time** (object) - Average commute times. - **driving** (string) - Average driving commute time. - **transit** (string) - Average transit commute time. - **walking** (string) - Average walking commute time. - **biking** (string) - Average biking commute time. - **property_history** (array) - An array of past ownership and sale records. - **tax_history** (array) - An array of past tax assessments. - **permits** (array) - An array of building permits issued for the property. - **assessments** (array) - An array of property assessments. - **comparable_sales** (array) - An array of recently sold comparable properties. - **rental_listings** (array) - An array of comparable rental listings. - **foreclosure_status** (string) - Foreclosure status of the property. - **short_sale_status** (string) - Short sale status of the property. - **pre_foreclosure** (boolean) - Indicates if the property is in pre-foreclosure. - **auction_date** (string) - Date of auction if applicable. - **eviction_history** (string) - Eviction history related to the property. - **legal_description** (string) - The legal description of the property. - **parcel_number** (string) - The unique parcel number assigned to the property. - **lot_number** (string) - The lot number within a subdivision. - **subdivision_name** (string) - The name of the subdivision. - **block_number** (string) - The block number within the subdivision. - **unit_number** (string) - The unit number if it's a multi-unit property. - **building_name** (string) - The name of the building if applicable. - **floor_number** (string) - The floor number if applicable. - **mls_number** (string) - The Multiple Listing Service number. - **listing_office_name** (string) - The name of the listing office. - **listing_office_phone** (string) - The phone number of the listing office. - **co_listing_office_name** (string) - The name of the co-listing office. - **co_listing_office_phone** (string) - The phone number of the co-listing office. - **buyer_agent_name** (string) - The name of the buyer's agent. - **buyer_agent_phone** (string) - The phone number of the buyer's agent. - **buyer_agent_email** (string) - The email address of the buyer's agent. - **listing_agent_id** (string) - The ID of the listing agent. - **buyer_agent_id** (string) - The ID of the buyer's agent. - **listing_office_id** (string) - The ID of the listing office. - **co_listing_office_id** (string) - The ID of the co-listing office. - **co_buyer_agent_id** (string) - The ID of the co-buyer's agent. - **co_buyer_agent_name** (string) - The name of the co-buyer's agent. - **co_buyer_agent_phone** (string) - The phone number of the co-buyer's agent. - **co_buyer_agent_email** (string) - The email address of the co-buyer's agent. - **listing_agent_commission_type** (string) - Type of commission for the listing agent. - **buyer_agent_commission_type** (string) - Type of commission for the buyer's agent. - **co_listing_agent_commission_type** (string) - Type of commission for the co-listing agent. - **co_buyer_agent_commission_type** (string) - Type of commission for the co-buyer's agent. - **seller_financing_available** (boolean) - Indicates if seller financing is available. - **lease_terms** (string) - Lease terms if applicable. - **lease_amount** (string) - Lease amount if applicable. - **lease_deposit** (string) - Lease deposit amount if applicable. - **lease_duration** (string) - Lease duration if applicable. - **lease_start_date** (string) - Lease start date if applicable. - **lease_end_date** (string) - Lease end date if applicable. - **lease_renewal_options** (string) - Lease renewal options if applicable. - **lease_covenants** (string) - Lease covenants if applicable. - **lease_clauses** (string) - Lease clauses if applicable. - **lease_options** (string) - Lease options if applicable. - **lease_purchase_option** (boolean) - Indicates if a lease purchase option exists. - **lease_purchase_price** (string) - Lease purchase price if applicable. - **lease_purchase_terms** (string) - Lease purchase terms if applicable. - **lease_purchase_deposit** (string) - Lease purchase deposit if applicable. - **lease_purchase_closing_date** (string) - Lease purchase closing date if applicable. - **lease_purchase_conditions** (string) - Lease purchase conditions if applicable. - **lease_purchase_contingencies** (string) - Lease purchase contingencies if applicable. - **lease_purchase_fees** (string) - Lease purchase fees if applicable. - **lease_purchase_responsibilities** (string) - Lease purchase responsibilities if applicable. - **lease_purchase_rights** (string) - Lease purchase rights if applicable. - **lease_purchase_obligations** (string) - Lease purchase obligations if applicable. - **lease_purchase_penalties** (string) - Lease purchase penalties if applicable. - **lease_purchase_termination** (string) - Lease purchase termination conditions if applicable. - **lease_purchase_assignment** (string) - Lease purchase assignment conditions if applicable. - **lease_purchase_subletting** (string) - Lease purchase subletting conditions if applicable. - **lease_purchase_indemnification** (string) - Lease purchase indemnification conditions if applicable. - **lease_purchase_insurance** (string) - Lease purchase insurance requirements if applicable. - **lease_purchase_warranties** (string) - Lease purchase warranties if applicable. - **lease_purchase_representations** (string) - Lease purchase representations if applicable. - **lease_purchase_covenants_reps_warranties** (string) - Combined field for covenants, representations, and warranties. - **lease_purchase_governing_law** (string) - Governing law for the lease purchase agreement. - **lease_purchase_dispute_resolution** (string) - Dispute resolution mechanisms for the lease purchase agreement. - **lease_purchase_notices** (string) - Notice procedures for the lease purchase agreement. - **lease_purchase_amendments** (string) - Amendment procedures for the lease purchase agreement. - **lease_purchase_entire_agreement** (string) - Entire agreement clause for the lease purchase agreement. - **lease_purchase_confidentiality** (string) - Confidentiality clauses for the lease purchase agreement. - **lease_purchase_force_majeure** (string) - Force majeure clauses for the lease purchase agreement. - **lease_purchase_severability** (string) - Severability clauses for the lease purchase agreement. - **lease_purchase_waivers** (string) - Waiver clauses for the lease purchase agreement. - **lease_purchase_assignment_clause** (string) - Specific assignment clause for the lease purchase agreement. - **lease_purchase_subletting_clause** (string) - Specific subletting clause for the lease purchase agreement. - **lease_purchase_indemnification_clause** (string) - Specific indemnification clause for the lease purchase agreement. - **lease_purchase_insurance_clause** (string) - Specific insurance clause for the lease purchase agreement. - **lease_purchase_warranties_clause** (string) - Specific warranties clause for the lease purchase agreement. - **lease_purchase_representations_clause** (string) - Specific representations clause for the lease purchase agreement. - **lease_purchase_governing_law_clause** (string) - Specific governing law clause for the lease purchase agreement. - **lease_purchase_dispute_resolution_clause** (string) - Specific dispute resolution clause for the lease purchase agreement. - **lease_purchase_notices_clause** (string) - Specific notices clause for the lease purchase agreement. - **lease_purchase_amendments_clause** (string) - Specific amendments clause for the lease purchase agreement. - **lease_purchase_entire_agreement_clause** (string) - Specific entire agreement clause for the lease purchase agreement. - **lease_purchase_confidentiality_clause** (string) - Specific confidentiality clause for the lease purchase agreement. - **lease_purchase_force_majeure_clause** (string) - Specific force majeure clause for the lease purchase agreement. - **lease_purchase_severability_clause** (string) - Specific severability clause for the lease purchase agreement. - **lease_purchase_waivers_clause** (string) - Specific waivers clause for the lease purchase agreement. - **lease_purchase_title_insurance** (string) - Title insurance requirements for the lease purchase agreement. - **lease_purchase_escrow** (string) - Escrow procedures for the lease purchase agreement. - **lease_purchase_closing_costs** (string) - Allocation of closing costs for the lease purchase agreement. - **lease_purchase_prorations** (string) - Proration of taxes and other expenses for the lease purchase agreement. - **lease_purchase_property_condition** (string) - Condition of the property at closing. - **lease_purchase_inspections** (string) - Inspection rights and procedures for the lease purchase agreement. - **lease_purchase_repairs** (string) - Responsibility for repairs before closing. - **lease_purchase_utilities** (string) - Transfer of utilities at closing. - **lease_purchase_default** (string) - Consequences of default by either party. - **lease_purchase_remedies** (string) - Remedies available in case of default. - **lease_purchase_arbitration** (string) - Arbitration procedures if applicable. - **lease_purchase_mediation** (string) - Mediation procedures if applicable. - **lease_purchase_litigation** (string) - Litigation procedures if applicable. - **lease_purchase_attorney_fees** (string) - Provisions for attorney fees. - **lease_purchase_notice_period** (string) - Notice periods for various actions. - **lease_purchase_cure_period** (string) - Cure periods for defaults. - **lease_purchase_time_is_of_the_essence** (boolean) - Clause stating time is of the essence. - **lease_purchase_binding_effect** (string) - Effect of the agreement on heirs and assigns. - **lease_purchase_successors_and_assigns** (string) - Provisions for successors and assigns. - **lease_purchase_independent_contractors** (string) - Clarification of the relationship between parties. - **lease_purchase_confidential_information** (string) - Handling of confidential information. - **lease_purchase_non_disclosure** (string) - Non-disclosure agreements. - **lease_purchase_non_solicitation** (string) - Non-solicitation agreements. - **lease_purchase_non_compete** (string) - Non-compete agreements. - **lease_purchase_intellectual_property** (string) - Intellectual property rights. - **lease_purchase_data_privacy** (string) - Data privacy provisions. - **lease_purchase_cybersecurity** (string) - Cybersecurity provisions. - **lease_purchase_environmental_compliance** (string) - Environmental compliance requirements. - **lease_purchase_permits_licenses** (string) - Requirements for permits and licenses. - **lease_purchase_insurance_requirements** (string) - Specific insurance coverage required. - **lease_purchase_indemnification_obligations** (string) - Specific indemnification obligations. - **lease_purchase_warranties_provided** (string) - Specific warranties provided by the seller. - **lease_purchase_representations_made** (string) - Specific representations made by the seller. - **lease_purchase_governing_law_jurisdiction** (string) - Specific jurisdiction for governing law. - **lease_purchase_dispute_resolution_method** (string) - Specific method for dispute resolution. - **lease_purchase_notice_delivery** (string) - Methods for delivering notices. - **lease_purchase_amendment_process** (string) - Process for amending the agreement. - **lease_purchase_entire_agreement_statement** (string) - Statement confirming the entire agreement. - **lease_purchase_confidentiality_period** (string) - Duration of confidentiality obligations. - **lease_purchase_force_majeure_events** (string) - Examples of force majeure events. - **lease_purchase_severability_effect** (string) - Effect of severability. - **lease_purchase_waiver_consequences** (string) - Consequences of waiving a right. - **lease_purchase_assignment_restrictions** (string) - Restrictions on assignment. - **lease_purchase_subletting_restrictions** (string) - Restrictions on subletting. - **lease_purchase_indemnification_scope** (string) - Scope of indemnification. - **lease_purchase_insurance_coverage** (string) - Specific insurance coverage details. - **lease_purchase_warranty_duration** (string) - Duration of warranties. - **lease_purchase_representation_reliance** (string) - Reliance on representations. - **lease_purchase_governing_law_interpretation** (string) - Interpretation of governing law. - **lease_purchase_dispute_resolution_costs** (string) - Allocation of costs for dispute resolution. - **lease_purchase_notice_requirements** (string) - Specific requirements for notices. - **lease_purchase_amendment_formalities** (string) - Formalities for amendments. - **lease_purchase_entire_agreement_clarification** (string) - Clarification of the entire agreement clause. - **lease_purchase_confidentiality_exceptions** (string) - Exceptions to confidentiality. - **lease_purchase_force_majeure_relief** (string) - Relief available under force majeure. - **lease_purchase_severability_provisions** (string) - Specific severability provisions. - **lease_purchase_waiver_formalities** (string) - Formalities for waivers. - **lease_purchase_assignment_consent** (string) - Requirements for consent to assignment. - **lease_purchase_subletting_consent** (string) - Requirements for consent to subletting. - **lease_purchase_indemnification_exclusions** (string) - Exclusions from indemnification. - **lease_purchase_insurance_policy_details** (string) - Details of required insurance policies. - **lease_purchase_warranty_limitations** (string) - Limitations on warranties. - **lease_purchase_representation_qualifications** (string) - Qualifications for representations. - **lease_purchase_governing_law_amendments** (string) - How amendments interact with governing law. - **lease_purchase_dispute_resolution_process** (string) - Detailed process for dispute resolution. - **lease_purchase_notice_content** (string) - Content requirements for notices. - **lease_purchase_amendment_signatures** (string) - Signature requirements for amendments. - **lease_purchase_entire_agreement_amendments** (string) - How amendments affect the entire agreement. - **lease_purchase_confidentiality_breach** (string) - Consequences of breaching confidentiality. - **lease_purchase_force_majeure_notification** (string) - Notification requirements for force majeure events. - **lease_purchase_severability_mechanism** (string) - Mechanism for severing invalid provisions. - **lease_purchase_waiver_form_content** (string) - Content of waiver forms. - **lease_purchase_assignment_notice** (string) - Notice requirements for assignment. - **lease_purchase_subletting_notice** (string) - Notice requirements for subletting. - **lease_purchase_indemnification_notice** (string) - Notice requirements for indemnification claims. - **lease_purchase_insurance_coverage_period** (string) - Duration of required insurance coverage. - **lease_purchase_warranty_disclaimers** (string) - Disclaimers related to warranties. - **lease_purchase_representation_disclosures** (string) - Disclosures related to representations. - **lease_purchase_governing_law_enforcement** (string) - Enforcement of governing law. - **lease_purchase_dispute_resolution_venue** (string) - Venue for dispute resolution. - **lease_purchase_notice_timing** (string) - Timing requirements for notices. - **lease_purchase_amendment_execution** (string) - Execution of amendments. - **lease_purchase_entire_agreement_modifications** (string) - Modifications to the entire agreement clause. - **lease_purchase_confidentiality_term** (string) - Term of confidentiality obligations. - **lease_purchase_force_majeure_termination** (string) - Termination rights due to force majeure. - **lease_purchase_severability_costs** (string) - Costs associated with severability. - **lease_purchase_waiver_consideration** (string) - Consideration for waivers. - **lease_purchase_assignment_fees** (string) - Fees associated with assignment. - **lease_purchase_subletting_fees** (string) - Fees associated with subletting. - **lease_purchase_indemnification_period** (string) - Duration of indemnification obligations. - **lease_purchase_insurance_premiums** (string) - Responsibility for insurance premiums. - **lease_purchase_warranty_exclusions** (string) - Exclusions from warranties. - **lease_purchase_representation_accuracy** (string) - Accuracy of representations. - **lease_purchase_governing_law_amendment_process** (string) - Process for amending governing law. - **lease_purchase_dispute_resolution_cooperation** (string) - Cooperation in dispute resolution. - **lease_purchase_notice_receipt** (string) - Confirmation of notice receipt. - **lease_purchase_amendment_delivery** (string) - Delivery of executed amendments. - **lease_purchase_entire_agreement_supersedes** (string ``` -------------------------------- ### GET /venues/schedules Source: https://docs.repliers.io/reference/getting-started-with-your-api Retrieves venue schedule information including multiple time slots with timezone support. Each schedule entry contains date, start time, end time, type, status, and timezone information. ```APIDOC ## GET /venues/schedules ### Description Retrieve all venue schedules with detailed timing and timezone information for multiple schedule slots. ### Method GET ### Endpoint /venues/schedules ### Response #### Success Response (200) - **schedules** (object) - Collection of schedule entries indexed numerically - **[index]** (object) - Individual schedule entry - **date** (string) - Schedule date - **startTime** (string) - Schedule start time - **endTime** (string) - Schedule end time - **type** (object) - Schedule type specification - **status** (object) - Current schedule status - **TZ** (string) - Timezone identifier (e.g., "ET", "TE") ### Response Example { "schedules": { "1": { "date": "2024-01-15", "startTime": "09:00", "endTime": "17:00", "type": {}, "status": {}, "TZ": "ET" }, "2": { "date": "2024-01-16", "startTime": "10:00", "endTime": "18:00", "type": {}, "status": {}, "TZ": "ET" }, "3": { "date": "2024-01-17", "startTime": "08:00", "endTime": "16:00", "type": {}, "status": {}, "TZ": "TE" } } } ``` -------------------------------- ### POST /listings Source: https://docs.repliers.io/reference/getting-started-with-your-api Use this endpoint to search listings using various parameters. It allows real-time retrieval of listings based on user preferences, and supports requesting market statistics, dynamic map clusters, and AI-powered image search. ```APIDOC ## POST /listings ### Description Searches for listings based on a variety of query parameters. This endpoint can also be used to request market statistics, dynamic map clusters, and perform AI-based image searches. ### Method POST ### Endpoint https://api.repliers.io/listings ### Parameters #### Query Parameters - **agent** (array of strings) - Optional - Filters listings by agent name or agent ID. Supports multiple values. - **aggregates** (string) - Optional - Aggregates values and counts for specified fields for grouping and displaying acceptable filter values. - **aggregatesUnique** (string) - Optional - Provides unique aggregate values and counts for specified fields, useful for comma-separated values. - **aggregateStatistics** (boolean) - Optional - If true and both "aggregates" and "statistics" are used, requested statistics will be grouped by the requested aggregates. - **amenities** (array of strings) - Optional - Filters listings by one or more specified amenities. Example: "Gym", "Swimming Pool". - **amenitiesOperator** (string) - Optional - Operator for filtering by amenities. "AND" requires all amenities to match, "OR" requires at least one. Defaults to "AND". - **area** (string) - Optional - Filters listings by their geographical area or region. - **areaOrCity** (array of strings) - Optional - Filters listings where the address.area or address.city field matches any of the provided values. - **balcony** (array of strings) - Optional - Filters listings by one or more values for balcony. - **basement** (array of strings) - Optional - Filters listings by one or more values for basement. ### Request Example ```json { "query": "POST /listings" } ``` ### Response #### Success Response (200) - **listings** (array) - An array of listing objects matching the search criteria. - **aggregations** (object) - An object containing aggregate data if requested. - **statistics** (object) - An object containing market statistics if requested. #### Response Example ```json { "listings": [ { "id": "listing123", "address": { "street": "123 Main St", "city": "Anytown", "area": "Downtown" }, "price": 500000, "amenities": ["Gym", "Parking"] } ], "aggregations": { "price_min": 300000, "price_max": 700000 } } ``` ``` -------------------------------- ### Image Sandbox Configuration Source: https://docs.repliers.io/reference/getting-started-with-your-api Defines the configuration for image sandboxing, specifying the path to a sample image file. This is used for testing or previewing images within a safe, isolated environment. ```json { "example": "sandbox/IMG-SANDBOX_1.jpg" } ```