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

{
    "count": 3885003,
    "next": null,
    "previous": "https://ports.macports.org/api/v1/builds/?format=api&ordering=-builder_name__display_name&page=77700",
    "results": [
        {
            "port_name": "catch2",
            "builder_name": {
                "name": "10.10_x86_64",
                "display_name": "10.10"
            },
            "build_id": 328806,
            "status": "build successful",
            "time_start": "2026-04-15T20:55:26Z",
            "time_elapsed": "00:03:21",
            "watcher_id": 107011
        },
        {
            "port_name": "glibmm-devel",
            "builder_name": {
                "name": "10.10_x86_64",
                "display_name": "10.10"
            },
            "build_id": 328807,
            "status": "build successful",
            "time_start": "2026-04-15T20:59:00Z",
            "time_elapsed": "00:08:18",
            "watcher_id": 107011
        },
        {
            "port_name": "libpaper",
            "builder_name": {
                "name": "10.10_x86_64",
                "display_name": "10.10"
            },
            "build_id": 328808,
            "status": "build successful",
            "time_start": "2026-04-15T21:07:20Z",
            "time_elapsed": "00:01:34",
            "watcher_id": 107011
        }
    ]
}