Donations

Get donations.

GET https://yourwebsite.com/api/store/donations

Query Parameters

Name
Type
Description

type*

String

Values: "top-alltime", "top-annual", "top-monthly", "top-daily", "latest"

limit

Integer

[
    {
        "display_name": "LeaderOS",
        "username": "leaderos",
        "total": "5.00 GBP",
        "raw_total": "5.00",
        "currency": "GBP",
        "date": "2023-09-13 23:35:12"
    },
    {
        "display_name": "Geyik",
        "username": "geyik",
        "total": "15.00 GBP",
        "raw_total": "15.00",
        "currency": "GBP",
        "date": "2023-10-13 23:35:12"
    }
]

Last updated