---
title: "Get extended IP metrics (account-wide)"
method: GET
path: "/waap/v2/ip-info/counts"
tags: ["IP Spotlight"]
---

# Get extended IP metrics (account-wide)

`GET /waap/v2/ip-info/counts`

Retrieve comprehensive metrics for an IP address including distinct counts of attack types, domains, paths, and user agents across all account domains

## Query parameters

- `ip` union, required — The IP address to check
  - string, ipv4
  - string, ipv6

## Response `200`

Successful Response

- IpInfoCountsV2
  - `total_requests` integer, required — The total number of requests made by the IP address
  - `blocked_requests` integer, required — The number of requests from the IP address that were blocked
  - `unique_sessions` integer, required — The number of unique sessions from the IP address
  - `attack_types` integer, required — The number of distinct attack types (rules) that blocked requests from this IP
  - `domains` integer, required — The number of distinct domains accessed by this IP
  - `paths` integer, required — The number of distinct paths (URLs) accessed by this IP
  - `user_agents` integer, required — The number of distinct user agents used by this IP

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Unauthenticated
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.dev/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.dev/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
