---
title: "List all CAPECs"
method: GET
path: "/capec/"
tags: ["capec"]
---

# List all CAPECs

`GET /capec/`

## Query parameters

- `page` integer
- `per_page` integer

## Headers

- `X-Fields` string, mask

## Response `200`

Success

- CAPECsList[]
  - `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` CAPEC[] — List of CAPECs.
    - `@ID` string — Identifiant.
    - `@Name` string — Name.
    - `@Description` string — Description.

## Changes

- **2025-02-17** `e8c085d53fd3` — 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/capec/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/e6ef25beb687/schema)
