Documentation for the publicly available APIs to gather data related to the Mojang lawsuit.
| LICENSE | ||
| README.md | ||
Public APIs
Documentation for the publicly available APIs to gather data related to the Mojang lawsuit.
Funding
GET https://total-api.lawsuit.gg/ - Get the total amount raised on Gofundme
Response
interface Response {
total: string; // Pretty formatted USD value. Conversion rate automatically updated
skr: number; // Raw integer in Swedish krona
}
Example:
{
"total":"$157,836.30",
"skr":1463697
}