Get Time Series Data for Analytics

Returns data for a time series graph. At present the two statistics are
exceedance and total count. If there are
no results for the criteria for a given region it will not included in the results. The result will look like this:


  [
    {
      "count": 36,
      "region": "uk",
      "exceedance": 1.27,
      "date": "2022-01-15T00:00:00.000Z"
    },
    {
      "count": 38,
      "region": "uk",
      "exceedance": 1.3,
      "date": "2022-01-16T00:00:00.000Z"
    },
    {
      "count": 22,
      "region": "uk",
      "exceedance": 1.14,
      "date": "2022-01-17T00:00:00.000Z"
    },
    {
      "count": 36,
      "region": "uk",
      "exceedance": 1.27,
      "date": "2022-01-18T00:00:00.000Z"
    },

  ...

  }

To get a list of all maps and their ids use Get Metadata for All Maps. The list of available hazards can be obtained using Get Metadata for Map by Id. The list of available regions can be obtained using Get All Region and Region Type Combinations for a Map.

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here!