zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
On this page
  • Playground
  • Code examples
  • Full reference
  • Related APIs
Finance/Saweria
Logo Saweria

Saweria

Donasi QRIS ke kreator Saweria — bikin tagihan, dapat QR siap-scan, dan cek status pembayaran secara real-time. Anonim, tanpa login.

Endpoints
3
Requests
41
Updated
3 months ago
For LLMs
llms.txt
Endpoint health18 hours ago
  • profilepassing, 0.3s
  • donatepassing, 0.6s
  • statuspassing, 0.2s
3/3 passingdaily 01:00 WIB

Playground

3 endpoints
GET/v1/finance:saweria/profile/:username5m cache1 paramchecking key…
Parameters
usernamestringrequired

Username Saweria kreator (boleh @username atau URL saweria.co/...)

·
Response
EXAMPLE
{
  "id": "0ed02b12-460e-4008-9dfc-501e320c986d",
  "plus": true,
  "avatar": "https://saweria-space.sgp1.cdn.digitaloceanspaces.com/prd/pp/0ed02b12-460e-4008-9dfc-501e320c986d-e2c0303a-2759-4b56-880a-8a5707e90c04.jpg",
  "socials": {
    "youtube": "zaadevofc",
    "instagram": "zaadevofc"
  },
  "currency": "IDR",
  "provider": "saweria",
  "username": "zaadevofc",
  "verified": false,
  "profileUrl": "https://saweria.co/zaadevofc",
  "description": "thanks for support my work ^^",
  "hasWishlist": false,
  "minDonation": 10000,
  "quickAmounts": [
    5000,
    25000,
    50000,
    100000
  ]
}

Code examples

Profil Kreator
zpi-sdkrecommended
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("finance:saweria", "profile", {
  "username": "zaadevofc"
});
console.log(data);
Full SDK reference →
request.sh
curl -X GET "https://api.zpi.web.id/v1/finance:saweria/profile/zaadevofc" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Full reference

3 endpoints · plain text
GETProfil Kreator/v1/finance:saweria/profile/:usernameInfo kreator Saweria: nama, avatar, deskripsi, nominal cepat, dan sosial media.

Parameters

usernamestringrequiredin path
Username Saweria kreator (boleh @username atau URL saweria.co/...)

Request

curl -X GET "https://api.zpi.web.id/v1/finance:saweria/profile/zaadevofc" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "id": "0ed02b12-460e-4008-9dfc-501e320c986d",
  "plus": true,
  "avatar": "https://saweria-space.sgp1.cdn.digitaloceanspaces.com/prd/pp/0ed02b12-460e-4008-9dfc-501e320c986d-e2c0303a-2759-4b56-880a-8a5707e90c04.jpg",
  "socials": {
    "youtube": "zaadevofc",
    "instagram": "zaadevofc"
  },
  "currency": "IDR",
  "provider": "saweria",
  "username": "zaadevofc",
  "verified": false,
  "profileUrl": "https://saweria.co/zaadevofc",
  "description": "thanks for support my work ^^",
  "hasWishlist": false,
  "minDonation": 10000,
  "quickAmounts": [
    5000,
    25000,
    50000,
    100000
  ]
}
POSTBuat Donasi QRIS/v1/finance:saweria/donate/:usernameBikin tagihan donasi QRIS anonim ke kreator. Balikin QR string, gambar QR, link bayar, dan nominal yang harus dibayar.

Parameters

usernamestringrequiredin path
Username Saweria yang mau didonasi (boleh @username atau URL)
amountnumberrequiredin body
Nominal donasi dalam Rupiah (min 1.000, max 10.000.000)
messagestringoptionalin body
Pesan donasi (opsional, max 255 char)
namestringoptionalin body
Nama donatur yang tampil (opsional, default Anonim)
emailstringoptionalin body
Email donatur buat kirim bukti (opsional)

Request

curl -X POST "https://api.zpi.web.id/v1/finance:saweria/donate/zaadevofc" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "to": "zaadevofc",
  "from": "Anonim",
  "note": "Bayar PERSIS Rp10.071 dengan scan `qrImage`/`qrString` pakai e-wallet atau m-banking. Cek status pakai endpoint `status` dengan `donationId`.",
  "amount": 10000,
  "payUrl": "https://saweria.co/qris/snap/7177f379-dec3-4c0f-bab8-b97a3a250fd5",
  "status": "pending",
  "message": "Semangat terus berkarya!",
  "qrImage": "https://api.qrserver.com/v1/create-qr-code/?size=320x320&data=00020101021226650013CO.XENDIT.WWW01189360084800000000020215WNtXtb6qmr4ZJBw0303UME51370014ID.CO.QRIS.WWW0215ID20253781998505204509953033605405100715802ID5922PT%20Harta%20Tahta%20Sukaria6013JAKARTA%20PUSAT61051034062290525TpMmeM4kRGT7jRd8Vu6rAcYe863041DD1",
  "currency": "IDR",
  "provider": "saweria",
  "qrString": "00020101021226650013CO.XENDIT.WWW01189360084800000000020215WNtXtb6qmr4ZJBw0303UME51370014ID.CO.QRIS.WWW0215ID20253781998505204509953033605405100715802ID5922PT Harta Tahta Sukaria6013JAKARTA PUSAT61051034062290525TpMmeM4kRGT7jRd8Vu6rAcYe863041DD1",
  "createdAt": "Sun, 16 Aug 2026 08:28:04 GMT",
  "donationId": "7177f379-dec3-4c0f-bab8-b97a3a250fd5",
  "amountToPay": 10071,
  "paymentType": "qris"
}
GETCek Status Donasi/v1/finance:saweria/status/:donationIdCek apakah donasi QRIS sudah dibayar (paid/pending/expired). Poll pakai donationId dari endpoint donate.

Parameters

donationIdstringrequiredin path
ID tagihan donasi dari endpoint donate

Request

curl -X GET "https://api.zpi.web.id/v1/finance:saweria/status/00000000-0000-0000-0000-000000000000" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "to": "zaadevofc",
  "amount": 10071,
  "isPaid": false,
  "status": "pending",
  "currency": "IDR",
  "provider": "saweria",
  "qrString": "00020101021226650013CO.XENDIT.WWW01189360084800000000020215WNtXtb6qmr4ZJBw0303UME51370014ID.CO.QRIS.WWW0215ID20253781998505204509953033605405100715802ID5922PT Harta Tahta Sukaria6013JAKARTA PUSAT61051034062290525P2Y5NROondzrK6Hwj5Jxlu92V6304D73C",
  "createdAt": "Fri, 12 Jun 2026 03:27:59 GMT",
  "donationId": "0dc802ff-19ac-4558-a3c8-9f7d88aa04d4",
  "amountToPay": 10071
}

Related APIs

More in finance

Pluang

finance/pluang

Data pasar Pluang lintas aset: order book, running trade, tradebook dan ringkasan broker per saham IDX, plus saham Amerika, emas, kripto, sinyal analis dan berita.

928.7K calls·1d cache

TradingView

finance/tradingview

Screener, charts, technical indicators, fundamentals, news and the macro calendar across 16 markets — Indonesian equities, US equities, crypto, forex and futures.

200.8K calls·1d cache

IDX (Bursa Efek Indonesia)

finance/idx

Data Bursa Efek Indonesia: ringkasan saham & indeks, top movers, broker, emiten, laporan keuangan, berita, dan passthrough ke ratusan endpoint /primary/.

409.1K calls·1d cache

Binance Futures

finance/binance-futures

USD-M perpetual futures market data: funding, premium index, open interest, long/short ratios, candles and depth.

33.1K calls·10m cache

Stockbit

finance/stockbit

Data saham IDX dari Stockbit: harga, chart intraday, profil emiten, diskusi komunitas, dan kamus investasi.

92.4K calls·1d cache

Bybit

finance/bybit

Bybit v5 market data: candles, 5-minute open interest and account ratios with cursor pagination, funding history and instrument specs.

21.2K calls·10m cache
Browse APIsPricingDocsMCP serverGet an API key
zapi.One key, one response shape.
TermsPrivacyCookiesAUPRefunds© 2026