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

{
    "count": 3740352,
    "next": null,
    "previous": "https://ports.macports.org/api/v1/builds/?format=api&ordering=time_start&page=74807",
    "results": [
        {
            "port_name": "octave-statistics",
            "builder_name": {
                "name": "14_x86_64",
                "display_name": "14"
            },
            "build_id": 75870,
            "status": "build successful",
            "time_start": "2026-02-11T18:49:06Z",
            "time_elapsed": "00:04:34",
            "watcher_id": 28127
        },
        {
            "port_name": "octave-datatypes",
            "builder_name": {
                "name": "12_arm64",
                "display_name": "12.arm64"
            },
            "build_id": 160333,
            "status": "build successful",
            "time_start": "2026-02-11T18:50:37Z",
            "time_elapsed": "00:01:32",
            "watcher_id": 53889
        }
    ]
}