---
title: "List Catalogs (Compatibility)"
method: GET
path: "/apps/catalog/{locale}"
tags: ["apps"]
deprecated: true
---

# List Catalogs (Compatibility)

`GET /apps/catalog/{locale}`

> **Deprecated.**

Compatibility fallback for App Store catalog browsing. Product-origin shells should prefer static /media/json/catalog_{locale}.json and use this endpoint only when the static catalog is unavailable.

## Path parameters

- `locale` string, required — Language to get catalogs from

## Response `200`

Successful Response

- AppCatalogResponse[]
  - `key` string, required — Key
  - `position` integer, nullable — Position
  - `title` string, nullable — Title
  - `linkedFrom` object, required — Linked From

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.dev/websoft9/apis/appmanae-api.md) · [All operations](https://skmtc.dev/websoft9/apis/appmanae-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/websoft9/appmanae-api/revisions/e4bf692cc15e/schema)
