/v1/stats
This path in the API provides calls relating to the general stats of the launcher which are not bound to any pack at all.
GET /stats/downloads
This call returns a Download Stats Object showing the downloads of all versions of the launcher.
GET /stats/downloads/all
This call returns an Integer of the amount of downloads for the ATLauncher in total.
GET /stats/downloads/exe
This call returns an Integer of the amount of downloads for the ATLauncher for the exe.
GET /stats/downloads/zip
This call returns an Integer of the amount of downloads for the ATLauncher for the zip.
GET /stats/downloads/jar
This call returns an Integer of the amount of downloads for the ATLauncher for the jar.