---
title: "Get catalog item list"
method: GET
path: "/api/billing/v1/catalog"
tags: ["Billing: Catalog"]
---

# Get catalog item list

`GET /api/billing/v1/catalog`

Retrieve catalog items available for order.

Prices in catalog items is displayed as cents (without floating point),
e.g: float `17.99` is displayed as integer `1799`.

Use this endpoint to view available services and pricing before placing orders.

## Query parameters

- `category` 'DOMAIN' | 'VPS' | 'EMAIL'
- `name` string

## Response `200`

Success response

- BillingV1CatalogCatalogItemResource[] — Array of [`Billing.V1.Catalog.CatalogItemResource`](#model/billingv1catalogcatalogitemresource)
  - `id` string — Catalog item ID
  - `name` string
  - `category` string
  - `metadata` object, nullable — Flexible key-value storage containing category-specific metadata for the catalog item. The structure and available fields vary depending on the item category.
  - `prices` BillingV1CatalogCatalogItemPriceResource[] — Array of [`Billing.V1.Catalog.CatalogItemPriceResource`](#model/billingv1catalogcatalogitempriceresource)
    - `id` string — Price item ID
    - `name` string — Price item name
    - `currency` string — Currency code
    - `price` integer — Price in cents
    - `first_period_price` integer — First period price in cents
    - `period` integer — Period
    - `period_unit` 'day' | 'week' | 'month' | 'year' | 'none' — Period unit

## Other responses

- `401` — Unauthenticated response
- `500` — Error response

---

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