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

{
    "count": 3796452,
    "next": null,
    "previous": "https://ports.macports.org/api/v1/builds/?format=api&ordering=build_id&page=75929",
    "results": [
        {
            "port_name": "py311-numpy",
            "builder_name": {
                "name": "10.9_x86_64",
                "display_name": "10.9"
            },
            "build_id": 331284,
            "status": "build successful",
            "time_start": "2026-03-10T04:34:11Z",
            "time_elapsed": "00:08:16",
            "watcher_id": 105131
        },
        {
            "port_name": "py311-pyobjc",
            "builder_name": {
                "name": "10.9_x86_64",
                "display_name": "10.9"
            },
            "build_id": 331285,
            "status": "failed install-port",
            "time_start": "2026-03-10T04:42:30Z",
            "time_elapsed": "00:00:33",
            "watcher_id": 105131
        }
    ]
}