{ "opencollection": "1.0.0", "info": { "name": "ATTOM Area All Events Sales Trends API", "version": "v1.0.0" }, "request": { "auth": { "type": "apikey", "key": "apikey", "value": "{{apikey}}", "placement": "header" } }, "items": [ { "info": { "name": "Sales Trends", "type": "folder" }, "items": [ { "info": { "name": "Get Sales Trend", "type": "http" }, "http": { "method": "GET", "url": "https://api.gateway.attomdata.com/transaction/salestrend", "params": [ { "name": "geoIdV4", "value": "", "type": "query", "description": "ATTOM v4 geography identifier (state, county, CBSA, ZIP, neighborhood)." }, { "name": "interval", "value": "", "type": "query", "description": "Time interval (\"Yearly\", \"Monthly\")." } ] }, "docs": "Average and median sales prices for the past two years for the requested geography." } ] } ], "bundled": true }