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.
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"
}