{"name":"property-diligence-pack","description":"Property diligence API for a street address: geocode, tax assessment, permit history, seismic hazard, and air quality in one call for real estate risk screening. Composite: one call runs address-geocode first to resolve the address, then property-tax-assessment, building-permits, earthquakes-recent, and air-quality in parallel, merged into one address risk profile. Tax assessment and permit history only cover a handful of US open-data cities and degrade gracefully elsewhere; seismic and air-quality legs run for any resolved coordinate. Use it as a property tax lookup, permit history check, seismic hazard screen, or address risk profile for real-estate diligence.","price":"$0.05","method":"POST","input_schema":{"properties":{"address":{"type":"string","description":"Street address to diligence, e.g. '123 Broadway, New York, NY'. Required, max 500 chars."},"radius_km":{"type":"integer","description":"Optional search radius in km (1-500, default 50) for the seismic-activity bounding box around the resolved coordinate."}},"required":["address"]},"input_example":{"address":"123 Broadway, New York, NY","radius_km":25},"output_example":{"address":"123 Broadway, New York, NY","location":{"lat":40.7128,"lon":-74.006},"tax_assessment":{"county":"nyc","total":1,"properties":[{"parcel_id":"1000010001","assessed_value_total":500000}]},"permits":[{"permit_id":"J1","type":"AL","status":"ISSUED"}],"seismic":{"count":1,"range":"month","earthquakes":[{"magnitude":3.2,"place":"10km NE of New York, NY"}]},"air_quality":{"current":{"us_aqi":42,"us_aqi_category":"good"}},"radius_km":25,"composed_of":["address-geocode","property-tax-assessment","building-permits","earthquakes-recent","air-quality"],"components":[{"name":"address-geocode","ok":true,"ms":400},{"name":"air-quality","ok":true,"ms":220}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}