---
title: "List all sightings"
method: GET
path: "/sighting"
tags: ["sighting"]
---

# List all sightings

`GET /sighting`

## Query parameters

- `page` integer
- `per_page` integer
- `uuid` string
- `type` 'seen' | 'exploited' | 'not-exploited' | 'confirmed' | 'not-confirmed' | 'patched' | 'not-patched'
- `vuln_id` string
- `author` string
- `date_from` string, date
- `date_to` string, date
- `source` string

## Headers

- `X-Fields` string, mask

## Response `200`

Success

- SightingsList[]
  - `metadata` Metadata
    - `count` integer — Total number of the items of the data.
    - `page` integer — Number of the page.
    - `per_page` integer — Requested limit data.
  - `data` Sighting[] — List of sightings.
    - `uuid` string — Sighting UUID.
    - `creation_timestamp` string, date-time — Creation time of the sighting.
    - `type` string — Type of the sighting.
    - `source` string — The source of the sighting (Fediverse status URI, link, tool, etc.).
    - `vulnerability` string — Vulnerability id.
    - `author` User
      - `login` string — Login of the user.

## Changes

- **2025-01-15** `ca3ebcc72ad5` — 3 info
  - added the new optional `query` request parameter `page`
  - added the new optional `query` request parameter `per_page`
  - added the new optional `query` request parameter `source`
- **2024-11-27** `5ff926c52769` — 1 info
  - endpoint added
- **2024-06-05** `28bfb33cc1fb` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/vulnerability-lookup/apis/vulnerability-lookup-api/changes/sighting/get.md)

---

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