Donations

Get donations.

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

Query Parameters

NameTypeDescription

type*

String

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

limit

Integer

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

Last updated