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

{
    "count": 3799752,
    "next": null,
    "previous": "https://ports.macports.org/api/v1/builds/?format=api&ordering=build_id&page=75995",
    "results": [
        {
            "port_name": "php83-yaml",
            "builder_name": {
                "name": "10.9_x86_64",
                "display_name": "10.9"
            },
            "build_id": 332331,
            "status": "build successful",
            "time_start": "2026-03-20T00:23:08Z",
            "time_elapsed": "00:00:34",
            "watcher_id": 105332
        },
        {
            "port_name": "php84-xmlrpc",
            "builder_name": {
                "name": "10.9_x86_64",
                "display_name": "10.9"
            },
            "build_id": 332332,
            "status": "failed install-dependencies",
            "time_start": "2026-03-20T00:23:43Z",
            "time_elapsed": "00:00:03",
            "watcher_id": 105332
        }
    ]
}