Skip to main content
GET
/
modrinth
/
projects
/
{id}
/
versions
List project versions
curl --request GET \
  --url https://your-domain.com/api/client/v1/modrinth/projects/{id}/versions \
  --header 'Authorization: Bearer <token>'
{
  "project_id": "<string>",
  "count": 123,
  "versions": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Query Parameters

loaders
string
game_versions
string
Available options:
true

Response

Versions list

project_id
string
count
integer
versions
object[]