---
title: "index"
method: GET
path: "/api/v1/repos"
tags: ["repositories"]
---

# index

`GET /api/v1/repos`

**Example request:**

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

## Query parameters

- `include_collaborations` string
- `page` integer
- `per_page` integer

## Response `200`

Array<Repository> An array of Repository objects that belong to your account.

- 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)
