Home
Softono
API-Sparkle-Docs

API-Sparkle-Docs

Open source MIT JavaScript
12
Stars
6
Forks
0
Issues
1
Watchers
11 months
Last Commit

About API-Sparkle-Docs

API Sparkle Docs was a free API service designed to facilitate payments via the Saweria gateway and serve as an open-source content delivery network for GitHub repositories. The system offered unlimited daily usage for its features, including CDN hosting for static assets through GitHub usernames and repository paths. Key payment functionalities allowed users to authenticate with Saweria credentials, initiate payment transactions with specific order details and amounts as low as 1000 IDR, check transaction status, and retrieve account balances. The platform operated as a third-party integration layer, ensuring no user account credentials were stored on the server side. Developers could utilize endpoints for logging in, creating payments, checking payment status, and querying balances through standard HTTP GET and POST requests. It was widely used for integrating donation capabilities into developer tools and streamlining asset delivery from GitHub repositories. However, the service is currently inactive. All

Platforms

Web Self-hosted

Languages

JavaScript

Links

Logo

API Sparkle

⚠️ Status: Tidak Aktif Semua fitur API Sparkle telah dipindahkan sepenuhnya ke platform Maelyn. Silakan gunakan https://maelyn.sbs untuk mengakses fitur-fitur terbaru dan dukungan penuh.


API ini sebelumnya merupakan API FREE tanpa limit harian. Kini, semua layanan telah dialihkan ke sistem yang lebih baik dan stabil di Maelyn. Mohon gunakan layanan baru tersebut untuk pengalaman yang optimal.

🔗 Kunjungi:


Disclaimer

Kami tidak pernah menyimpan akun pengguna di dalam sistem kami. Kami hanya menyediakan API sebagai pihak ketiga untuk diintegrasikan ke dalam aplikasi Anda.

Follow Channel WhatsApp saya untuk notifikasi UPDATE pada API Sparkle ini.

Features

  • Payment Gateway (Saweria)
  • CDN Open Source

API Reference

GET CDN GITHUB

  GET /:username/:repository/:path(*)
  EXAMPLE https://clayza.biz.id/ClayzaAubert/API-Sparkle-Docs/Result-Saweria-Login.json
Parameter Type Description
username string Required. Username Github
repository string Required. Repository Github
path string Required. Path Github

POST Saweria Login

  POST /api/saweria/login

Result

Parameter Type Description
email string Required. Your Email Saweria
password string Required. Your Password Saweria

Post Saweria Create Payment

  POST /api/saweria/createPayment

Result

Parameter Type Description
user_id string Required. Your User ID
amount number Required. Your amount (Minimum Rp. 1.000)
name string Required. Name order
email string Required. Email Order
msg string Required. Message Order

GET Saweria Check Payment

  GET /api/saweria/checkPayment/:user_id/:id

Result

Parameter Type Description
user_id string Required. Your User ID
id string Required. ID Payment

POST Saweria balance

  POST /api/saweria/balance

Result

Parameter Type Description
email string Required. Your Email Saweria
password string Required. Your Password Saweria

Contributors