Every address a storm
already hit, or might hit next.

One endpoint returns storm-event addresses and forecasted risk addresses, nationwide, updated around the clock. Preview any county for free. Pay only for the addresses you actually pull.

Get API access Browse the endpoint Property risk API (coming soon)
Insurance & Claims Disaster Recovery Government & Emergency Mgmt Property Investment Proptech & Underwriting Exterior & Restoration Trades

1 ENDPOINT · FREE PREVIEWS · BEARER TOKEN FOR REAL PULLS · JSON OR CSV · ATLASCAST REFRESHES 4×/DAY · TRUEFIXR EVERY 15 MIN

Quickstart

Free preview. Then addresses=true.

Previews need no token at all. Sign up, add a balance, get a key, and pass it only when you're ready for the real, billed pull.

quickstart.sh
# Free preview, no token needed
curl "https://data.truefixr.com/v1/data?dataset=storms&state=TX&county=Travis"

# Response
{ "dataset": "storms", "county": "Travis", "total_leads": 1079, "storm_types": {"THUNDERSTORM_WIND": 502, "HEAVY_RAIN": 277, "HAIL": 300} }

# Same URL, add addresses=true, for the real pull
curl "https://data.truefixr.com/v1/data?dataset=storms&state=TX&county=Travis&addresses=true" \
  -H "Authorization: Bearer YOUR_API_KEY"

# Only want one storm type? Filter with peril= -- free on preview, cheaper on the real pull (fewer addresses returned)
curl "https://data.truefixr.com/v1/data?dataset=storms&state=TX&county=Travis&peril=HAIL"

# Real severity too, not just type -- e.g. hail 2.5in and up (see severity_by_type in the preview for what's actually on file)
curl "https://data.truefixr.com/v1/data?dataset=storms&state=TX&county=Travis&peril=HAIL&min_severity=2.5"

# Everything for ONE address -- its own storm history + that county's current forecast risk, one call
curl "https://data.truefixr.com/v1/data?dataset=address&lat=30.3445&lon=-97.9157"

# Forecast side too -- storm type + estimated property value in the path, free
curl "https://data.truefixr.com/v1/data?dataset=risk&state=TX&county=Travis&peril=HAIL"
Two data sets

Reported storms. Forecasted risk.

Same endpoint, same shape, two opposite directions in time. dataset= is the only thing that switches between them.

TrueFixR · dataset=storms

The past, reported.

Real, reported storm events -- hail, wind, flood and more -- going back up to 365 days. Confirms a storm occurred at the address, not the extent of damage to the structure.

Answers: did a storm already hit this address?
AtlasCast · dataset=risk

The future, forecasted.

Probabilistic risk 0-16 days out, refreshed 4 times a day as new model runs land. Could happen -- not yet reported. Free preview breaks it down by storm type and estimated property value in the path.

Answers: might a storm hit this address soon?
Reference

One path. Every combination.

There's nothing else to browse. Pick a data set, pick a mode, and the real request and response update below.

get data.truefixr.com/v1/data
Data set
Mode

Calling the endpoint with no params at all returns the same menu, as JSON -- what dataset values exist, what they mean, and this pricing.

Don't know a county name? Check coverage first
# Free, no token. Every state we cover
curl "https://data.truefixr.com/v1/data?dataset=coverage"

# Free, no token. Every real county name in that state
curl "https://data.truefixr.com/v1/data?dataset=coverage&state=TX"

# Response
{ "state": "TX", "storms_county_count": 301, "risk_county_count": 254, "storms_counties": ["anderson", "andrews", "angelina", "..."] }
How it works

Look first. Pay for what you take.

1Free, no signup

Preview any county

Call the endpoint with a county and state. Get counts, storm types, and current grade back -- zero cost, zero token.

?dataset=storms&county=Travis
2Two minutes

Get a key, add a balance

Sign up, fund your balance, get your key. No procurement call, no integration meeting.

Authorization: Bearer YOUR_API_KEY
3$0.05 / address

Pull the real addresses

Add addresses=true. You get the real, address-level records and your balance drops by exactly what came back.

&addresses=true
$0
To preview any county
$0.05
Per address returned
0
Plans, seats, or contracts
Get started

Build on real storm data.

Reported storm addresses and forecast risk addresses, one endpoint away. Free previews, 5 cents per address, prepaid balance.

Get API access Contact us

Need broader property risk scoring across our full peril set instead? That's available by request, not self-serve yet -- same Contact us button above sets that up too.