Weather Discrepancy Alert API

The Weather Discrepancy Alert API is a licensable product that enables you to access weather detail by a programmatic interface. Given access to this API, you can submit the loss date and weather details for a claim and verify whether the details as stated match the events that were recorded near the loss location during a five-day span; specifically, on each of the two days preceding the loss date, on the loss date itself, and on each of the two days following the loss date.

You might use the returned data as input to your decision-making software, which in turn might fast-track a claim or make the claims available for special processing. A mismatch in weather detail might mean that the recorded claim data is inaccurate or even fraudulent, warranting closer investigation.

If you've licensed both Guidewire Canvas and Weather Discrepancy API, an adjuster or other user who receives a questionable claim on the basis of an API call can use Canvas to view interactively the loss location during the five-day span of interest. The adjuster might make immediate changes to parameters such as the radius of the area being inspected, might change from street view to satellite view, might zoom in or out, and might consider weather events that were not included in the API call.

In summary: Your organization can invoke the API once or repeatedly to get the information of interest and then use Canvas to see variations quickly.

Details on specific perils such as hail or lightning depend on your geographic region, as noted at the end of the following section: Layers.

Note: The Weather Discrepancy Alert API is at version 2.0. You can specify that version by adding the following text to the end of the URL: /2/0. However, Guidewire recommends that you specify only the major version (/2) so that you'll receive minor (non-breaking) updates automatically.

If you don't specify a version at all, your access defaults to the most recent version published.

Input

Wrapper Key Value Format Necessity Note
RecordId Row key Optional
Input address The location of the purported loss in standard street address form Text Required only if latitude and longitude are not provided.

However, to avoid an error, send at least a null.

In the absence of a valid latitude and longitude, the address is geocoded to specify the location's latitude and longitude.

Input claimNumber

A business-recognizable ID of the claim to be scored

Text Optional Passed through for use downstream.
Input date The date of the purported loss Date, preferably in YYYY-MM-DD format. Required

Use YYYY-MM-DD if possible, though any recognizable date format is valid. Ambiguous notation is interpreted as representing an American date format. For example, 2/1/2024 is interpreted as 1 February and not 2 January. For 2 January, an unambiguous notation is 2024-01-02.

Input latitude The geocoded latitude of the purported loss Float Optional Valid latitude-longitude pairs are preferred in place of addresses. Valid latitudes range from -90 to 90. A value of 0 is prohibited.
Input longitude The geocoded longitude of the purported loss Float Optional Valid latitude/longitude pairs are preferred in place of addresses. Valid longitudes range from -180 to 180. A value of 0 is prohibited.
Input lossCause The cause of the purported loss Text Optional Valid inputs are Hail, Lightning, Smoke, Tornado, Wildfire, and Wind. For other inputs, data outputs are provided but no match of loss causes is feasible, so the value of lossCause is None. That restriction might effect the business outcome or rule being applied.
Input noticeDate The date of the first notice of loss; that is, the date that the claim was reported Date, preferably in YYYY-MM-DD format Optional Use YYYY-MM-DD if possible, though any recognizable date format is valid. Ambiguous notation is interpreted as representing an American date format. For example, 2/1/2024 is interpreted as 1 February and not 2 January. For 2 January, an unambiguous notation is 2024-01-02.
Input searchRadius The search radius for the historical weather assessment, in meters Integer Optional; but to avoid an error, send at least a null. A default radius of 1,000 meters is used unless searchRadius is an integer between 1 and 10,000. Consider whether a larger search radius has business value that outweighs the likely extra time needed to score the input.
Options IncludeTiming true or false, indicating whether to echo the request data in the response Boolean Optional; the value by default is false.
Options IncludeInput true or false, indicating whether to include, in the response, the amount of time that was taken to score the request Boolean Optional; the value by default is false.
Here's an example input:
{
   "RecordId": "Example5025",
   "Input": {
      "address": "Malibu, California, USA",
      "claimNumber": "2025-0000614",
      "date": "2025-01-05T16:00:00+00:00",
      "latitude": "",
      "longitude": "",
      "lossCause": "Wildfire",
      "noticeDate": "2025-05-08T14:58:32.732+00:00",
      "searchRadius": 10000
   },
   "Options": {
      "IncludeTiming": true
      "IncludeInput": true
   }
}

Output

Wrapper Key Value Format Note
None TransactionId A unique identifier generated by the Scoring Service for this transaction. 36-digit text
None RecordId The value of RecordId from the request. Text Is returned only if RecordId was in the request
Output versionid Text The major version number of the solution, as described in the next row
Output revisionId Text The minor version number of the solution such that, if the version number is 2.​1.​3, the major is 2 and the minor is 1
Output solutionRisk The category of risk associated with the output. Text The following results refer to the riskiness of the match found between the details (cause, date, and location) of the purported loss and the observed historical weather within the search radius:
  • low means an exact match
  • medium indicates a fuzzy match; the relative riskiness might be because of a low geocoding confidence
  • high means no match
Output solutionMessage The textual description associated with solutionRisk. Text The defaults are as follows and can be altered upstream (by Guidewire Services) or downstream (by your organization):
  • for low:

    'Loss cause of ' + standardLossCause + ' matches observed weather at claimed location and date'

  • for medium 'Loss cause of ' + standardLossCause + ' does not match observed weather at claimed location and date, but severe weather occurred at nearby location and/or date' OR 'Claim location could not be geocoded with confidence'
  • for high: 'Loss cause of ' + standardLossCause + ' does not match observed weather at claimed location and date'
Output solutionAction The business recommendation associated with the value of solutionRisk. Text The defaults are as follows and can be altered upstream (by Guidewire Services) or downstream (by your organization):
  • for low:

    'Investigate in Guidewire Live Canvas and confirm loss details'

  • for medium 'Investigate in Guidewire Live Canvas and confirm loss details' OR 'Investigate in Guidewire Live Canvas and confirm loss location details'
  • for high: 'Proceed as usual (or fast track)'
Output radius The radius used for the historical weather assessment. Integer Uses searchRadius, which is between 1 and 10,000 meters. The default is 1,000 meters
Output latitudeUsed

The latitude used for the historical weather assessment

Float between -90 and 90

See geocodeSource

Output longitudeUsed

The longitude used for the historical weather assessment

Float between -180 and 180

See geocodeSource

Output determineMatch Result of comparing claimed loss date, location and cause to observed weather history Text geoCodeIssue if no valid geocode; else match if full match; else fuzzyMatch if severe weather occurred nearby in place or time; else misMatch
Output standardLossCause Loss cause standardized to perils in weather history Text Hail, Lightning, Smoke, Tornado, Wildfire, or Wind; else none
Output geocodeSource Source of latitudeUsed and longitudeUsed Text requestPayload if valid lat/long pair provided; else geocodeService if address successfully geocoded; else none
Output url_ (a prefix for multiple attributes) URL for a visual representation of the weather conditions, for dates that are at or near the claim's purported loss date. The attribute names end as follows:
  • LossDate
  • 1DayPrior
  • 2DaysPrior
  • 1DayAfter
  • 2DaysAfter
Text
Output noticeDateString Date of first notice of claim Text (YYYY-MM-DD) Passed through (if provided) in standard format for downstream use
Output dateString_ (a prefix for multiple attributes) Dates that are at or near to the claim's purported loss date. The attribute names end as follows:
  • LossDate
  • 1DayPrior
  • 2DaysPrior
  • 1DayAfter
  • 2DaysAfter
Text (YYYY-MM-DD)

Provided in standard format for downstream use

Output hailDistance_ (a prefix for multiple attributes) Distance from the nearest severe hail, in meters, as presented for dates that are at or near to the claim's purported loss date. The attribute names end as follows:
  • LossDate
  • 1DayPrior
  • 2DaysPrior
  • 1DayAfter
  • 2DaysAfter
String
Output hailValue_ (a prefix for multiple attributes) A status value, as presented for dates that are at or near to the claim's purported loss date. The attribute names end as follows:
  • LossDate
  • 1DayPrior
  • 2DaysPrior
  • 1DayAfter
  • 2DaysAfter
Float In half-inch or one-cm increments, depending on the value of hailUnits
Output lightningDistance_ (a prefix for multiple attributes) Distance from the nearest lightning strike, in meters, as presented for dates that are at or near to the claim's purported loss date. The attribute names end as follows:
  • LossDate
  • 1DayPrior
  • 2DaysPrior
  • 1DayAfter
  • 2DaysAfter
String
Output lightningValue_ (a prefix for multiple attributes)

UNIX time (UTC seconds since 1970-01-01)

, as presented for dates that are at or near to the claim's purported loss date. The attribute names end as follows:
  • LossDate
  • 1DayPrior
  • 2DaysPrior
  • 1DayAfter
  • 2DaysAfter
Text
Output tornadoDistance_ (a prefix for multiple attributes) Distance from the nearest tornado, in meters, as presented for dates that are at or near to the claim's purported loss date. The attribute names end as follows:
  • LossDate
  • 1DayPrior
  • 2DaysPrior
  • 1DayAfter
  • 2DaysAfter
String
Output tornadoValue_ (a prefix for multiple attributes) A value from

0 to 6 on the Enhanced Fujita scale

, as presented for dates that are at or near to the claim's purported loss date. The attribute names end as follows:
  • LossDate
  • 1DayPrior
  • 2DaysPrior
  • 1DayAfter
  • 2DaysAfter
Integer
Output wildfireDistance_ (a prefix for multiple attributes)

Distance in meters from nearest wildfire watch zone

, as presented for dates that are at or near to the claim's purported loss date. The attribute names end as follows:
  • LossDate
  • 1DayPrior
  • 2DaysPrior
  • 1DayAfter
  • 2DaysAfter
String
Output windDistance_ (a prefix for multiple attributes) Distance from nearest severe wind, in meters, as presented for dates that are at or near to the claim's purported loss date. The attribute names end as follows:
  • LossDate
  • 1DayPrior
  • 2DaysPrior
  • 1DayAfter
  • 2DaysAfter
String
Output windValue_ (a prefix for multiple attributes)

Speed of nearest severe wind

, as presented for dates that are at or near to the claim's purported loss date. The attribute names end as follows:
  • LossDate
  • 1DayPrior
  • 2DaysPrior
  • 1DayAfter
  • 2DaysAfter
Integer

In 5-mph or 10-kph increments, depending on

the value of windUnits.

Output hailUnits Units of hail measurement Text inches or cm depending on location; else, if no hail observed, none.
Output windUnits Units of wind measurement Text mph or kph depending on location; else, if no wind observed, none
Output smokeUnits Units of smoke measurement Float mg/m2
Output smokeDistance_ (a prefix for multiple attributes) Distance from the nearest smoke event, in meters, as presented for dates that are at or near to the claim's purported loss date. The attribute names end as follows:
  • LossDate
  • 1DayPrior
  • 2DaysPrior
  • 1DayAfter
  • 2DaysAfter
String
Output smokeValue_ (a prefix for multiple attributes)

A measure of smoke intensity in milligrams per square meter, as presented for dates that are at or near to the claim's purported loss date. The attribute names end as follows:

  • LossDate
  • 1DayPrior
  • 2DaysPrior
  • 1DayAfter
  • 2DaysAfter
Float
Output satelliteTornadoDistance_ (a prefix for multiple attributes) Distance from the nearest tornado seen by satellite, in meters, as presented for dates that are at or near to the claim's purported loss date. The attribute names end as follows:
  • LossDate
  • 1DayPrior
  • 2DaysPrior
  • 1DayAfter
  • 2DaysAfter
String
Output satelliteTornadoValue_ (a prefix for multiple attributes) A value from

0 to 6 on the Enhanced Fujita scale

, as presented for dates that are at or near to the claim's purported loss date. The attribute names end as follows:
  • LossDate
  • 1DayPrior
  • 2DaysPrior
  • 1DayAfter
  • 2DaysAfter
Integer
Output locationType One of the following values, which indicate the precision and method of geocoding for a location:
  • ROOFTOP is the highest level of accuracy, indicating that the returned result reflects a geocode accurate down to a specific street address or building
  • RANGE_INTERPOLATED indicates that the returned result reflects an approximation, typically on a road, interpolated between two precise points such as intersections, as usually occurs when rooftop geocodes are unavailable for a street address
  • GEOMETRIC_CENTER indicates that the returned result is the feature's geometric center such as a polyline (for example, for a street) or a polygon (for example, for a region)
  • APPROXIMATE indicates that the returned result is approximate and less precise than the other types, as might occur when the geocoder cannot precisely match the input address
Is null if the value of geocodeSource is requestPayload.
None

ExecutionDurationMicros

The number of microseconds it took to execute the solution. Decimal number Is returned only if IncludeTiming was true in the request
None Errors An array of error objects, each containing the following eight text fields followed by a Meta object that might have further detail:
  • Code: the category of error.
  • Title: the human-readable title for this category of error.
  • Detail: description of the error.
  • Phase: the part of the solution lifecycle during which the error occurred.
  • Domain: the most specific characterization of when the error occurred, whether Field, Transformer, Solution, or Unknown
  • TransformerId: The unique identifier of the transformer in which the error occurred, if available.
  • FieldId: The unique identifier of the field in which the error occurred, if available.
  • FieldName: The name of the field in which the error occurred, if available.
Here's an example output, including the original RecordId field and Input object:
{
   "RecordId": "Example5025",
   "Input": {
      "address": "Malibu, California, USA",
      "claimNumber": "2025-0000614",
      "date": "2025-01-05T16:00:00+00:00",
      "latitude": "",
      "longitude": "",
      "lossCause": "Wildfire",
      "noticeDate": "2025-05-08T14:58:32.732+00:00",
      "searchRadius": 10000
   },
   "Output": {
      "versionID": 2,
      "revisionID": 2,
      "solutionRisk": "medium",
      "solutionMessage": "Claim location could not be geocoded with confidence",
      "solutionAction": "Investigate in Guidewire Live Canvas and confirm loss location details",
      "radius": "10000",
      "latitudeUsed": 34.0380585,
      "longitudeUsed": -118.6923438,
      "determineMatch": "geoCodeIssue",
      "standardLossCause": "Wildfire",
      "geocodeSource": "geocodeService",
      "url_1DayAfter": "https://peril-history-svc.live.guidewire.net/image",
      "url_1DayPrior": "https://peril-history-svc.live.guidewire.net/image",
      "url_2DaysPrior": "https://peril-history-svc.live.guidewire.net/image",
      "url_2DaysAfter": "https://maps.googleapis.com/maps/api/staticmap?size=600x300&maptype=satellite&markers=color:red|+34.03806,-118.69234&path=color:0x00000000|weight:5|fillcolor:0xfcf1b1|34.000848,-118.790216|34.001497,-118.789262|34.001716,-118.788970|34.001981,-118.788539|34.002630,-118.787585|34.003354,-118.786712|34.004145,-118.785929|34.004499,-118.785613|34.004532,-118.785452|34.004676,-118.784578|34.004973,-118.783397|34.005365,-118.782257|34.005847,-118.781168|34.006415,-118.780142|34.007065,-118.779188|34.007284,-118.778896|34.007549,-118.778465|34.008198,-118.777511|34.008921,-118.776639|34.009712,-118.775856|34.010068,-118.775537|34.010332,-118.775107|34.010981,-118.774153|34.011705,-118.773281|34.012496,-118.772498|34.012850,-118.772181|34.012883,-118.772020|34.013027,-118.771146|34.013324,-118.769965|34.013715,-118.768825|34.014198,-118.767736|34.014766,-118.766710|34.015415,-118.765756|34.015634,-118.765464|34.015899,-118.765033|34.016548,-118.764079|34.017271,-118.763207|34.018062,-118.762424|34.018416,-118.762107|34.018450,-118.761947|34.018594,-118.761072|34.018891,-118.759891|34.019282,-118.758751|34.019764,-118.757662|34.020333,-118.756636|34.020982,-118.755682|34.021199,-118.755393|34.021233,-118.755231|34.021377,-118.754356|34.021674,-118.753175|34.022065,-118.752035|34.022548,-118.750947|34.023116,-118.749920|34.023765,-118.748966|34.023981,-118.748678|34.023994,-118.748375|34.023994,-118.747144|34.024051,-118.745823|34.024223,-118.744518|34.024508,-118.743241|34.024903,-118.742007|34.025402,-118.740830|34.026002,-118.739723|34.026694,-118.738698|34.026765,-118.738603|34.026799,-118.738441|34.026943,-118.737567|34.027240,-118.736385|34.027631,-118.735245|34.028114,-118.734157|34.028682,-118.733131|34.029331,-118.732177|34.029548,-118.731887|34.029582,-118.731725|34.029726,-118.730851|34.030023,-118.729670|34.030414,-118.728529|34.030897,-118.727441|34.031465,-118.726415|34.032114,-118.725461|34.032331,-118.725171|34.032365,-118.725009|34.032509,-118.724135|34.032806,-118.722954|34.033197,-118.721813|34.033679,-118.720725|34.034248,-118.719699|34.034896,-118.718745|34.035114,-118.718455|34.035148,-118.718293|34.035292,-118.717419|34.035589,-118.716238|34.035980,-118.715097|34.036462,-118.714009|34.037030,-118.712983|34.037679,-118.712029|34.037897,-118.711739|34.037930,-118.711577|34.038074,-118.710703|34.038371,-118.709522|34.038763,-118.708382|34.039245,-118.707293|34.039813,-118.706267|34.040462,-118.705313|34.040679,-118.705023|34.040713,-118.704861|34.040857,-118.703987|34.041154,-118.702806|34.041545,-118.701666|34.042027,-118.700577|34.042595,-118.699551|34.043244,-118.698597|34.043462,-118.698307|34.043495,-118.698145|34.043639,-118.697271|34.043936,-118.696090|34.044328,-118.694950|34.044810,-118.693861|34.045378,-118.692835|34.046027,-118.691881|34.046246,-118.691589|34.046511,-118.691158|34.047159,-118.690204|34.047882,-118.689332|34.048673,-118.688549|34.049027,-118.688232|34.049060,-118.688071|34.049204,-118.687197|34.049501,-118.686016|34.049892,-118.684876|34.050374,-118.683787|34.050942,-118.682761|34.051591,-118.681807|34.051810,-118.681515|34.052075,-118.681084|34.052724,-118.680130|34.053447,-118.679258|34.054237,-118.678475|34.054591,-118.678158|34.054624,-118.677998|34.054768,-118.677123|34.055065,-118.675942|34.055457,-118.674802|34.055939,-118.673713|34.056507,-118.672687|34.057155,-118.671733|34.057374,-118.671441|34.057639,-118.671011|34.058288,-118.670057|34.059011,-118.669184|34.059801,-118.668401|34.060155,-118.668084|34.060188,-118.667924|34.060332,-118.667049|34.060629,-118.665868|34.061020,-118.664728|34.061502,-118.663640|34.062071,-118.662613|34.062719,-118.661659|34.062937,-118.661370|34.062970,-118.661208|34.063114,-118.660333|34.063411,-118.659152|34.063802,-118.658012|34.064284,-118.656924|34.064852,-118.655897|34.065501,-118.654943|34.065718,-118.654654|34.065752,-118.654492|34.065896,-118.653617|34.066193,-118.652436|34.066584,-118.651296|34.067066,-118.650208|34.067634,-118.649182|34.068283,-118.648228|34.068500,-118.647938|34.068534,-118.647776|34.068678,-118.646902|34.068974,-118.645721|34.069366,-118.644580|34.069848,-118.643492|34.070416,-118.642466|34.071064,-118.641512|34.071282,-118.641222|34.071315,-118.641060|34.071459,-118.640186|34.071756,-118.639005|34.072147,-118.637864|34.072629,-118.636776|34.073197,-118.635750|34.073846,-118.634796|34.074063,-118.634506|34.074097,-118.634344|34.074241,-118.633470|34.074538,-118.632289|34.074929,-118.631148|34.075411,-118.630060|34.075979,-118.629034|34.076627,-118.628080|34.076846,-118.627788|34.077111,-118.627357|34.077759,-118.626403|34.078482,-118.625530|34.079272,-118.624747|34.079628,-118.624429|34.079892,-118.623999|34.080541,-118.623045|34.081263,-118.622172|34.082054,-118.621389|34.082410,-118.621070|34.082652,-118.620805|34.083442,-118.620022|34.084292,-118.619337|34.085194,-118.618755|34.086138,-118.618283|34.087116,-118.617924|34.087840,-118.617750|34.087974,-118.617710|34.088214,-118.617447|34.089004,-118.616664|34.089854,-118.615979|34.090756,-118.615397|34.091700,-118.614925|34.092678,-118.614566|34.093402,-118.614392|34.093535,-118.614352|34.093797,-118.613925|34.094446,-118.612971|34.095168,-118.612098|34.095958,-118.611316|34.096311,-118.611000|34.096323,-118.610699|34.096323,-118.610343|34.094311,-118.608294|34.093537,-118.608681|34.092635,-118.609263|34.091785,-118.609949|34.090995,-118.610732|34.090755,-118.610994|34.090621,-118.611035|34.089897,-118.611208|34.088919,-118.611567|34.087975,-118.612039|34.087073,-118.612621|34.086223,-118.613307|34.085433,-118.614089|34.085193,-118.614352|34.085059,-118.614392|34.084335,-118.614566|34.083357,-118.614925|34.082413,-118.615397|34.081511,-118.615979|34.080661,-118.616664|34.079871,-118.617447|34.079629,-118.617712|34.079272,-118.618031|34.078482,-118.618814|34.077759,-118.619687|34.077111,-118.620641|34.076847,-118.621071|34.076491,-118.621389|34.075701,-118.622172|34.074978,-118.623045|34.074329,-118.623999|34.074065,-118.624430|34.073846,-118.624722|34.073197,-118.625676|34.072629,-118.626702|34.072147,-118.627790|34.071756,-118.628931|34.071459,-118.630112|34.071315,-118.630986|34.071282,-118.631147|34.070928,-118.631463|34.070138,-118.632246|34.069415,-118.633119|34.068766,-118.634073|34.068502,-118.634504|34.068283,-118.634796|34.067634,-118.635750|34.067066,-118.636776|34.066584,-118.637864|34.066193,-118.639005|34.065896,-118.640186|34.065752,-118.641060|34.065718,-118.641222|34.065501,-118.641512|34.064852,-118.642466|34.064284,-118.643492|34.063802,-118.644580|34.063411,-118.645721|34.063114,-118.646902|34.062970,-118.647776|34.062937,-118.647938|34.062719,-118.648228|34.062071,-118.649182|34.061502,-118.650208|34.061020,-118.651296|34.060629,-118.652436|34.060332,-118.653617|34.060188,-118.654492|34.060155,-118.654652|34.059801,-118.654969|34.059011,-118.655752|34.058288,-118.656625|34.057639,-118.657579|34.057374,-118.658010|34.057155,-118.658301|34.056507,-118.659255|34.055939,-118.660282|34.055457,-118.661370|34.055065,-118.662510|34.054768,-118.663691|34.054624,-118.664566|34.054591,-118.664726|34.054237,-118.665043|34.053447,-118.665826|34.052724,-118.666699|34.052075,-118.667653|34.051810,-118.668083|34.051591,-118.668375|34.050942,-118.669329|34.050374,-118.670356|34.049892,-118.671444|34.049501,-118.672584|34.049204,-118.673765|34.049060,-118.674640|34.049027,-118.674800|34.048673,-118.675117|34.047882,-118.675900|34.047159,-118.676772|34.046511,-118.677726|34.046246,-118.678156|34.045891,-118.678475|34.045100,-118.679258|34.044377,-118.680130|34.043728,-118.681084|34.043463,-118.681515|34.043244,-118.681807|34.042595,-118.682761|34.042027,-118.683787|34.041545,-118.684876|34.041154,-118.686016|34.040857,-118.687197|34.040713,-118.688071|34.040679,-118.688232|34.040326,-118.688549|34.039535,-118.689332|34.038812,-118.690204|34.038163,-118.691158|34.037898,-118.691589|34.037679,-118.691881|34.037030,-118.692835|34.036462,-118.693861|34.035980,-118.694950|34.035589,-118.696090|34.035292,-118.697271|34.035148,-118.698145|34.035114,-118.698307|34.034896,-118.698597|34.034248,-118.699551|34.033679,-118.700577|34.033197,-118.701666|34.032806,-118.702806|34.032509,-118.703987|34.032365,-118.704861|34.032331,-118.705023|34.032114,-118.705313|34.031465,-118.706267|34.030897,-118.707293|34.030414,-118.708382|34.030023,-118.709522|34.029726,-118.710703|34.029582,-118.711577|34.029548,-118.711739|34.029477,-118.711834|34.028866,-118.712727|34.028326,-118.713683|34.027861,-118.714695|34.027475,-118.715754|34.027172,-118.716852|34.026953,-118.717978|34.026821,-118.719124|34.026777,-118.720280|34.026777,-118.721512|34.026764,-118.721814|34.026694,-118.721908|34.026002,-118.722933|34.025402,-118.724040|34.024903,-118.725217|34.024508,-118.726451|34.024223,-118.727728|34.024051,-118.729034|34.023994,-118.730354|34.023994,-118.731586|34.023981,-118.731888|34.023911,-118.731982|34.023218,-118.733007|34.022619,-118.734114|34.022120,-118.735291|34.021725,-118.736525|34.021440,-118.737802|34.021268,-118.739108|34.021211,-118.740428|34.021211,-118.741659|34.021198,-118.741962|34.020982,-118.742250|34.020333,-118.743204|34.019764,-118.744231|34.019282,-118.745319|34.018891,-118.746459|34.018594,-118.747640|34.018450,-118.748515|34.018416,-118.748677|34.018198,-118.748966|34.017549,-118.749920|34.016981,-118.750947|34.016499,-118.752035|34.016107,-118.753175|34.015810,-118.754356|34.015666,-118.755231|34.015633,-118.755393|34.015415,-118.755682|34.014766,-118.756636|34.014198,-118.757662|34.013715,-118.758751|34.013324,-118.759891|34.013027,-118.761072|34.012883,-118.761947|34.012850,-118.762107|34.012496,-118.762424|34.011705,-118.763207|34.010981,-118.764079|34.010332,-118.765033|34.010067,-118.765464|34.009848,-118.765756|34.009199,-118.766710|34.008631,-118.767736|34.008148,-118.768825|34.007757,-118.769965|34.007460,-118.771146|34.007316,-118.772020|34.007282,-118.772181|34.006928,-118.772498|34.006138,-118.773281|34.005414,-118.774153|34.004765,-118.775107|34.004500,-118.775538|34.004281,-118.775830|34.003632,-118.776784|34.003063,-118.777810|34.002581,-118.778899|34.002189,-118.780039|34.001892,-118.781220|34.001748,-118.782094|34.001715,-118.782255|34.001361,-118.782572|34.000570,-118.783354|33.999846,-118.784227|33.999197,-118.785181|33.998932,-118.785612|33.998713,-118.785904|33.998064,-118.786858|33.997496,-118.787884|33.997269,-118.788394|34.000617,-118.790633|34.000848,-118.790216&path=color:0x00000000|weight:5|fillcolor:0x1dc3ff|34.079366,-118.779396|34.084985,-118.784583|34.086869,-118.783424|34.100724,-118.770234|34.112170,-118.754045|34.120767,-118.735478|34.124592,-118.721191|34.121107,-118.650635|34.113832,-118.633616|34.102838,-118.616978|34.093577,-118.607546|34.069994,-118.612038|34.086060,-118.618732|34.091416,-118.646848|34.079366,-118.668270|34.063299,-118.661576|34.057944,-118.633460|34.052589,-118.661576|34.036522,-118.678981|34.024472,-118.713792|34.029828,-118.761991|34.051250,-118.774041|34.079366,-118.779396",
      "url_LossDate": "https://peril-history-svc.live.guidewire.net/image",
      "noticeDateString": "2025-05-08",
      "dateString_1DayPrior": "2025-01-04",
      "dateString_2DaysPrior": "2025-01-03",
      "dateString_1DayAfter": "2025-01-06",
      "dateString_LossDate": "2025-01-05",
      "dateString_2DaysAfter": "2025-01-07",
      "hailDistance_LossDate": null,
      "hailDistance_1DayPrior": null,
      "hailDistance_2DaysPrior": null,
      "hailDistance_1DayAfter": null,
      "hailDistance_2DaysAfter": null,
      "hailValue_LossDate": null,
      "hailValue_1DayPrior": null,
      "hailValue_2DaysPrior": null,
      "hailValue_1DayAfter": null,
      "hailValue_2DaysAfter": null,
      "lightningDistance_LossDate": null,
      "lightningDistance_1DayPrior": null,
      "lightningDistance_2DaysPrior": null,
      "lightningDistance_1DayAfter": null,
      "lightningDistance_2DaysAfter": null,
      "lightningValue_LossDate": null,
      "lightningValue_2DaysPrior": null,
      "lightningValue_1DayAfter": null,
      "lightningValue_2DaysAfter": null,
      "lightningValue_1DayPrior": null,
      "tornadoDistance_LossDate": null,
      "tornadoDistance_1DayPrior": null,
      "tornadoDistance_2DaysPrior": null,
      "tornadoDistance_1DayAfter": null,
      "tornadoDistance_2DaysAfter": null,
      "tornadoValue_LossDate": null,
      "tornadoValue_1DayPrior": null,
      "tornadoValue_2DaysPrior": null,
      "tornadoValue_1DayAfter": null,
      "tornadoValue_2DaysAfter": null,
      "wildfireDistance_2DaysPrior": "29",
      "wildfireDistance_1DayAfter": "29",
      "wildfireDistance_2DaysAfter": "29",
      "wildfireDistance_LossDate": "29",
      "wildfireDistance_1DayPrior": "29",
      "windDistance_LossDate": null,
      "windDistance_1DayPrior": null,
      "windDistance_2DaysPrior": null,
      "windDistance_1DayAfter": null,
      "windDistance_2DaysAfter": "3988",
      "windValue_LossDate": null,
      "windValue_1DayPrior": null,
      "windValue_2DaysPrior": null,
      "windValue_1DayAfter": null,
      "windValue_2DaysAfter": "80",
      "hailUnits": null,
      "windUnits": "mph",
      "smokeUnits": "mg/m2",
      "smokeDistance_LossDate": null,
      "smokeDistance_1DayPrior": null,
      "smokeDistance_2DaysPrior": null,
      "smokeDistance_2DaysAfter": "8888",
      "smokeValue_LossDate": null,
      "smokeValue_1DayPrior": null,
      "smokeValue_2DaysPrior": null,
      "smokeValue_1DayAfter": null,
      "smokeValue_2DaysAfter": "25",
      "smokeDistance_1DayAfter": null,
      "satelliteTornadoDistance_1DayPrior": null,
      "satelliteTornadoDistance_2DaysPrior": null,
      "satelliteTornadoDistance_1DayAfter": null,
      "satelliteTornadoDistance_2DaysAfter": null,
      "satelliteTornadoValue_LossDate": null,
      "satelliteTornadoValue_2DaysAfter": null,
      "satelliteTornadoValue_1DayAfter": null,
      "satelliteTornadoValue_2DaysPrior": null,
      "satelliteTornadoValue_1DayPrior": null,
      "satelliteTornadoDistance_LossDate": null,
      "locationType": "APPROXIMATE"
   },
   "ExecutionDurationMicros": 2833414.7
   "Errors": []
}