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

{
    "count": 3687053,
    "next": null,
    "previous": "https://ports.macports.org/api/v1/builds/?format=api&ordering=-build_id&page=73741",
    "results": [
        {
            "port_name": "libiconv",
            "builder_name": {
                "name": "12_x86_64",
                "display_name": "12"
            },
            "build_id": 1,
            "status": "build successful",
            "time_start": "2021-11-02T05:26:48Z",
            "time_elapsed": "00:02:28",
            "watcher_id": 1
        },
        {
            "port_name": "gperf",
            "builder_name": {
                "name": "15_arm64",
                "display_name": "15.arm64"
            },
            "build_id": 1,
            "status": "build successful",
            "time_start": "2025-02-22T20:09:34Z",
            "time_elapsed": "00:00:11",
            "watcher_id": 0
        },
        {
            "port_name": "diffutils-for-muniversal",
            "builder_name": {
                "name": "13_x86_64",
                "display_name": "13"
            },
            "build_id": 1,
            "status": "build successful",
            "time_start": "2022-12-11T06:48:36Z",
            "time_elapsed": "00:01:15",
            "watcher_id": 1
        }
    ]
}