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

{
    "count": 3599803,
    "next": null,
    "previous": "https://ports.macports.org/api/v1/builds/?format=api&ordering=-builder_name__display_name&page=71996",
    "results": [
        {
            "port_name": "py312-hyrule",
            "builder_name": {
                "name": "10.10_x86_64",
                "display_name": "10.10"
            },
            "build_id": 313225,
            "status": "build successful",
            "time_start": "2025-11-26T04:48:59Z",
            "time_elapsed": "00:00:32",
            "watcher_id": 102573
        },
        {
            "port_name": "py314-hy",
            "builder_name": {
                "name": "10.10_x86_64",
                "display_name": "10.10"
            },
            "build_id": 313226,
            "status": "build successful",
            "time_start": "2025-11-26T04:49:35Z",
            "time_elapsed": "00:00:28",
            "watcher_id": 102573
        },
        {
            "port_name": "py314-hyrule",
            "builder_name": {
                "name": "10.10_x86_64",
                "display_name": "10.10"
            },
            "build_id": 313227,
            "status": "build successful",
            "time_start": "2025-11-26T04:50:05Z",
            "time_elapsed": "00:00:07",
            "watcher_id": 102573
        }
    ]
}