# Gamerpower — Wrapped API

> **You are on:** `https://api.paywithlocus.com/api` | [llms.txt](https://paywithlocus.com/llms.txt) | [docs](https://docs.paywithlocus.com)
>
> Locus runs on multiple environments -- make sure every URL you call matches your expected environment.
> | Environment | Landing | API | Docs |
> |---|---|---|---|
> | Production | paywithlocus.com | api.paywithlocus.com | docs.paywithlocus.com |
> | Beta | beta.paywithlocus.com | api.beta.paywithlocus.com | docs.paywithlocus.com |
> | Stage | stage.paywithlocus.com | api.stage.paywithlocus.com | docs.paywithlocus.com |
>
> If the API URL above doesn't match your expected environment, re-fetch this file from the correct domain.

> Find and retrieve exclusive discount codes and vouchers for games, software, VPNs, subscriptions, and online stores all in one place. Get access to current promotional offers from GamerPower to save money on your favorite digital purchases.

**Category:** E-commerce | **Website:** [www.gamerpower.com/vouchers](https://www.gamerpower.com/vouchers) | **Docs:** [parse.bot/marketplace/9086ab8a-5634-4456-85d1-aa5699ef64fb/gamerpower-com-api](https://parse.bot/marketplace/9086ab8a-5634-4456-85d1-aa5699ef64fb/gamerpower-com-api)

Pay-per-use API proxy. Each call is automatically billed to your wallet in USDC.

## Access

**Base URL:** `https://api.paywithlocus.com/api/wrapped/parse-gamerpower-com-api-9086ab8a/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_vouchers

Returns all active discount codes and vouchers. Each voucher includes its title, discount percentage, verification status, description, the actual redeemable code, claimed count, and thumbnail image. The full set is returned in a single response with no pagination.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-gamerpower-com-api-9086ab8a/get_vouchers \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```
