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

{
    "count": 3674802,
    "next": null,
    "previous": "https://ports.macports.org/api/v1/builds/?format=api&ordering=-build_id&page=73496",
    "results": [
        {
            "port_name": "terminus-font",
            "builder_name": {
                "name": "10.15_x86_64",
                "display_name": "10.15"
            },
            "build_id": 96,
            "status": "build successful",
            "time_start": "2019-10-29T09:32:18Z",
            "time_elapsed": "00:02:20",
            "watcher_id": 8
        },
        {
            "port_name": "php72-phalcon4",
            "builder_name": {
                "name": "11_arm64",
                "display_name": "11.arm64"
            },
            "build_id": 96,
            "status": "failed install-dependencies",
            "time_start": "2020-11-20T10:33:49Z",
            "time_elapsed": "00:00:09",
            "watcher_id": 68
        }
    ]
}