Skip to content

Overview

Listing endpoints that return published vulnerabilities for a platform, ordered by descending id.

  • GET /all — every published vulnerability for the platform, paginated.
  • GET /latest — vulnerabilities whose row was inserted in the last 24 hours (filter is on created_at, not disclosure_date).

Both endpoints share the same response shape and support offset and cursor pagination — see the overview for details.