---
title: "Popular Cli Marketplace"
method: GET
path: "/api/marketplace/clis/popular"
---

# Popular Cli Marketplace

`GET /api/marketplace/clis/popular`

## Query parameters

- `limit` integer, nullable
- `offset` integer

## Response `200`

Successful Response

- CliMarketplacePageResponse
  - `hasMore` boolean, required
  - `items` CliMarketplaceItemResponse[], required
    - `category` string, nullable
    - `description` string, required
    - `githubUrl` string, nullable
    - `hasMcp` boolean, required
    - `hasSkill` boolean, required
    - `iconUrl` string, nullable
    - `id` string, required
    - `isOfficial` boolean, required
    - `isTui` boolean, required
    - `language` string, nullable
    - `marketplaceUrl` string, required
    - `name` string, required
    - `slug` string, required
    - `sourceType` string, nullable
    - `stars` integer, nullable
    - `vendorName` string, nullable
    - `websiteUrl` string, nullable
  - `nextOffset` integer, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mode-io/apis/skill-manager.md) · [All operations](https://skmtc.net/mode-io/apis/skill-manager/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mode-io/skill-manager/versions/a2b29a5aa8b4/schema)
