zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
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.

3 endpoints3 endpoints on this scraper41 calls41 calls so farupdated 4 months agoLast updated 6/13/2026, 2:22:00 AMBusy: 10+ calls so farSome endpoints are live (not cached)llms.txt
Endpoints3

0/3 passing
checked 13 hours ago · daily 01:00 WIB

Profil Kreator

Info kreator Saweria: nama, avatar, deskripsi, nominal cepat, dan sosial media.

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

Profil Kreator
index.ts
// 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);
Recommended · typed errors, safe retries and bulk jobsSDK reference

Full reference

3 endpoints · plain text
GET
Profil Kreator/v1/finance:saweria/profile/:username
1 param

Info 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.zapi.ink/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
  ]
}
POST
Buat Donasi QRIS/v1/finance:saweria/donate/:username
5 params

Bikin 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.zapi.ink/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"
}
GET
Cek Status Donasi/v1/finance:saweria/status/:donationId
1 param

Cek 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.zapi.ink/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

financepluang

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.

1.7M1.7M calls so far1dResponses cached for 1d
Busy: 10+ calls so far

IDX (Bursa Efek Indonesia)

financeidx

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

766K766K calls so far1dResponses cached for 1d
Busy: 10+ calls so far

TradingView

financetradingview

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

342.6K342.6K calls so far1dResponses cached for 1d
Busy: 10+ calls so far

Stockbit

financestockbit

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

116K116K calls so far1dResponses cached for 1d
Busy: 10+ calls so far

Investing

financeinvesting

Data pasar finansial lengkap — quote saham/forex/crypto/komoditas, teknikal, OHLCV historis, berita, analisis, dan kalender ekonomi.

69.6K69.6K calls so far1hResponses cached for 1h
Busy: 10+ calls so far

Binance Futures

financebinance-futures

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

40.3K40.3K calls so far10mResponses cached for 10m
Busy: 10+ calls so far
zapi.

One key, one response shape. We keep the scrapers working.

Get an API key
ProductBrowse APIsPricingDocsMCP server
DevelopersSDK on npmGitHubOpenAPI specllms.txt
SupportReport an issueDiscord
LegalTermsPrivacyCookiesAUPRefunds
© 2026 ZapiPublic web data, one API.
zapi.