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

{
    "count": 3941002,
    "next": null,
    "previous": "https://ports.macports.org/api/v1/builds/?format=api&ordering=-build_id&page=78820",
    "results": [
        {
            "port_name": "lesspipe",
            "builder_name": {
                "name": "12_arm64",
                "display_name": "12.arm64"
            },
            "build_id": 0,
            "status": "build successful",
            "time_start": "2021-10-31T05:42:48Z",
            "time_elapsed": "00:00:07",
            "watcher_id": 0
        },
        {
            "port_name": "gperf",
            "builder_name": {
                "name": "14_x86_64",
                "display_name": "14"
            },
            "build_id": 0,
            "status": "build successful",
            "time_start": "2023-10-14T18:16:58Z",
            "time_elapsed": "00:00:31",
            "watcher_id": 0
        }
    ]
}