Gets information related to a specific build.
GET/v2/projects/:project/versions/:version/builds/:build
Gets information related to a specific build.
Request
Path Parameters
project stringrequired
Possible values: Value must match regular expression [a-z]+
The project identifier.
Example: geyser
version stringrequired
Possible values: Value must match regular expression (?:latest|[0-9.]+-?(?:pre|SNAPSHOT)?(?:[0-9.]+)?)?
A version of the project.
build int32required
A build of the version.
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
project_idstring
Possible values: Value must match regular expression [a-z]+
Example:
geyser
project_namestring
Example:
Geyser
versionstring
Possible values: Value must match regular expression (?:latest|[0-9.]+-?(?:pre|SNAPSHOT)?(?:[0-9.]+)?)?
Example:
2.1.0
buildint32
Possible values: Value must match regular expression \d+
Example:
30
timedate-time
channelstring
Possible values: [default
, experimental
]
promotedboolean
changes
object[]
commitstring
summarystring
messagestring
downloads
object
property name*
Download
namestring
Possible values: Value must match regular expression [a-z0-9._-]+
Example:
Geyser-Spigot.jar
sha256string
Possible values: Value must match regular expression [a-f0-9]{64}
Example:
9ecc7374c2110a077f6c288fa4ad53a6812c09d5690dae0bc96508f939d4cb8a
{
"project_id": "geyser",
"project_name": "Geyser",
"version": "2.1.0",
"build": 30,
"time": "2024-07-14T21:42:40.605Z",
"channel": "default",
"promoted": true,
"changes": [
{
"commit": "string",
"summary": "string",
"message": "string"
}
],
"downloads": {}
}