---
title: "show"
method: GET
path: "/api/v1/repos/{user_id}/{name}"
tags: ["repositories"]
---

# show

`GET /api/v1/repos/{user_id}/{name}`

**Example request:**

```
curl https://packagecloud.io/api/v1/repos/cooluser/myrepo
```

## Path parameters

- `user_id` string, required
- `name` string, required

## Response `200`

[Repository](#object_Repository) The repository object

- Repository
  - `name` string, required — The name of the repo.
  - `created_at` string, required — A timestamp of when the repo was created.
  - `url` string, required — The packagecloud URL for the repo.
  - `last_push_human` string, required — A human readable string describing the number of packages in the repo.
  - `private` boolean, required — A boolean value indicating whether or not the repo is private.
  - `total_installs_count` integer — The number of times this repository has been installed.
  - `fqname` string, required — A string value of the fully qualified name (owner/reponame) for this repo. i.e. computology/public
  - `package_count_human` string, required

---

[API](https://skmtc.net/cstrahan/apis/packagecloud-api.md) · [All operations](https://skmtc.net/cstrahan/apis/packagecloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cstrahan/packagecloud-api/versions/9744ac4cffc2/schema)
