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

{
    "count": 3769652,
    "next": null,
    "previous": "https://ports.macports.org/api/v1/builds/?format=api&ordering=time_start&page=75393",
    "results": [
        {
            "port_name": "py314-libdnet",
            "builder_name": {
                "name": "15_x86_64",
                "display_name": "15"
            },
            "build_id": 50360,
            "status": "failed install-dependencies",
            "time_start": "2026-03-02T03:42:14Z",
            "time_elapsed": "00:00:01",
            "watcher_id": 16139
        },
        {
            "port_name": "py-libdnet",
            "builder_name": {
                "name": "15_x86_64",
                "display_name": "15"
            },
            "build_id": 50361,
            "status": "failed install-dependencies",
            "time_start": "2026-03-02T03:42:16Z",
            "time_elapsed": "00:00:01",
            "watcher_id": 16139
        }
    ]
}