AccuWeather.API.Lightning.Entities.Feature`1[[AccuWeather.API.Lightning.Entities.LightningObservation, AccuWeather.API.Lightning, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]
typeA string that describes the object data set following.
An object that contains location data about the lightning strike in question.
An object that contains general metadata about the lightning strike.
AccuWeather.API.Lightning.Entities.Geometry
typeA string that describes the location data following.
coordinatesAn array that contains geolocation data for the lightning strike.
AccuWeather.API.Lightning.Entities.HistoricalLightning
pageCountAn integer that indicates which set of results are displayed. Results are returned in sets of 5000. Offset=0 indicates the first set of 5000 results, Offset=1 indicates the second set of 5000 results, etc.
totalCountAn integer that indicates that total number of lightning strikes available with this query.
resultsCountAn integer that indicates that total number of lightning strikes returned with this query.
An object that contains an overview of the lightning strike results included with this response.
An object that contains information about each individual lightning strike.
AccuWeather.API.Lightning.Entities.HistoricalLightningGeoJson
typeA string that describes the array following.
An array that contains all lightning strike data for the specified time and location.
AccuWeather.API.Lightning.Entities.HistoricalLightningSummary
positiveStrikesA count of the total positively-charged lightning strikes included with this response.
negativeStrikesA count of the total negatively-charged lightning strikes included with this response.
icStrikesA count of the total intracloud (IC) lightning strikes included with this response.
cgStrikesA count of the total cloud-to-ground (CG) lightning strikes included with this response.
An object that contains information about the lightning strike which occurred nearest to the search center indicated by q in the query string.
AccuWeather.API.Lightning.Entities.LightningObservation
idA unique code used to identify the lightning strike.
dateThe date and time at which the lightning strike was observed, reported in the UTC timezone regardless of location.
sourceIdAn integer that identifies the lightning strike data source. Possible values are: 84—GOES East GLM; 85—GOES West GLM; 86—AccuWeather Lightning Network.
strikeTypeA code that identifies the type of lightning strike. Possible values are: ic—intra-cloud (cloud-to-cloud); cg—cloud-to-ground; ""—missing or not applicable.
peakCurrentThe lightning strike's amperage. A positive (+) polarity value indicates a positively-charged cloud-to-ground strike, which is typically more energetic and can be more destructive. A negative (-) polarity value indicates a negatively-charged cloud-to-ground strike, which is the most common type of lightning.
AccuWeather.API.Lightning.Entities.LightningObservationGeoJson
typeA string that describes the array following.
An array that contains all lightning strike data for the specified time and location.
Common.OpenAPISpecification.Entities.ErrorResponse
CodeThe HTTP status code generated by the origin server for this occurrence of the problem (legacy).
MessageThe error message describing the problem (legacy).
ReferenceA URL reference that identifies the specific occurrence of the problem (legacy).
typeA URI reference [RFC3986] that identifies the problem type. This is aligned with RFC 7807.
titleA short, human-readable summary of the problem type. This is aligned with RFC 7807.
statusThe HTTP status code generated by the origin server for this occurrence of the problem. This is aligned with RFC 7807.
instanceA URI reference that identifies the specific occurrence of the problem. This is aligned with RFC 7807.
Contains custom diagnostic information about the request.