---
title: "Get base catalog information"
method: GET
path: "/api/v1/catalog/info/base-catalog"
tags: ["info"]
---

# Get base catalog information

`GET /api/v1/catalog/info/base-catalog`

## Response `200`

The properties of the base catalog, its scraped pages and available stabilities

- BaseCatalogInfo
  - `base_url` string, required
  - `scraped_pages` PageInfo[], required
    - `rev` string, required
    - `rev_count` integer, required
    - `stability_tags` string[], required
  - `stabilities` StabilityInfo[], required
    - `name` string, required
    - `ref` string, 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)
