---
title: "Gets all package repositories."
method: GET
path: "/Repositories"
tags: ["Package"]
---

# Gets all package repositories.

`GET /Repositories`

## Response `200`

Package repositories returned.

- RepositoryInfo[]
  - `Name` string, nullable — Gets or sets the name.
  - `Url` string, nullable — Gets or sets the URL.
  - `Enabled` boolean — Gets or sets a value indicating whether the repository is enabled.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/jellyfin/apis/jellyfin-api.md) · [All operations](https://skmtc.net/jellyfin/apis/jellyfin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jellyfin/jellyfin-api/revisions/eb6f75af7066/schema)
