GET /api/v1/builds/?format=api&ordering=-time_start&page=73681
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3684002,
    "next": null,
    "previous": "https://ports.macports.org/api/v1/builds/?format=api&ordering=-time_start&page=73680",
    "results": [
        {
            "port_name": "py36-axolotl",
            "builder_name": {
                "name": "10.5_ppc_legacy",
                "display_name": "10.5_ppc"
            },
            "build_id": 85492,
            "status": "failed install-dependencies",
            "time_start": "2018-11-15T23:19:25Z",
            "time_elapsed": "00:01:19",
            "watcher_id": 19322
        },
        {
            "port_name": "py36-axolotl-curve25519",
            "builder_name": {
                "name": "10.5_ppc_legacy",
                "display_name": "10.5_ppc"
            },
            "build_id": 85491,
            "status": "build successful",
            "time_start": "2018-11-15T23:15:47Z",
            "time_elapsed": "00:03:27",
            "watcher_id": 19322
        }
    ]
}