---
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.

---

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