---
title: "Returns the list of reviews of an extension"
method: GET
path: "/api/{namespace}/{extension}/reviews"
tags: ["registry-api"]
---

# Returns the list of reviews of an extension

`GET /api/{namespace}/{extension}/reviews`

## Path parameters

- `namespace` string, required
- `extension` string, required

## Response `200`

The reviews are returned in JSON format

- ReviewList — List of reviews of an extension
  - `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
  - `reviews` Review[], required
    - `user` User, required — User data
      - `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
      - `loginName` string, required — Login name
      - `fullName` string — Full name
      - `avatarUrl` string — URL to the user's avatar image
      - `homepage` string — URL to the user's profile page
      - `provider` string — Authentication provider (e.g. github)
    - `timestamp` string, required — Date and time when this review was posted (ISO-8601)
    - `comment` string
    - `rating` integer, required — Number of stars

## Other responses

- `404` — The specified extension 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)
