GET /api/v1/builds/?format=api&ordering=time_start&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=time_start&page=75995",
    "results": [
        {
            "port_name": "seed",
            "builder_name": {
                "name": "10.6_x86_64",
                "display_name": "10.6.x86_64"
            },
            "build_id": 265147,
            "status": "failed install-dependencies",
            "time_start": "2026-03-20T00:56:54Z",
            "time_elapsed": "00:00:36",
            "watcher_id": 78742
        },
        {
            "port_name": "php81-memcache",
            "builder_name": {
                "name": "10.9_x86_64",
                "display_name": "10.9"
            },
            "build_id": 332370,
            "status": "build successful",
            "time_start": "2026-03-20T00:57:12Z",
            "time_elapsed": "00:01:11",
            "watcher_id": 105341
        }
    ]
}