---
title: "GET /sighting/stats"
method: GET
path: "/sighting/stats"
tags: ["sighting"]
---

# GET /sighting/stats

`GET /sighting/stats`

Aggregated sighting counts over a date range. Returns pre-grouped (no pagination) rows so the homepage can render the top-N charts and the evolution table without fetching raw sightings.

## Query parameters

- `date_from` string, date
- `date_to` string, date
- `type` 'seen' | 'published-proof-of-concept' | 'exploited' | 'not-exploited' | 'confirmed' | 'not-confirmed' | 'patched' | 'not-patched'
- `group_by` 'type,vulnerability' | 'vulnerability,date', required

## Response `200`

Success

---

[API](https://skmtc.net/vulnerability-lookup/apis/vulnerability-lookup-api.md) · [All operations](https://skmtc.net/vulnerability-lookup/apis/vulnerability-lookup-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vulnerability-lookup/vulnerability-lookup-api/versions/e6ef25beb687/schema)
