ConsoleCatalog
Sign in
Bairdwarner logo

Bairdwarner

bairdwarner.comReal Estateno auth

Chicago-area brokerage - home search, communities, property details, and agents.

Property Climate Risk

ASYNCREADNo auth

Returns climate and environmental risk scores for a property including flood, air, and internet data.

ParametersFormJSON

Full street address of the property for climate risk lookup

Property latitude coordinate as a decimal string

Property longitude coordinate as a decimal string

MLS listing ID for the property

Baird & Warner dmgid property identifier (mlsOuid)

address_slug (optional)

community_slug (optional)

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_bairdwarner_com_property_climate_risk_widget",
    "params": {
      "address": "1443 W Victoria Street, Chicago, IL, 60660",
      "latitude": "41.986940",
      "longitude": "-87.666760",
      "mls_listing_id": "12638124",
      "property_id": "187290528",
      "address_slug": "1443-W-Victoria-Street-Chicago-IL-60660",
      "community_slug": "edgewater-boundary"
    }
  }'