GET
Modrinth Project Downloader
Fetch Modrinth project metadata and latest version files by slug or Modrinth project URL.
Endpoint
https://api.seaavey.com/downloader/modrinth Parameters
slug string required Modrinth project slug (for example: fabric-api) or a full Modrinth project URL.
limit number Maximum number of latest versions to include (1-20). Defaults to 5.
Response
-
status— number -
success— boolean -
latency— string -
data— object-
id— string -
slug— string -
title— string -
author— string -
projectType— string -
downloads— number -
followers— number -
url— string -
latestVersions— object[]version— stringgameVersions— string[]loaders— string[]releaseType— stringdate— stringfiles— object[]
-
Errors
401 Invalid or expired API key 400 Missing or invalid query parameter slug or limit 429 Too many requests 500 Download failed