GreyNoise Intelligence · JSON Structure

Greynoise Time Series Stats Response Structure

Response object for the timeseries stats/aggregation endpoint. This provides aggregated IP counts over time intervals matching a GNQL query.

Type: object Properties: 4
SecurityThreat IntelligenceCybersecurityIP ReputationVulnerability ManagementNetwork TelemetrySOC AutomationPublic APIs

TimeSeriesStatsResponse is a JSON Structure definition published by GreyNoise Intelligence, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

count min max data

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api-evangelist.github.io/greynoise/json-structure/greynoise-time-series-stats-response-structure.json",
  "name": "TimeSeriesStatsResponse",
  "type": "object",
  "description": "Response object for the timeseries stats/aggregation endpoint.\nThis provides aggregated IP counts over time intervals matching\na GNQL query.\n",
  "properties": {
    "count": {
      "type": "int32",
      "description": "The sum of all IP counts across all time intervals",
      "example": 1500
    },
    "min": {
      "type": "int32",
      "description": "The minimum IP count observed in any single time interval",
      "example": 10
    },
    "max": {
      "type": "int32",
      "description": "The maximum IP count observed in any single time interval",
      "example": 250
    },
    "data": {
      "type": "array",
      "items": {
        "$ref": "./greynoise-time-series-stats-record-structure.json#"
      },
      "description": "Array of aggregated data points, one per time interval",
      "example": []
    }
  },
  "example": {
    "count": 1500,
    "min": 10,
    "max": 250,
    "data": [
      {
        "date": "2025-11-10 14:00:00.000",
        "count": 125
      },
      {
        "date": "2025-11-10 15:00:00.000",
        "count": 250
      },
      {
        "date": "2025-11-10 16:00:00.000",
        "count": 180
      }
    ]
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/greynoise-time-series-stats-response-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.