GET /api/v1/builds/?format=api&ordering=time_start&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=time_start&page=73566",
    "results": [
        {
            "port_name": "hatch",
            "builder_name": {
                "name": "10.10_x86_64",
                "display_name": "10.10"
            },
            "build_id": 317822,
            "status": "build successful",
            "time_start": "2026-01-21T11:41:52Z",
            "time_elapsed": "00:00:47",
            "watcher_id": 104064
        }
    ]
}