Skip to main content

Gets all available builds for a project's version.

GET 

/v2/projects/:project/versions/:version/builds

Gets all available builds for a project's version.

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.

Responses

OK

Schema

    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

    builds

    object[]

  • Array [

  • buildint32

    Possible values: Value must match regular expression \d+

    Example: 30
    timedate-time
    channelstring

    Possible values: [default, experimental]

    promotedboolean

    changes

    object[]

  • Array [

  • 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
  • ]