Lender? AMC? PropTech? Workflow vendor? Hit the Replicost API and get a defensible RCN, depreciation, or RCV back as JSON. Live data. Reproducible historical snapshots. SLA-backed.
Given a property (address, APN, or characteristics), return a defensible RCN with breakdown to the segregated component level.
Insurance RCV for a property. Includes depreciation schedule and code-upgrade allowance.
Full cost approach: RCN + depreciation + land + reconciliation. Returns PDF, DOCX, JSON, or all three.
Live RPLX-2026 index values. Filter by class, region, and date.
Regional cost multipliers for any ZIP. Returns the current value plus historical series.
Bulk processing — submit 50K parcels and get notified by webhook when the run is done.
curl -X POST https://api.replicost.com/v1/rcn \
-H "Authorization: Bearer $REPLICOST_API_KEY" \
-d '{"address": "421 N State St, Chicago, IL 60654", "class": "office_b", "gla": 18400, "stories": 6, "year_built": 1998}'
→ {
"rcn": 8204500,
"rcn_per_sf": 445.92,
"depreciation": { "physical": 1632000, "functional": 0, "external": 0 },
"methodology": "RPLX-2026",
"as_of": "2026-05-28",
"citations_url": "https://replicost.com/api/citations/r_8b2..."
}Sandbox keys are free. Production access is metered & SLA-backed. Talk to us about your use case.