cURL
curl --request GET \ --url https://forgegames.org/api/roll-events/drop-rates \ --header 'Authorization: Basic <encoded-value>'
[ { "itemId": "<string>", "itemName": "<string>", "dropCount": 123, "dropRate": 123 } ]
Returns actual drop rates for items based on roll history. Useful for comparing expected vs actual drop rates.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
1 <= x <= 100
Successful response