Skip to main content

API Reference

Our API is located at: https://builds.guizhanss.com/api

Fields with ? in schema are optional.

Response Format

A standard API endpoint will return a JSON object response in the following format:

{
"code": number, // response code
"message": string, // response message
"data": object | null // response data, will be null if the response code is not 0
}

Response codes

The code of a successful response is always 0.

CodeDescription
0Success
404Route not found
500Internal server error
1000Project not found
2000Build not found
2001Build artifact not found

Authentication

There is no authentication needed to access our API endpoints now.