Search geo signals within a state
Geo-Scoped Signals
Search Signals
GET
Search geo signals within a state
Searches geo-scoped signals across a state, with filters like
geo_type, signal_keys, and decision/score thresholds.
Use this when you want ranked or filtered geo-level opportunities, not just one fixed geo_id.
For narrative examples and interpretation guidance, see Signals & Methodology.
Required input
- None (defaults to
state=WAif omitted)
Optional input
state(2-letter code)signal_keys(CSV list)geo_type(jurisdiction,city,zip,county,state)decision(for examplepositive)min_score(0..1)limit(1..100)cursor(opaque pagination token)
Behavior notes
- If
signal_keysis provided, it is applied as a hard filter. - If
signal_keysis omitted, results are ranked across all active geo signals by score. - Pagination order is
score DESC, signal_key ASC, geo_id ASC.
Example request
Response shape
statecountsignals[]withgeo_id,geo_type,display_name,signal_key,value,score,confidence,decision,reasons,computed_atnext_cursor
Authorizations
Query Parameters
Pattern:
^[A-Za-z]{2}$Optional CSV list of signal keys.
Available options:
property, jurisdiction, city, zip, county, state Example:
"positive"
Required range:
0 <= x <= 1Example:
0.5
Required range:
1 <= x <= 100Opaque cursor from previous page.

