---
title: "List the GNAs from the local GCVE registry of the Vulnerability-Lookup instance"
method: GET
path: "/gcve/registry"
tags: ["gcve"]
---

# List the GNAs from the local GCVE registry of the Vulnerability-Lookup instance

`GET /gcve/registry`

## Query parameters

- `page` integer
- `per_page` integer
- `short_name` string

## Headers

- `X-Fields` string, mask

## Response `200`

Success

- GNAsList[]
  - `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` GNA[] — List of GNAs.
    - `id` string — Unique identifier for the GCVE Numbering Authority.
    - `short_name` string — Short name of the organization.
    - `full_name` string — Full legal name of the organization.
    - `cpe_vendor_name` string — Official CPE vendor name.
    - `gcve_url` string — URL to the public vulnerability disclosure website.
    - `gcve_api` string — URL of the API endpoint providing vulnerability data.
    - `gcve_dump` string — URL to a machine-readable dump (e.g., JSON) of vulnerability information.
    - `gcve_allocation` string — URL of the interface used to allocate or register new vulnerabilities.
    - `gcve_pull_api` string — URL of the interface compatible to retrieve the local GNA publications.

## Changes

- **2025-06-13** `beea373e5c65` — 1 info
  - api operation id `list_registry` removed and replaced with `List the GNAs from the local GCVE registry of the Vulnerability-Lookup instance.`
- **2025-05-20** `ab536341449b` — 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/gcve/registry/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)
