---
title: "Community API"
method: GET
path: "/v3/community/{ip}"
tags: ["Community"]
---

# Community API

`GET /v3/community/{ip}`

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.

## Path parameters

- `ip` string, required

## Response `200`

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

- CommunityResponse
  - `ip` string
  - `noise` boolean
  - `riot` boolean
  - `classification` string
  - `name` string
  - `link` string
  - `last_seen` string
  - `message` string

## Other responses

- `400` — The IP address submitted is not a valid routable IPv4 address.
- `404` — The community API was unable to find a record for the requested IP address.
- `429` — Predefined rate-limit has been reached
- `500` — Unexpected error

---

[API](https://skmtc.dev/greynoise/apis/greynoise-api.md) · [All operations](https://skmtc.dev/greynoise/apis/greynoise-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/greynoise/greynoise-api/revisions/30942574656d/schema)
