Public catalogue API
Read-only, no key, no sign-up. The same data this site renders, as JSON — use it, cite it, build on it.
- Base URL
- https://privgift.com/api/v1
- Authentication
- None. CORS is open to all origins.
- Rate limit
- 120 requests per minute per IP.
Endpoints
- GET
/api/v1/productsEvery purchasable gift card. Filter by brand, country, category, crypto or price.
/api/v1/products?crypto=XMR&country=FR&perPage=5 - GET
/api/v1/products/{slug}One gift card, with denominations, stock, delivery time and terms.
/api/v1/products/amazon-gift-card-us - GET
/api/v1/brandsEvery brand, with the markets it is available in.
/api/v1/brands - GET
/api/v1/countriesMarkets, their currency and how many cards each has.
/api/v1/countries - GET
/api/v1/cryptosAccepted assets, network, typical confirmation time, enabled flag.
/api/v1/cryptos
OpenAPI 3.1 spec
/api/v1/openapi.jsonExample response
{
"data": [
{
"id": "prd_amazon_us",
"slug": "amazon-gift-card-us",
"name": "Amazon Gift Card (United States)",
"brand": { "id": "brand_amazon", "slug": "amazon", "name": "Amazon" },
"countryCode": "US",
"currency": "USD",
"denominations": [
{ "sku": "amazon-gift-card-us-10", "value": 10, "inStock": true },
{ "sku": "amazon-gift-card-us-25", "value": 25, "inStock": true }
],
"customAmount": { "min": 5, "max": 500, "step": 5 },
"discountPercent": 2,
"feePercent": 0,
"inStock": true,
"delivery": "instant",
"cryptos": ["BTC", "ETH", "USDT", "USDC", "LTC", "TRX", "XMR"]
}
],
"meta": { "total": 159, "page": 1, "perPage": 24, "totalPages": 7, "version": "1.0.0" },
"links": { "documentation": "/api-docs", "openapi": "/api/v1/openapi.json" }
}All brand names and logos are trademarks of their respective owners. PrivGift is an independent reseller and is not affiliated with, endorsed by, or sponsored by any listed brand. — [email protected]