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

{
    "count": 3766404,
    "next": null,
    "previous": "https://ports.macports.org/api/v1/builds/?format=api&ordering=-builder_name__display_name&page=75328",
    "results": [
        {
            "port_name": "py314-mpmath",
            "builder_name": {
                "name": "10.10_x86_64",
                "display_name": "10.10"
            },
            "build_id": 322371,
            "status": "build successful",
            "time_start": "2026-02-26T03:10:33Z",
            "time_elapsed": "00:00:29",
            "watcher_id": 105139
        },
        {
            "port_name": "py-mpmath",
            "builder_name": {
                "name": "10.10_x86_64",
                "display_name": "10.10"
            },
            "build_id": 322372,
            "status": "build successful",
            "time_start": "2026-02-26T03:11:04Z",
            "time_elapsed": "00:00:11",
            "watcher_id": 105139
        },
        {
            "port_name": "py39-mpmath",
            "builder_name": {
                "name": "10.10_x86_64",
                "display_name": "10.10"
            },
            "build_id": 322373,
            "status": "build successful",
            "time_start": "2026-02-26T03:11:32Z",
            "time_elapsed": "00:00:26",
            "watcher_id": 105139
        },
        {
            "port_name": "py310-mpmath",
            "builder_name": {
                "name": "10.10_x86_64",
                "display_name": "10.10"
            },
            "build_id": 322374,
            "status": "build successful",
            "time_start": "2026-02-26T03:12:01Z",
            "time_elapsed": "00:00:29",
            "watcher_id": 105139
        }
    ]
}