# Shoppi Voucher & Gift Card Brands Catalog

> Shoppi Voucher & Gift Card Brands Catalog is a paid API for AI agents from shoppi-backend.onrender.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Returns a full catalog of voucher and gift card brands including associated offers, countries, regions, images, sub-types, and offer IDs.

## Facts

- Endpoint: GET https://shoppi-backend.onrender.com/api/catalog/vouchers/brands
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/shoppi-backend-onrender-com-12678c61
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DPf4snpa9HWf0l4XtdsrW

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability shoppi-backend-onrender-com-12678c61
```

Example prompt: Show me all the gift card and voucher brands available through Reloadpi, including their offer IDs, supported countries, and any images or sub-type metadata.

## When to prefer this

Use this endpoint when you need to discover which gift card or voucher brands are available, retrieve offer IDs for subsequent purchase flows, or build a browsable catalog of digital voucher products across multiple countries. Prefer over the search endpoint when you want the full unfiltered catalog rather than a filtered subset.

## Known failure modes

- Service unavailable (render.com cold start delay causing timeout)
- Payment required error if x402 payment header is missing or insufficient
- Empty or truncated response if catalog is being updated
- Rate limiting if called too frequently

## How this service works

Reloadpi — List all available voucher brands including Amazon, Google Play, Netflix and more

## Output

A large catalog of voucher and gift card brands, each with associated offer IDs, supported countries and regions, brand images, sub-types, and related metadata — useful for discovering what can be purchased and which offer IDs to use in subsequent purchase calls.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {}
 }
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "properties": {
      "brands": {
       "type": "array",
       "items": {
        "type": "object",
        "properties": {
         "id": {
          "type": "string"
         },
         "name": {
          "type": "string"
         }
        }
       }
      }
     }
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/shoppi-backend-onrender-com-12678c61/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from shoppi-backend.onrender.com](https://www.zero.xyz/host/shoppi-backend.onrender.com/llms.txt)
