---
title: "Get the EPSS score of a vulnerability"
method: GET
path: "/epss/{vulnerability_id}"
tags: ["epss"]
---

# Get the EPSS score of a vulnerability

`GET /epss/{vulnerability_id}`

Get the EPSS score of a vulnerability.

## Response `200`

Success.

## Other responses

- `404` — EPSS score not found.
- `502` — Bad Gateway: Invalid response from EPSS service.
- `503` — Service Unavailable: Unable to reach EPSS service or misconfigured.

---

[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/revisions/e6ef25beb687/schema)
