---
title: "Get app details and versions (with signatures)."
method: GET
path: "/v1/hub/apps/{publisher}/{app_name}"
tags: ["Hub"]
---

# Get app details and versions (with signatures).

`GET /v1/hub/apps/{publisher}/{app_name}`

Get app details by publisher and app name.

## Path parameters

- `publisher` string, required
- `app_name` string, required

## Response `200`

Successful Response

- AppDetailsResponse — Response schema for app details.
  - `app_id` string, required
  - `description` string, nullable, required
  - `license` string, nullable
  - `license_content` string, nullable
  - `versions` AppVersionDetails[]
    - `app_version` string, required
    - `created_at` string, date-time, required
    - `verifications` Verification[]
      - `public_key_id` string, required
      - `signature` string, required
      - `signed_at` integer, required
      - `signer_user` string, required
      - `is_publisher_signature` boolean, required
  - `total_downloads` integer
  - `total_runs` integer
  - `star_count` integer
  - `is_starred` boolean, nullable
  - `readme_content` string, nullable
  - `tags` string[]

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/flower/apis/superlink-api.md) · [All operations](https://skmtc.dev/flower/apis/superlink-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/flower/superlink-api/revisions/58e8351486b3/schema)
