VoidsWrath API
Base: https://www.voidswrath.com
VoidsWrath static JSON catalogue — all packs in a single request.
Handler: VoidsWrathProvider
GET
/api/modpacks
Get All Modpacks
Fetch the complete VoidsWrath modpack catalogue (static JSON, entire list in one response)
Response Example
[{"name":"Crazy Craft 4.0","version":"4.0","mcVersion":"1.12.2","url":"https://www.voidswrath.com/modpacks/crazy-craft-4-0","serverDownload":"https://...","image":"https://..."}]
cURL
curl "https://www.voidswrath.com/api/modpacks"