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

{
    "count": 3749753,
    "next": null,
    "previous": "https://ports.macports.org/api/v1/builds/?format=api&ordering=build_id&page=74995",
    "results": [
        {
            "port_name": "py311-fastprogress",
            "builder_name": {
                "name": "10.9_x86_64",
                "display_name": "10.9"
            },
            "build_id": 329581,
            "status": "build successful",
            "time_start": "2026-02-17T03:32:02Z",
            "time_elapsed": "00:00:11",
            "watcher_id": 104572
        },
        {
            "port_name": "py311-platformdirs",
            "builder_name": {
                "name": "10.9_x86_64",
                "display_name": "10.9"
            },
            "build_id": 329582,
            "status": "build successful",
            "time_start": "2026-02-17T03:32:14Z",
            "time_elapsed": "00:00:10",
            "watcher_id": 104572
        },
        {
            "port_name": "py311-tables",
            "builder_name": {
                "name": "10.9_x86_64",
                "display_name": "10.9"
            },
            "build_id": 329583,
            "status": "failed install-dependencies",
            "time_start": "2026-02-17T03:32:25Z",
            "time_elapsed": "00:00:06",
            "watcher_id": 104572
        }
    ]
}