# Property ## Overview The Property Cloud API returns information about a given parcel of property, including: assessed value; last sale price; current mortgage; physical dimensions of land; and square footage. The level of detail may vary according to location. The Property service can be used to: - Look up U.S. properties by address, county FIPS (Federal Information Processing Standards) and APN (Assessor's Parcel Number), or Melissa Address Key (MAK) - Find the owner's name, address, and value of the home - Learn about the various properties and characteristics of a property such as size, rooms, number of buildings, amenities, improvements, etc. - Search through historical deeds for a home to see past buyers and sales - Find other properties owned by a homeowner **Documentation** - [Property Documentation](https://docs.melissa.com/cloud-api/property/property-index.html) **Useful Resources** - [Release Notes](https://releasenotes.melissa.com/cloud-api/property/) - [Result Codes](https://docs.melissa.com/cloud-api/property/result-codes.html) **Product Page** [https://www.melissa.com/property-data](https://www.melissa.com/property-data) **Support Center** [https://www.melissa.com/company/product-support](https://www.melissa.com/company/product-support) ## Servers ``` https://property.melissadata.net/v4/WEB ``` ## Download OpenAPI description [Property](https://md-developer-portal-staging.redocly.app/_bundle/apis/property.yaml) ## Lookup Deeds Use this endpoint to find deeds and/or transactions. ### Lookup deeds for a property - [GET /LookupDeeds](https://md-developer-portal-staging.redocly.app/apis/property/lookup-deeds/lookupdeedsget.md): The LookupDeeds endpoint returns an array of deeds and/or transactions from the recorder table when given the Property MAK or the FIPs and APN. The following are the possible minimum input requirements: - fips and apn - mak - ff ### Lookup deeds for a property - [POST /LookupDeeds](https://md-developer-portal-staging.redocly.app/apis/property/lookup-deeds/lookupdeedspost.md): The LookupDeeds endpoint returns an array of deeds and/or transactions from the recorder table when given the Property MAK or the FIPs and APN. The following are the possible minimum input requirements: - FIPS and APN - PropertyMAK - FreeForm ## Lookup Homes by Owner Use this endpoint to find homes owned by a homeowner. ### Lookup homes owned by a homeowner - [GET /LookupHomesByOwner](https://md-developer-portal-staging.redocly.app/apis/property/lookup-homes-by-owner/lookuphomesbyownerget.md): The LookupHomesByOwner endpoint returns an array of homes owned by a homeowner based on their address (MAK). The following are the possible minimum input requirements: - mak - ff ### Lookup homes owned by a homeowner - [POST /LookupHomesByOwner](https://md-developer-portal-staging.redocly.app/apis/property/lookup-homes-by-owner/lookuphomesbyownerpost.md): The LookupHomesByOwner endpoint returns an array of homes owned by a homeowner based on their address (MAK). The following are the possible minimum input requirements: - OwnerMAK - FreeForm ## Lookup Property Use this endpoint to get general information regarding a property. ### Lookup information on a property - [GET /LookupProperty](https://md-developer-portal-staging.redocly.app/apis/property/lookup-property/lookuppropertyget.md): The LookupProperty endpoint returns general information regarding a property. The following are the possible minimum input requirements: - addresskey - fips and apn - fips and account - mak - ff - a1 with either postal, or city and state ### Lookup information on properties - [POST /LookupProperty](https://md-developer-portal-staging.redocly.app/apis/property/lookup-property/lookuppropertypost.md): The LookupProperty endpoint returns general information regarding a property. The following are the possible minimum input requirements: - AddressKey - FIPS and APN - FIPS and Account - MAK - FreeForm - AddressLine1 with either PostalCode, or City and State