Hailpoint: Search Hail Maps
Hailpoint via Parse · weather
Search for hail map events by keyword (city/state/ZIP), state code, category, and date range. Returns paginated results sorted by date with up to 15 items per page. When no filters are provided, returns the most recent events across all states. API for hailpoint.com providing access to historical hail maps, detailed storm impact data, damage category definitions, and hail report markers by location, state, city, or date range. Fulfilled by Parse from hailpoint.com.
- hailpoint
- hailpoint-com
- maps-geo
- parse
- platform-key
- real-estate
- weather
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- weather
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/a31237b8-4777-49ae-acf9-c3a25a0801e7/search_hail_maps
- Interface artifact
- sha256:e0c576807a72e19268c1a95decab0d5da6872a3ed2e8f8f3391c617085e42443
- Manifest digest
- sha256:aab47109a49402222e279b8a3f7960d2edcdc860376023582efc037cc46f6979
Request fields
- page (integer): Page number for pagination.
- state (string): Two-letter US state code (e.g. TX, IN) or 'can' for Canada.
- date_to (string): End date in YYYY-MM-DD format.
- keyword (string): City, State, or ZIP code to search near.
- category (string): Damage category filter.: Allowed values: scattered, major, severe, catastrophic
- distance (integer): Search radius in miles from keyword location.
- date_from (string): Start date in YYYY-MM-DD format.
Example queries
- {"page":"1","state":"TX","date_to":"2026-06-11","keyword":"Dallas","category":"scattered","distance":"100","date_from":"2026-03-13"}