GET /api/v1/builds/?format=api&ordering=builder_name__name&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=builder_name__name&page=73680",
    "results": [
        {
            "port_name": "nds2-client-matlab",
            "builder_name": {
                "name": "26_arm64",
                "display_name": "26.arm64"
            },
            "build_id": 24881,
            "status": "failed install-dependencies",
            "time_start": "2026-01-23T09:06:13Z",
            "time_elapsed": "00:00:04",
            "watcher_id": 3895
        },
        {
            "port_name": "nds2-client-octave",
            "builder_name": {
                "name": "26_arm64",
                "display_name": "26.arm64"
            },
            "build_id": 24882,
            "status": "failed install-dependencies",
            "time_start": "2026-01-23T09:06:18Z",
            "time_elapsed": "00:00:05",
            "watcher_id": 3895
        }
    ]
}