TimeSeriesResponse

Response object for the timeseries endpoint. The response is a map where keys are time intervals and values are arrays of IP records observed in that interval. Time interval keys are formatted as YYYY-MM-DD-HH (e.g., "2025-01-15-14")

SecurityThreat IntelligenceCybersecurityIP ReputationVulnerability ManagementNetwork TelemetrySOC AutomationPublic APIs
View JSON Schema on GitHub

JSON Schema

greynoise-time-series-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/greynoise/json-schema/greynoise-time-series-response-schema.json",
  "title": "TimeSeriesResponse",
  "type": "object",
  "description": "Response object for the timeseries endpoint. The response is a map\nwhere keys are time intervals and values are arrays of IP records\nobserved in that interval.\n\nTime interval keys are formatted as YYYY-MM-DD-HH (e.g., \"2025-01-15-14\")\n",
  "additionalProperties": {
    "description": "Time interval key (format: YYYY-MM-DD-HH)\n",
    "type": "array",
    "items": {
      "$ref": "./greynoise-time-series-record-schema.json#"
    }
  },
  "example": {
    "2025-11-10-14": [
      {
        "ip": "203.0.113.45",
        "internet_scanner_intelligence": {
          "first_seen": "2018-01-28",
          "last_seen": "2018-02-28",
          "found": true,
          "tags": [
            "Mirai",
            "Telnet Worm"
          ],
          "actor": "Shodan.io",
          "spoofable": true,
          "classification": "benign",
          "cves": [
            "CVE-2020-1234",
            "CVE-2021-2345"
          ],
          "vpn": true,
          "vpn_service": "IPVANISH_VPN",
          "tor": false,
          "last_seen_timestamp": "2025-01-15T12:30:45Z",
          "metadata": {
            "asn": "AS13335",
            "source_country": "United States",
            "source_country_code": "US",
            "organization": "Example Hosting"
          },
          "raw_data": {
            "scan": [
              {
                "port": 22,
                "protocol": "tcp"
              }
            ]
          }
        }
      }
    ]
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/greynoise-time-series-response"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.