Skip to content

ListOfVoteSummary

Martin Magyar edited this page Dec 22, 2023 · 2 revisions

Info

Can be returned by method:

For more detailed information see ListOfVoteSummary model at BeatSaver API Docs. (bottom of the page)

Example response

[
    {
        "downvotes": 0,
        "hash": "string",
        "key64": "string",
        "mapId": 0,
        "score": 0,
        "upvotes": 0
    }
]
Clone this wiki locally