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

{
    "count": 3678301,
    "next": null,
    "previous": "https://ports.macports.org/api/v1/builds/?format=api&ordering=-build_id&page=73566",
    "results": [
        {
            "port_name": "gperf",
            "builder_name": {
                "name": "26_arm64",
                "display_name": "26.arm64"
            },
            "build_id": 1,
            "status": "build successful",
            "time_start": "2025-09-16T06:58:20Z",
            "time_elapsed": "00:00:21",
            "watcher_id": 0
        }
    ]
}