---
title: "GET /api/{namespace}/details"
method: GET
path: "/api/{namespace}/details"
tags: ["registry-api"]
---

# GET /api/{namespace}/details

`GET /api/{namespace}/details`

## Path parameters

- `namespace` string, required

## Response `200`

The namespace details are returned in JSON format

- NamespaceDetails — Details of a namespace
  - `success` string — Indicates success of the operation (omitted if a more specific result type is returned)
  - `warning` string — Indicates a warning; when this is present, other properties can still be used
  - `error` string — Indicates an error; when this is present, all other properties should be ignored
  - `name` string, required — Name of the namespace
  - `displayName` string, required — Display name of the namespace
  - `description` string — Description of the namespace
  - `logo` string — Logo URL of the namespace
  - `website` string — Website URL of the namespace
  - `supportLink` string — Support URL of the namespace
  - `socialLinks` object — Map of social network names to their profile URLs
  - `extensions` SearchEntry[] — Map of extension names to their metadata URLs
    - `url` string, required — URL to get the full metadata of the extension
    - `files` object, required — Map of file types (download, manifest, icon, readme, license, changelog) to their respective URLs
    - `name` string, required — Name of the extension
    - `namespace` string, required — Namespace of the extension
    - `version` string, required — The latest published version
    - `timestamp` string, required — Date and time when this version was published (ISO-8601)
    - `verified` boolean, required — The value 'true' means the publishing user is a privileged user or the publishing user is a member of the extension's namespace and the namespace has at least one owner.
    - `allVersions` VersionReference[] — Essential metadata of all available versions. Deprecated: only returns the last 100 versions. Use allVersionsUrl instead.
      - `url` string — URL to get the full metadata of this version
      - `files` object — Map of file types (download, manifest, icon, readme, license, changelog) to their respective URLs
      - `version` string
      - `targetPlatform` 'win32-x64' | 'win32-ia32' | 'win32-arm64' | 'linux-x64' | 'linux-arm64' | 'linux-armhf' | 'alpine-x64' | 'alpine-arm64' | 'darwin-x64' | 'darwin-arm64' | 'web' | 'universal' — Name of the target platform
      - `engines` object — Map of engine names to the respective version constraints
    - `allVersionsUrl` string — URL to get essential metadata of all available versions.
    - `averageRating` number, double — Average rating
    - `reviewCount` integer — Number of reviews
    - `downloadCount` integer — Number of downloads of the extension package
    - `displayName` string — Name to be displayed in user interfaces
    - `description` string
    - `deprecated` boolean — Indicates whether the extension is deprecated
  - `verified` boolean, required — Indicates whether the namespace has an owner

## Other responses

- `404` — The specified namespace could not be found
- `429` — A client has sent too many requests in a given amount of time

---

[API](https://skmtc.net/livesession/apis/open-vsx-registry-api.md) · [All operations](https://skmtc.net/livesession/apis/open-vsx-registry-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/livesession/open-vsx-registry-api/versions/badd706d3136/schema)
