v1

latestOpenAPI 3.0.0Proprietary2026-07-244990150.4 KB
Community

Community API

The Community API provides community users with a free tool to query IPs in the GreyNoise dataset and retrieve a subset of the full IP context data returned by the IP Lookup API.

get/v3/community/{ip}

Path parameters

ipstring required

IP address to query

Response

Query was successful, Community API found either a RIOT or Noise record for submitted IP address.

ipstring
noiseboolean
riotboolean
classificationstring
namestring
linkstring
last_seenstring
messagestring

Example response

{
  "ip": "1.2.3.4",
  "riot": true,
  "classification": "benign",
  "name": "Cloudflare",
  "link": "https://viz.greynoise.io/riot/1.2.3.4",
  "last_seen": "2020-01-01",
  "message": "Success"
}
All 49 operations