---
title: "Get Published Catalogs"
method: GET
path: "/api/v1/catalog/info/published-catalogs"
tags: ["info"]
---

# Get Published Catalogs

`GET /api/v1/catalog/info/published-catalogs`

## Response `200`

Get statistics about published catalogs

- PublishedCatalogInfo
  - `catalogs` PublishedCatalog[], required
    - `name` string, required
    - `store_type` string, required
    - `created` string, date-time, required
    - `package_ct` integer, required
    - `package_builds_ct` integer, required
    - `per_package_builds_ct` integer[], required

## Other responses

- `422` — The request could not be processed

---

[API](https://skmtc.net/flox/apis/floxhub-catalog-server.md) · [All operations](https://skmtc.net/flox/apis/floxhub-catalog-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flox/floxhub-catalog-server/revisions/05d6283fc201/schema)
