GET /api/v1/builds/?format=api&ordering=-time_start&page=77701
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 3885003,
"next": null,
"previous": "https://ports.macports.org/api/v1/builds/?format=api&ordering=-time_start&page=77700",
"results": [
{
"port_name": "py36-acme",
"builder_name": {
"name": "10.5_ppc_legacy",
"display_name": "10.5_ppc"
},
"build_id": 85554,
"status": "build successful",
"time_start": "2018-11-16T02:11:04Z",
"time_elapsed": "00:04:21",
"watcher_id": 19327
},
{
"port_name": "py35-astropy-healpix",
"builder_name": {
"name": "10.5_ppc_legacy",
"display_name": "10.5_ppc"
},
"build_id": 85553,
"status": "failed install-dependencies",
"time_start": "2018-11-16T02:09:56Z",
"time_elapsed": "00:01:07",
"watcher_id": 19327
},
{
"port_name": "py35-astlib",
"builder_name": {
"name": "10.5_ppc_legacy",
"display_name": "10.5_ppc"
},
"build_id": 85552,
"status": "failed install-dependencies",
"time_start": "2018-11-16T02:07:04Z",
"time_elapsed": "00:02:51",
"watcher_id": 19327
}
]
}