Downloads

Grab the pack

Direct downloads for the modpack and the SoA Additions companion mod. Always points to the latest release.

Latest Releases

modpack

Souls of Avarice Modpack

v1.0.4-1.20.1 · 608.9 MB · 2026-04-27
sha256 57442c23d028086b…
includes SoA Additions v3.44.7-1.20.1
mod

SoA Additions

v3.44.7-1.20.1 · 3.7 MB · 2026-04-27
sha256 3ea4deebd1212519…

JSON API

Machine-friendly endpoints. CORS open. "Latest" always resolves to the newest version, so you can pin the same URL forever.

GET /api/:artifact/latest
Newest version metadata (JSON).
GET /api/:artifact/latest/file
302 redirect to the newest file.
GET /api/:artifact/versions
All versions, newest first.
GET /api/:artifact/:version
Specific version metadata.
GET /api/:artifact/:version/file
302 redirect to that version's file.
GET /api/health
Liveness check.

:artifact is modpack or mod.

Example

# always download the latest modpack
curl -L -o soa-modpack.zip https://download.soulsofavarice.com/api/modpack/latest/file

# fetch metadata
curl -s https://download.soulsofavarice.com/api/modpack/latest | jq