GET api/ValuationSummary?UnparsedAddress={UnparsedAddress}&City={City}&StateOrProvince={StateOrProvince}&PostalCode={PostalCode}&subscriptionKey={subscriptionKey}

Get Valuation Summary given address.

Request Information

Parameters

NameDescriptionAdditional information
UnparsedAddress

Define this parameter in the request URI.

City

Define this parameter in the request URI.

StateOrProvince

Define this parameter in the request URI.

PostalCode

Define this parameter in the request URI.

subscriptionKey

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "IDProperty": 1,
  "Valuation": 2,
  "ValuationDate": "2026-07-12T11:19:27.1769661-06:00",
  "Reliability": 4,
  "PropertiesUsed": 5,
  "Market": 6,
  "LandResidual": 7,
  "Assessment": 8,
  "SimilarAssessment": 9,
  "TrendSalePrice": 10,
  "ReplacementCost": 11,
  "WeightMarket": 12.1,
  "WeightLandResidual": 13.1,
  "WeightAssessment": 14.1,
  "WeightSimilarAssessment": 15.1,
  "WeightTrendSalePrice": 16.1,
  "CompCountMarket": 17,
  "CompCountLandResidual": 18,
  "CompCountAssessment": 19,
  "CompCountSimilarAssessment": 20,
  "ValuationReport": "sample string 21"
}