We shared this request example with FAB participants: url_qparams = { "limit": count, "offset": offset, "has_group": "false", "order_by": "-activity", "forecast_type": "binary", "project": tournament_id, "status": "open", "type": "forecast", "include_description": "true", } url = f"{api_info.base_url}/questions/" response = requests.get( url, headers={"Authorization": f"Token {api_info.token}"}, params=url_qparams )

But we don't want to support all these parameters, and the ones relevant are: - order_by - status - project - forecast_type - we ignore this, but assume it's binary - FAB only supports binary for now.

GET /api2/questions/?format=api&offset=100
HTTP 200 OK
Allow: OPTIONS, GET
Content-Type: application/json
Vary: Accept

{
    "count": 5510,
    "next": "http://www.metaculus.com/api2/questions/?format=api&limit=20&offset=120",
    "previous": "http://www.metaculus.com/api2/questions/?format=api&limit=20&offset=80",
    "results": [
        {
            "id": 38111,
            "title": "Will a UN member country newly recognize Palestine in June 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-a-un-member-country-newly-recognize-palestine-in-june-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-05-24T05:50:07.900239Z",
            "published_at": "2025-05-31T06:00:00Z",
            "edited_at": "2025-07-03T15:41:55.038596Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 88,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-31T08:00:00Z",
            "scheduled_close_time": "2025-05-31T08:00:00Z",
            "scheduled_resolve_time": "2025-07-01T00:00:00Z",
            "open_time": "2025-05-31T06:00:00Z",
            "nr_forecasters": 82,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32607,
                        "name": "2025 Leaderboard",
                        "slug": "2025_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "question_series": [
                    {
                        "id": 32721,
                        "type": "question_series",
                        "name": "Q2 AI Forecasting Benchmark Tournament",
                        "slug": "aibq2",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-04-21T01:38:25Z",
                        "close_date": "2025-07-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-03-22T19:06:55.820092Z",
                        "edited_at": "2025-07-06T14:35:25.656181Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32721,
                    "type": "question_series",
                    "name": "Q2 AI Forecasting Benchmark Tournament",
                    "slug": "aibq2",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-04-21T01:38:25Z",
                    "close_date": "2025-07-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-03-22T19:06:55.820092Z",
                    "edited_at": "2025-07-06T14:35:25.656181Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 37417,
                "title": "Will a UN member country newly recognize Palestine in June 2025?",
                "created_at": "2025-05-24T05:50:07.900239Z",
                "open_time": "2025-05-31T06:00:00Z",
                "cp_reveal_time": "2025-05-31T08:00:00Z",
                "spot_scoring_time": "2025-05-31T08:00:00Z",
                "scheduled_resolve_time": "2025-07-01T00:00:00Z",
                "actual_resolve_time": "2025-07-01T23:23:00Z",
                "resolution_set_time": "2025-07-01T23:30:48.320446Z",
                "scheduled_close_time": "2025-05-31T08:00:00Z",
                "actual_close_time": "2025-05-31T08:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "no",
                "include_bots_in_aggregates": true,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "label": "",
                "unit": "",
                "open_upper_bound": false,
                "open_lower_bound": false,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_max": null,
                    "range_min": null,
                    "zero_point": null,
                    "open_upper_bound": false,
                    "open_lower_bound": false,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "[UK joins France's initiative for recognition of Palestinian state](https://www.lemonde.fr/en/international/article/2025/05/20/uk-joins-france-s-initiative-for-recognition-of-palestinian-state_6741456_4.html)",
                "resolution_criteria": "This question resolves as **Yes** if after May 31, 2025 and before July 1, 2025, a UN member country announces that it recognizes Palestine as a sovereign nation. Resolves based on Al Jazeera's [tracking page](https://www.aljazeera.com/news/2025/4/10/mapping-which-countries-recognise-palestine-in-2025) or other credible sources should the tracking page not be timely updated.",
                "fine_print": "",
                "post_id": 38111,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1748675876.905096,
                                "end_time": null,
                                "forecaster_count": 82,
                                "interval_lower_bounds": [
                                    0.37
                                ],
                                "centers": [
                                    0.65
                                ],
                                "interval_upper_bounds": [
                                    0.75
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1748675876.905096,
                            "end_time": null,
                            "forecaster_count": 82,
                            "interval_lower_bounds": [
                                0.37
                            ],
                            "centers": [
                                0.65
                            ],
                            "interval_upper_bounds": [
                                0.75
                            ],
                            "forecast_values": [
                                0.35,
                                0.65
                            ],
                            "means": [
                                0.5689407093174954
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.1941378799360505,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6605878917129421,
                                    0.0,
                                    0.0,
                                    0.13747443227290793,
                                    0.0,
                                    1.1253545677530647,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5927213542612971,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.4385507778834774,
                                    0.0,
                                    0.9461206906142233,
                                    0.0,
                                    0.0,
                                    0.5933829679475988,
                                    0.0,
                                    0.48502884574639266,
                                    0.0,
                                    0.0,
                                    0.011415200401430712,
                                    0.7554658117724923,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0006599580203028017,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5818537644456659,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0684818427310905,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.424927620369608,
                                    0.0,
                                    0.14731917151092638,
                                    0.0,
                                    0.0,
                                    1.7953377959011738,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    2.722244141002323,
                                    0.0,
                                    0.0,
                                    0.2879019056547677,
                                    0.0,
                                    0.30180620376422074,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.5196299642283464,
                                    0.17921244978815146,
                                    0.0,
                                    0.0,
                                    0.6356800736251341,
                                    0.0,
                                    0.010221630333147167,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": -41.16685593317224,
                            "peer_score": -6.341616801047262,
                            "coverage": 0.9858541270759371,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9858541270759371,
                            "spot_peer_score": -10.76412901482709,
                            "spot_baseline_score": -51.45731728297583,
                            "baseline_archived_score": -41.16685593317224,
                            "peer_archived_score": -6.341616801047262,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": -10.76412901482709,
                            "spot_baseline_archived_score": -51.45731728297583
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 85,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "[UK joins France's initiative for recognition of Palestinian state](https://www.lemonde.fr/en/international/article/2025/05/20/uk-joins-france-s-initiative-for-recognition-of-palestinian-state_6741456_4.html)"
        },
        {
            "id": 38110,
            "title": "Will Benin re-open its closed land border crossings with Nigeria's Kwara state before July 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-benin-re-open-its-closed-land-border-crossings-with-nigerias-kwara-state-before-july-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-05-24T05:50:07.895802Z",
            "published_at": "2025-05-31T04:00:00Z",
            "edited_at": "2025-07-03T15:42:45.121816Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 87,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-31T06:00:00Z",
            "scheduled_close_time": "2025-05-31T06:00:00Z",
            "scheduled_resolve_time": "2025-07-01T00:00:00Z",
            "open_time": "2025-05-31T04:00:00Z",
            "nr_forecasters": 83,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32721,
                        "type": "question_series",
                        "name": "Q2 AI Forecasting Benchmark Tournament",
                        "slug": "aibq2",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-04-21T01:38:25Z",
                        "close_date": "2025-07-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-03-22T19:06:55.820092Z",
                        "edited_at": "2025-07-06T14:35:25.656181Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32721,
                    "type": "question_series",
                    "name": "Q2 AI Forecasting Benchmark Tournament",
                    "slug": "aibq2",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-04-21T01:38:25Z",
                    "close_date": "2025-07-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-03-22T19:06:55.820092Z",
                    "edited_at": "2025-07-06T14:35:25.656181Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 37416,
                "title": "Will Benin re-open its closed land border crossings with Nigeria's Kwara state before July 1, 2025?",
                "created_at": "2025-05-24T05:50:07.895802Z",
                "open_time": "2025-05-31T04:00:00Z",
                "cp_reveal_time": "2025-05-31T06:00:00Z",
                "spot_scoring_time": "2025-05-31T06:00:00Z",
                "scheduled_resolve_time": "2025-07-01T00:00:00Z",
                "actual_resolve_time": "2025-07-02T20:56:00Z",
                "resolution_set_time": "2025-07-02T21:18:51.613457Z",
                "scheduled_close_time": "2025-05-31T06:00:00Z",
                "actual_close_time": "2025-05-31T06:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "no",
                "include_bots_in_aggregates": true,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "label": "",
                "unit": "",
                "open_upper_bound": false,
                "open_lower_bound": false,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_max": null,
                    "range_min": null,
                    "zero_point": null,
                    "open_upper_bound": false,
                    "open_lower_bound": false,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "[Exclusive: Benin Rep. Closes Land Borders With Nigerian Communities Over Soya, Others' Exportation](https://www.legit.ng/nigeria/1654107-exclusive-benin-rep-closes-land-borders-nigerian-communities-soya-exportation/) | [BREAKING: Benin Republic Shuts Border With Kwara Communities Over Attacks By New Terror Group Mahmuda, Arms Smuggling – Sources](https://saharareporters.com/2025/05/08/breaking-benin-republic-shuts-border-kwara-communities-over-attacks-new-terror-group)",
                "resolution_criteria": "This question resolves as **Yes** if before July 1, 2025, Benin's land border crossings with Nigeria's Kwara state that were closed in May 2025 are [credibly](https://www.metaculus.com/faq/#definitions) reported to have been reopened.",
                "fine_print": "",
                "post_id": 38110,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1748669420.833382,
                                "end_time": null,
                                "forecaster_count": 83,
                                "interval_lower_bounds": [
                                    0.15
                                ],
                                "centers": [
                                    0.2
                                ],
                                "interval_upper_bounds": [
                                    0.3
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1748669420.833382,
                            "end_time": null,
                            "forecaster_count": 83,
                            "interval_lower_bounds": [
                                0.15
                            ],
                            "centers": [
                                0.2
                            ],
                            "interval_upper_bounds": [
                                0.3
                            ],
                            "forecast_values": [
                                0.8,
                                0.2
                            ],
                            "means": [
                                0.22971679204287646
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.7567875495527383,
                                    0.0,
                                    0.00030038860271878445,
                                    0.0,
                                    1.0072709559498547,
                                    0.0,
                                    0.5176847893212264,
                                    3.2864506431019596,
                                    0.8007238388551874,
                                    0.0,
                                    0.0,
                                    1.1054560116610548,
                                    3.0404374660842053,
                                    0.14966870988380016,
                                    0.02643125667787829,
                                    0.0008165408802466752,
                                    0.0,
                                    0.7007643444329139,
                                    0.7150025343476979,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.208822378742234,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.533912344628667,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.0670519103011393,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.675274710717055,
                                    0.0026106503329410956,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.130111205499186,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": 66.92546568941957,
                            "peer_score": 4.4045431990869535,
                            "coverage": 0.9836486620704332,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9836486620704332,
                            "spot_peer_score": 4.648093340627275,
                            "spot_baseline_score": 67.80719051126377,
                            "baseline_archived_score": 66.92546568941957,
                            "peer_archived_score": 4.4045431990869535,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 4.648093340627275,
                            "spot_baseline_archived_score": 67.80719051126377
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 86,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "[Exclusive: Benin Rep. Closes Land Borders With Nigerian Communities Over Soya, Others' Exportation](https://www.legit.ng/nigeria/1654107-exclusive-benin-rep-closes-land-borders-nigerian-communities-soya-exportation/) | [BREAKING: Benin Republic Shuts Border With Kwara Communities Over Attacks By New Terror Group Mahmuda, Arms Smuggling – Sources](https://saharareporters.com/2025/05/08/breaking-benin-republic-shuts-border-kwara-communities-over-attacks-new-terror-group)"
        },
        {
            "id": 38109,
            "title": "Will Kalshi offer markets on daily baseball games every day in June 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-kalshi-offer-markets-on-daily-baseball-games-every-day-in-june-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-05-24T05:50:07.891106Z",
            "published_at": "2025-05-31T02:00:00Z",
            "edited_at": "2025-07-03T15:42:35.845541Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 85,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-31T04:00:00Z",
            "scheduled_close_time": "2025-05-31T04:00:00Z",
            "scheduled_resolve_time": "2025-07-01T00:00:00Z",
            "open_time": "2025-05-31T02:00:00Z",
            "nr_forecasters": 82,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32721,
                        "type": "question_series",
                        "name": "Q2 AI Forecasting Benchmark Tournament",
                        "slug": "aibq2",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-04-21T01:38:25Z",
                        "close_date": "2025-07-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-03-22T19:06:55.820092Z",
                        "edited_at": "2025-07-06T14:35:25.656181Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32721,
                    "type": "question_series",
                    "name": "Q2 AI Forecasting Benchmark Tournament",
                    "slug": "aibq2",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-04-21T01:38:25Z",
                    "close_date": "2025-07-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-03-22T19:06:55.820092Z",
                    "edited_at": "2025-07-06T14:35:25.656181Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 37415,
                "title": "Will Kalshi offer markets on daily baseball games every day in June 2025?",
                "created_at": "2025-05-24T05:50:07.891106Z",
                "open_time": "2025-05-31T02:00:00Z",
                "cp_reveal_time": "2025-05-31T04:00:00Z",
                "spot_scoring_time": "2025-05-31T04:00:00Z",
                "scheduled_resolve_time": "2025-07-01T00:00:00Z",
                "actual_resolve_time": "2025-07-02T20:56:00Z",
                "resolution_set_time": "2025-07-02T21:10:19.332700Z",
                "scheduled_close_time": "2025-05-31T04:00:00Z",
                "actual_close_time": "2025-05-31T04:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "yes",
                "include_bots_in_aggregates": true,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "label": "",
                "unit": "",
                "open_upper_bound": false,
                "open_lower_bound": false,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_max": null,
                    "range_min": null,
                    "zero_point": null,
                    "open_upper_bound": false,
                    "open_lower_bound": false,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "Las Vegas Review-Journal: [Judge says he’ll move quickly on Kalshi prediction market case](https://www.reviewjournal.com/business/casinos-gaming/judge-says-hell-move-quickly-on-kalshi-prediction-market-case-3374672/)",
                "resolution_criteria": "This question resolves as **Yes** if, every day in June 2025, [Kalshi](https://kalshi.com/?category=sports&tag=baseball) offers a real-money prediction market on at least one Major League Baseball game being played that day.",
                "fine_print": "",
                "post_id": 38109,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1748662647.384869,
                                "end_time": null,
                                "forecaster_count": 82,
                                "interval_lower_bounds": [
                                    0.39
                                ],
                                "centers": [
                                    0.625
                                ],
                                "interval_upper_bounds": [
                                    0.7
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1748662647.384869,
                            "end_time": null,
                            "forecaster_count": 82,
                            "interval_lower_bounds": [
                                0.39
                            ],
                            "centers": [
                                0.625
                            ],
                            "interval_upper_bounds": [
                                0.7
                            ],
                            "forecast_values": [
                                0.375,
                                0.625
                            ],
                            "means": [
                                0.5542732669242252
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.11917266062120754,
                                    0.0,
                                    0.0,
                                    0.6275936801729672,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.2699958423549824,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0016456269758058238,
                                    0.10721719787370454,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0003173881331863867,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8105139050047294,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.33002786079907664,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.0,
                                    0.7593254554103508,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.008125528952671308,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.0806854247070237,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.0837086439682073,
                                    0.0,
                                    1.7457362066400028,
                                    0.0019754520645241095,
                                    0.4452257211395179,
                                    1.540909725259369,
                                    0.3268901147942556,
                                    0.0,
                                    0.0004802654549584282,
                                    0.0,
                                    2.119476324076492,
                                    0.0,
                                    0.10299702702416284,
                                    0.3704164410767862,
                                    0.5021859182392427,
                                    0.6745614397790856,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.038345873780208685,
                                    0.0015227084153118962,
                                    0.0023451987212490845,
                                    0.0,
                                    0.0,
                                    0.9430289780761755,
                                    0.2530319812175794,
                                    0.34805835094389953,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": 31.07291775914588,
                            "peer_score": 32.86484930529705,
                            "coverage": 0.9737925245695644,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9737925245695644,
                            "spot_peer_score": 35.54071046693545,
                            "spot_baseline_score": 32.19280948873624,
                            "baseline_archived_score": 31.07291775914588,
                            "peer_archived_score": 32.86484930529705,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 35.54071046693545,
                            "spot_baseline_archived_score": 32.19280948873624
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 84,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "Las Vegas Review-Journal: [Judge says he’ll move quickly on Kalshi prediction market case](https://www.reviewjournal.com/business/casinos-gaming/judge-says-hell-move-quickly-on-kalshi-prediction-market-case-3374672/)"
        },
        {
            "id": 38108,
            "title": "Will Doge claim a total savings of $200 billion or more on July 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-doge-claim-a-total-savings-of-200-billion-or-more-on-july-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-05-24T05:50:07.886173Z",
            "published_at": "2025-05-31T00:00:00Z",
            "edited_at": "2025-07-03T15:42:19.229798Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 81,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-31T02:00:00Z",
            "scheduled_close_time": "2025-05-31T02:00:00Z",
            "scheduled_resolve_time": "2025-07-01T00:00:00Z",
            "open_time": "2025-05-31T00:00:00Z",
            "nr_forecasters": 78,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32607,
                        "name": "2025 Leaderboard",
                        "slug": "2025_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "question_series": [
                    {
                        "id": 32721,
                        "type": "question_series",
                        "name": "Q2 AI Forecasting Benchmark Tournament",
                        "slug": "aibq2",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-04-21T01:38:25Z",
                        "close_date": "2025-07-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-03-22T19:06:55.820092Z",
                        "edited_at": "2025-07-06T14:35:25.656181Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32721,
                    "type": "question_series",
                    "name": "Q2 AI Forecasting Benchmark Tournament",
                    "slug": "aibq2",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-04-21T01:38:25Z",
                    "close_date": "2025-07-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-03-22T19:06:55.820092Z",
                    "edited_at": "2025-07-06T14:35:25.656181Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 37414,
                "title": "Will Doge claim a total savings of $200 billion or more on July 1, 2025?",
                "created_at": "2025-05-24T05:50:07.886173Z",
                "open_time": "2025-05-31T00:00:00Z",
                "cp_reveal_time": "2025-05-31T02:00:00Z",
                "spot_scoring_time": "2025-05-31T02:00:00Z",
                "scheduled_resolve_time": "2025-07-01T00:00:00Z",
                "actual_resolve_time": "2025-07-02T01:29:00Z",
                "resolution_set_time": "2025-07-02T01:30:39.098721Z",
                "scheduled_close_time": "2025-05-31T02:00:00Z",
                "actual_close_time": "2025-05-31T02:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "no",
                "include_bots_in_aggregates": true,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "label": "",
                "unit": "",
                "open_upper_bound": false,
                "open_lower_bound": false,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_max": null,
                    "range_min": null,
                    "zero_point": null,
                    "open_upper_bound": false,
                    "open_lower_bound": false,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "NY Post: [Tech guru admired by Elon Musk estimates ‘over $100 billion’ in taxpayer money is being wasted or stolen](https://nypost.com/2025/02/25/us-news/tech-guru-admired-by-elon-musk-estimates-over-100-billion-in-taxpayer-money-is-being-wasted-or-stolen/)",
                "resolution_criteria": "This question resolves as **Yes** if the Department of Government Efficiency [claims](https://doge.gov/savings) a total estimated savings of greater than or equal to $200 billion when checked by Metaculus on or after July 1, 2025.",
                "fine_print": "",
                "post_id": 38108,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1748656777.589103,
                                "end_time": null,
                                "forecaster_count": 78,
                                "interval_lower_bounds": [
                                    0.17
                                ],
                                "centers": [
                                    0.35
                                ],
                                "interval_upper_bounds": [
                                    0.6
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1748656777.589103,
                            "end_time": null,
                            "forecaster_count": 78,
                            "interval_lower_bounds": [
                                0.17
                            ],
                            "centers": [
                                0.35
                            ],
                            "interval_upper_bounds": [
                                0.6
                            ],
                            "forecast_values": [
                                0.65,
                                0.35
                            ],
                            "means": [
                                0.404026309441218
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.346495061743856,
                                    0.0,
                                    0.0,
                                    0.4352821374375108,
                                    0.0,
                                    0.3511063570888927,
                                    0.0,
                                    0.001078956545637215,
                                    0.0,
                                    0.18445819292609114,
                                    2.5504236757056926,
                                    0.0,
                                    0.40880911918637236,
                                    0.0,
                                    0.0,
                                    0.0631705586603337,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.624326721977618,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    2.2836936593470374,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.19776846219557181,
                                    1.8530868147909079,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.1885006825539377,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0013662399302902292,
                                    0.0,
                                    0.0,
                                    0.8922909885556951,
                                    0.0,
                                    0.06399192752308502,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.24278903553666345,
                                    2.1019089197344187,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.3794225567455465,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5239242875781319,
                                    1.0299239932109185,
                                    0.0,
                                    0.14903745391724665,
                                    0.5914743248163015,
                                    0.0,
                                    0.6898153716230286,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.014275861551769443,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": 40.341855654245194,
                            "peer_score": 10.842931979561056,
                            "coverage": 0.9829623101486101,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9829623101486101,
                            "spot_peer_score": 12.400284681329781,
                            "spot_baseline_score": 37.85116232537298,
                            "baseline_archived_score": 40.341855654245194,
                            "peer_archived_score": 10.842931979561056,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 12.400284681329781,
                            "spot_baseline_archived_score": 37.85116232537298
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 79,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "NY Post: [Tech guru admired by Elon Musk estimates ‘over $100 billion’ in taxpayer money is being wasted or stolen](https://nypost.com/2025/02/25/us-news/tech-guru-admired-by-elon-musk-estimates-over-100-billion-in-taxpayer-money-is-being-wasted-or-stolen/)"
        },
        {
            "id": 38107,
            "title": "Will James Comey be arrested before July 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-james-comey-be-arrested-before-july-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-05-24T05:50:07.881222Z",
            "published_at": "2025-05-30T22:00:00Z",
            "edited_at": "2025-07-03T15:42:19.543890Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 88,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-31T00:00:00Z",
            "scheduled_close_time": "2025-05-31T00:00:00Z",
            "scheduled_resolve_time": "2025-07-01T00:00:00Z",
            "open_time": "2025-05-30T22:00:00Z",
            "nr_forecasters": 83,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32721,
                        "type": "question_series",
                        "name": "Q2 AI Forecasting Benchmark Tournament",
                        "slug": "aibq2",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-04-21T01:38:25Z",
                        "close_date": "2025-07-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-03-22T19:06:55.820092Z",
                        "edited_at": "2025-07-06T14:35:25.656181Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32721,
                    "type": "question_series",
                    "name": "Q2 AI Forecasting Benchmark Tournament",
                    "slug": "aibq2",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-04-21T01:38:25Z",
                    "close_date": "2025-07-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-03-22T19:06:55.820092Z",
                    "edited_at": "2025-07-06T14:35:25.656181Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 37413,
                "title": "Will James Comey be arrested before July 1, 2025?",
                "created_at": "2025-05-24T05:50:07.881222Z",
                "open_time": "2025-05-30T22:00:00Z",
                "cp_reveal_time": "2025-05-31T00:00:00Z",
                "spot_scoring_time": "2025-05-31T00:00:00Z",
                "scheduled_resolve_time": "2025-07-01T00:00:00Z",
                "actual_resolve_time": "2025-07-02T20:56:00Z",
                "resolution_set_time": "2025-07-02T21:20:38.973278Z",
                "scheduled_close_time": "2025-05-31T00:00:00Z",
                "actual_close_time": "2025-05-31T00:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "no",
                "include_bots_in_aggregates": true,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "label": "",
                "unit": "",
                "open_upper_bound": false,
                "open_lower_bound": false,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_max": null,
                    "range_min": null,
                    "zero_point": null,
                    "open_upper_bound": false,
                    "open_lower_bound": false,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "[Secret Service Is Asking Comey About a Photo of Seashells Spelling ‘86 47’](https://www.nytimes.com/2025/05/16/us/politics/secret-service-comey-social-media-trump.html)",
                "resolution_criteria": "This question resolves as **Yes** if former FBI director James Comey is arrested before July 1, 2025, according to [credible sources](https://www.metaculus.com/faq/#definitions).",
                "fine_print": "In order to streamline this question's resolution, please note that an arrest anywhere in the world, for any reason, will resolve this question as Yes. For purposes of this question, we define \"arrest\" using the definition [posted at Nolo](https://www.nolo.com/legal-encyclopedia/justifies-arrest-probable-cause.html): \"An arrest requires taking someone into custody, against that person's will, in order to prosecute or interrogate. It involves a physical application of force, or submission to an officer's show of force. In sum, the arrestee must not be free to leave. Whether the act by the police is termed an arrest under state law is not relevant. When deciding whether someone has been arrested, courts apply the 'reasonable man' standard. This means asking whether a reasonable person, in the shoes of the defendant, would have concluded that he or she was not free to leave.\"",
                "post_id": 38107,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1748647822.486869,
                                "end_time": null,
                                "forecaster_count": 83,
                                "interval_lower_bounds": [
                                    0.05
                                ],
                                "centers": [
                                    0.05959936521175481
                                ],
                                "interval_upper_bounds": [
                                    0.14
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1748647822.486869,
                            "end_time": null,
                            "forecaster_count": 83,
                            "interval_lower_bounds": [
                                0.05
                            ],
                            "centers": [
                                0.05959936521175481
                            ],
                            "interval_upper_bounds": [
                                0.14
                            ],
                            "forecast_values": [
                                0.9404006347882452,
                                0.05959936521175481
                            ],
                            "means": [
                                0.0867421091788873
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.13959566381946276,
                                    1.396670355604409,
                                    1.5756745782504726,
                                    0.0,
                                    5.456969137676682,
                                    1.4919355978131126,
                                    0.018408160151040805,
                                    0.41806805342693354,
                                    0.090515909635905,
                                    1.621640527511162,
                                    0.0,
                                    0.22292615601209342,
                                    0.0,
                                    0.8954458044908652,
                                    2.181397922674346,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5356399820415769,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.10720391485559638,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5728618554020375,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0006246102070092039,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": 88.47929835710181,
                            "peer_score": 5.59136670709252,
                            "coverage": 0.9876918748683399,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9876918748683399,
                            "spot_peer_score": 6.398212020662693,
                            "spot_baseline_score": 91.13474179503864,
                            "baseline_archived_score": 88.47929835710181,
                            "peer_archived_score": 5.59136670709252,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 6.398212020662693,
                            "spot_baseline_archived_score": 91.13474179503864
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 86,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "[Secret Service Is Asking Comey About a Photo of Seashells Spelling ‘86 47’](https://www.nytimes.com/2025/05/16/us/politics/secret-service-comey-social-media-trump.html)"
        },
        {
            "id": 38106,
            "title": "Will Donald Trump visit Russia before July 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-donald-trump-visit-russia-before-july-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-05-24T05:50:07.731541Z",
            "published_at": "2025-05-30T20:00:00Z",
            "edited_at": "2025-07-03T15:42:13.487588Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 88,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-30T22:00:00Z",
            "scheduled_close_time": "2025-05-30T22:00:00Z",
            "scheduled_resolve_time": "2025-07-01T00:00:00Z",
            "open_time": "2025-05-30T20:00:00Z",
            "nr_forecasters": 83,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32721,
                        "type": "question_series",
                        "name": "Q2 AI Forecasting Benchmark Tournament",
                        "slug": "aibq2",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-04-21T01:38:25Z",
                        "close_date": "2025-07-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-03-22T19:06:55.820092Z",
                        "edited_at": "2025-07-06T14:35:25.656181Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32721,
                    "type": "question_series",
                    "name": "Q2 AI Forecasting Benchmark Tournament",
                    "slug": "aibq2",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-04-21T01:38:25Z",
                    "close_date": "2025-07-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-03-22T19:06:55.820092Z",
                    "edited_at": "2025-07-06T14:35:25.656181Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 37412,
                "title": "Will Donald Trump visit Russia before July 1, 2025?",
                "created_at": "2025-05-24T05:50:07.731541Z",
                "open_time": "2025-05-30T20:00:00Z",
                "cp_reveal_time": "2025-05-30T22:00:00Z",
                "spot_scoring_time": "2025-05-30T22:00:00Z",
                "scheduled_resolve_time": "2025-07-01T00:00:00Z",
                "actual_resolve_time": "2025-07-02T20:56:00Z",
                "resolution_set_time": "2025-07-02T21:20:54.381705Z",
                "scheduled_close_time": "2025-05-30T22:00:00Z",
                "actual_close_time": "2025-05-30T22:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "no",
                "include_bots_in_aggregates": true,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "label": "",
                "unit": "",
                "open_upper_bound": false,
                "open_lower_bound": false,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_max": null,
                    "range_min": null,
                    "zero_point": null,
                    "open_upper_bound": false,
                    "open_lower_bound": false,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "Wikipedia: [List of international presidential trips made by Donald Trump](https://en.wikipedia.org/wiki/List_of_international_presidential_trips_made_by_Donald_Trump)",
                "resolution_criteria": "This question resolves as **Yes** if, after May 19, 2025 and before July 1, 2025, President Donald Trump personally visits Russia.",
                "fine_print": "",
                "post_id": 38106,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1748640620.339929,
                                "end_time": null,
                                "forecaster_count": 83,
                                "interval_lower_bounds": [
                                    0.05
                                ],
                                "centers": [
                                    0.08
                                ],
                                "interval_upper_bounds": [
                                    0.14
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1748640620.339929,
                            "end_time": null,
                            "forecaster_count": 83,
                            "interval_lower_bounds": [
                                0.05
                            ],
                            "centers": [
                                0.08
                            ],
                            "interval_upper_bounds": [
                                0.14
                            ],
                            "forecast_values": [
                                0.92,
                                0.08
                            ],
                            "means": [
                                0.09887199127671081
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.07784815699000376,
                                    0.04099300666205092,
                                    0.7596921860622377,
                                    0.794871798496712,
                                    4.736538104942427,
                                    0.0,
                                    1.2391462854521151,
                                    1.1048967255804685,
                                    0.8733405606956925,
                                    1.4691501304669343,
                                    0.37291857732980915,
                                    0.49473809780387784,
                                    0.2724816781631971,
                                    0.8954458044908652,
                                    1.3347733804713355,
                                    0.0,
                                    0.0,
                                    0.44762040490108923,
                                    0.0,
                                    1.429056874755286,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.130111205499186,
                                    0.010954090409464821,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.24018461951970516,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0008165408802466752,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": 85.51967407533309,
                            "peer_score": 3.8414492136307112,
                            "coverage": 0.9867674340142144,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9867674340142144,
                            "spot_peer_score": 4.503455670699987,
                            "spot_baseline_score": 87.97057662822883,
                            "baseline_archived_score": 85.51967407533309,
                            "peer_archived_score": 3.8414492136307112,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 4.503455670699987,
                            "spot_baseline_archived_score": 87.97057662822883
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 86,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "Wikipedia: [List of international presidential trips made by Donald Trump](https://en.wikipedia.org/wiki/List_of_international_presidential_trips_made_by_Donald_Trump)"
        },
        {
            "id": 38105,
            "title": "Will the IMF and Lebanon announce an agreement before July 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-the-imf-and-lebanon-announce-an-agreement-before-july-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-05-24T05:50:07.726966Z",
            "published_at": "2025-05-30T18:00:00Z",
            "edited_at": "2025-07-03T15:40:45.699039Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 87,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-30T20:00:00Z",
            "scheduled_close_time": "2025-05-30T20:00:00Z",
            "scheduled_resolve_time": "2025-07-01T00:00:00Z",
            "open_time": "2025-05-30T18:00:00Z",
            "nr_forecasters": 82,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32607,
                        "name": "2025 Leaderboard",
                        "slug": "2025_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "question_series": [
                    {
                        "id": 32721,
                        "type": "question_series",
                        "name": "Q2 AI Forecasting Benchmark Tournament",
                        "slug": "aibq2",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-04-21T01:38:25Z",
                        "close_date": "2025-07-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-03-22T19:06:55.820092Z",
                        "edited_at": "2025-07-06T14:35:25.656181Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32721,
                    "type": "question_series",
                    "name": "Q2 AI Forecasting Benchmark Tournament",
                    "slug": "aibq2",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-04-21T01:38:25Z",
                    "close_date": "2025-07-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-03-22T19:06:55.820092Z",
                    "edited_at": "2025-07-06T14:35:25.656181Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 37411,
                "title": "Will the IMF and Lebanon announce an agreement before July 1, 2025?",
                "created_at": "2025-05-24T05:50:07.726966Z",
                "open_time": "2025-05-30T18:00:00Z",
                "cp_reveal_time": "2025-05-30T20:00:00Z",
                "spot_scoring_time": "2025-05-30T20:00:00Z",
                "scheduled_resolve_time": "2025-07-01T00:00:00Z",
                "actual_resolve_time": "2025-07-01T23:32:00Z",
                "resolution_set_time": "2025-07-01T23:34:49.764802Z",
                "scheduled_close_time": "2025-05-30T20:00:00Z",
                "actual_close_time": "2025-05-30T20:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "no",
                "include_bots_in_aggregates": true,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "label": "",
                "unit": "",
                "open_upper_bound": false,
                "open_lower_bound": false,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_max": null,
                    "range_min": null,
                    "zero_point": null,
                    "open_upper_bound": false,
                    "open_lower_bound": false,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "[Lebanon finance minister confident of a new deal with IMF to help crumbling economy](https://www.newarab.com/news/lebanon-finance-minister-confident-new-deal-imf)",
                "resolution_criteria": "This question resolves as **Yes** if Lebanon and the International Monetary Fund announce any economic agreement between the two entities signed after the launch of this question and before July 1, 2025. In order to count, it must involve the IMF agreeing to provide money to Lebanon, whether through loans, grants, or any other means.",
                "fine_print": "",
                "post_id": 38105,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1748633420.338061,
                                "end_time": null,
                                "forecaster_count": 82,
                                "interval_lower_bounds": [
                                    0.2
                                ],
                                "centers": [
                                    0.3
                                ],
                                "interval_upper_bounds": [
                                    0.38299999999999995
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1748633420.338061,
                            "end_time": null,
                            "forecaster_count": 82,
                            "interval_lower_bounds": [
                                0.2
                            ],
                            "centers": [
                                0.3
                            ],
                            "interval_upper_bounds": [
                                0.38299999999999995
                            ],
                            "forecast_values": [
                                0.7,
                                0.3
                            ],
                            "means": [
                                0.3092192370368441
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.19299669906837447,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.516681348249251,
                                    0.18142446008545587,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.077928783497548,
                                    0.34805835094389953,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.4724811703116356,
                                    0.11083301965526829,
                                    0.0,
                                    0.0,
                                    0.0,
                                    2.0643798833269953,
                                    0.47295204745398656,
                                    0.7134897192591153,
                                    0.0,
                                    0.0,
                                    1.7472176854604191,
                                    1.7408756612581688,
                                    0.2076148985543172,
                                    0.0,
                                    0.0,
                                    0.450093270849515,
                                    0.0,
                                    0.0,
                                    0.3704164410767862,
                                    0.0,
                                    0.6291557076202938,
                                    0.0,
                                    0.7996155160257796,
                                    0.0,
                                    0.0,
                                    0.0761061634538466,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.4458856791598207,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.24358997877039731,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.035437909913121096,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.7916588410777339,
                                    0.6735917253874267,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.2530319812175794,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": 50.26566900929348,
                            "peer_score": 7.907586918808448,
                            "coverage": 0.9868832451436255,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9868832451436255,
                            "spot_peer_score": 6.496554802170582,
                            "spot_baseline_score": 48.542682717024164,
                            "baseline_archived_score": 50.26566900929348,
                            "peer_archived_score": 7.907586918808448,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 6.496554802170582,
                            "spot_baseline_archived_score": 48.542682717024164
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 85,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "[Lebanon finance minister confident of a new deal with IMF to help crumbling economy](https://www.newarab.com/news/lebanon-finance-minister-confident-new-deal-imf)"
        },
        {
            "id": 38104,
            "title": "Will all 10 inmates who escaped from jail in New Orleans on May 16, 2025 be recaptured before July 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-all-10-inmates-who-escaped-from-jail-in-new-orleans-on-may-16-2025-be-recaptured-before-july-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-05-24T05:50:07.722334Z",
            "published_at": "2025-05-30T16:00:00Z",
            "edited_at": "2025-07-03T15:43:49.035064Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 86,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-30T18:00:00Z",
            "scheduled_close_time": "2025-05-30T18:00:00Z",
            "scheduled_resolve_time": "2025-07-01T00:00:00Z",
            "open_time": "2025-05-30T16:00:00Z",
            "nr_forecasters": 81,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32721,
                        "type": "question_series",
                        "name": "Q2 AI Forecasting Benchmark Tournament",
                        "slug": "aibq2",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-04-21T01:38:25Z",
                        "close_date": "2025-07-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-03-22T19:06:55.820092Z",
                        "edited_at": "2025-07-06T14:35:25.656181Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32721,
                    "type": "question_series",
                    "name": "Q2 AI Forecasting Benchmark Tournament",
                    "slug": "aibq2",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-04-21T01:38:25Z",
                    "close_date": "2025-07-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-03-22T19:06:55.820092Z",
                    "edited_at": "2025-07-06T14:35:25.656181Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 37410,
                "title": "Will all 10 inmates who escaped from jail in New Orleans on May 16, 2025 be recaptured before July 1, 2025?",
                "created_at": "2025-05-24T05:50:07.722334Z",
                "open_time": "2025-05-30T16:00:00Z",
                "cp_reveal_time": "2025-05-30T18:00:00Z",
                "spot_scoring_time": "2025-05-30T18:00:00Z",
                "scheduled_resolve_time": "2025-07-01T00:00:00Z",
                "actual_resolve_time": "2025-07-02T20:56:00Z",
                "resolution_set_time": "2025-07-02T21:21:44.632691Z",
                "scheduled_close_time": "2025-05-30T18:00:00Z",
                "actual_close_time": "2025-05-30T18:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "no",
                "include_bots_in_aggregates": true,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "label": "",
                "unit": "",
                "open_upper_bound": false,
                "open_lower_bound": false,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_max": null,
                    "range_min": null,
                    "zero_point": null,
                    "open_upper_bound": false,
                    "open_lower_bound": false,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "[Manhunt continues Monday for 7 Orleans jail escapees as state launches investigation](https://www.fox8live.com/2025/05/19/manhunt-continues-monday-7-orleans-jail-escapees-state-launches-investigation/)",
                "resolution_criteria": "This question resolves as **Yes** if before July 1, 2025, all 10 inmates who escaped from jail in the [2025 New Orleans jailbreak](https://en.wikipedia.org/wiki/2025_New_Orleans_jailbreak) have been either recaptured or killed, according to [credible sources](https://www.metaculus.com/faq/#definitions). If any are still at large on July 1, 2025, then the question resolves as **No**.",
                "fine_print": "",
                "post_id": 38104,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1748625402.77978,
                                "end_time": null,
                                "forecaster_count": 81,
                                "interval_lower_bounds": [
                                    0.575
                                ],
                                "centers": [
                                    0.68
                                ],
                                "interval_upper_bounds": [
                                    0.77
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1748625402.77978,
                            "end_time": null,
                            "forecaster_count": 81,
                            "interval_lower_bounds": [
                                0.575
                            ],
                            "centers": [
                                0.68
                            ],
                            "interval_upper_bounds": [
                                0.77
                            ],
                            "forecast_values": [
                                0.31999999999999995,
                                0.68
                            ],
                            "means": [
                                0.6514648578333644
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8860608553053297,
                                    0.0,
                                    0.0,
                                    0.2677770097029491,
                                    0.0,
                                    0.5053090193502957,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.00069754105036468,
                                    0.9457962723934501,
                                    0.0,
                                    0.2853515621283832,
                                    0.0,
                                    0.05868412703184981,
                                    0.0,
                                    0.8451517062867188,
                                    0.0,
                                    0.0,
                                    0.9930697725738389,
                                    0.0,
                                    0.0,
                                    0.4791685189739088,
                                    0.0,
                                    1.188141488266022,
                                    0.5368140432696491,
                                    0.0,
                                    0.7541212514821088,
                                    0.0,
                                    0.9401768191645212,
                                    0.7119511623301776,
                                    0.6542519063559982,
                                    0.01655577137417877,
                                    0.0,
                                    1.2765543577816263,
                                    0.0,
                                    1.4103047719801085,
                                    0.19175801141982604,
                                    0.09378499354577581,
                                    0.5936321408464217,
                                    0.0,
                                    0.04204359994762325,
                                    0.0,
                                    0.3678794411714424,
                                    1.4597471218560019,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": -64.91676664333725,
                            "peer_score": 3.0181309983199194,
                            "coverage": 0.9868864425023396,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9868864425023396,
                            "spot_peer_score": 4.900903829033768,
                            "spot_baseline_score": -64.38561897747249,
                            "baseline_archived_score": -64.91676664333725,
                            "peer_archived_score": 3.0181309983199194,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 4.900903829033768,
                            "spot_baseline_archived_score": -64.38561897747249
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 84,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "[Manhunt continues Monday for 7 Orleans jail escapees as state launches investigation](https://www.fox8live.com/2025/05/19/manhunt-continues-monday-7-orleans-jail-escapees-state-launches-investigation/)"
        },
        {
            "id": 38103,
            "title": "Will BC Hydro still exclude Tesla from its EV charger rebate program for single-family homes in July 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-bc-hydro-still-exclude-tesla-from-its-ev-charger-rebate-program-for-single-family-homes-in-july-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-05-24T05:50:07.717634Z",
            "published_at": "2025-05-30T14:00:00Z",
            "edited_at": "2025-07-03T15:43:40.709735Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 84,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-30T16:00:00Z",
            "scheduled_close_time": "2025-05-30T16:00:00Z",
            "scheduled_resolve_time": "2025-07-01T00:00:00Z",
            "open_time": "2025-05-30T14:00:00Z",
            "nr_forecasters": 80,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32721,
                        "type": "question_series",
                        "name": "Q2 AI Forecasting Benchmark Tournament",
                        "slug": "aibq2",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-04-21T01:38:25Z",
                        "close_date": "2025-07-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-03-22T19:06:55.820092Z",
                        "edited_at": "2025-07-06T14:35:25.656181Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32721,
                    "type": "question_series",
                    "name": "Q2 AI Forecasting Benchmark Tournament",
                    "slug": "aibq2",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-04-21T01:38:25Z",
                    "close_date": "2025-07-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-03-22T19:06:55.820092Z",
                    "edited_at": "2025-07-06T14:35:25.656181Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 37409,
                "title": "Will BC Hydro still exclude Tesla from its EV charger rebate program for single-family homes in July 2025?",
                "created_at": "2025-05-24T05:50:07.717634Z",
                "open_time": "2025-05-30T14:00:00Z",
                "cp_reveal_time": "2025-05-30T16:00:00Z",
                "spot_scoring_time": "2025-05-30T16:00:00Z",
                "scheduled_resolve_time": "2025-07-01T00:00:00Z",
                "actual_resolve_time": "2025-07-02T20:56:00Z",
                "resolution_set_time": "2025-07-02T21:27:39.640193Z",
                "scheduled_close_time": "2025-05-30T16:00:00Z",
                "actual_close_time": "2025-05-30T16:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "yes",
                "include_bots_in_aggregates": true,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "label": "",
                "unit": "",
                "open_upper_bound": false,
                "open_lower_bound": false,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_max": null,
                    "range_min": null,
                    "zero_point": null,
                    "open_upper_bound": false,
                    "open_lower_bound": false,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "According to the resolution source, \"The Government of B.C. and BC Hydro are taking action to preference Canadian goods in our rebate programs going forward and to exclude, where practicable, U.S. produced goods. As of March 12, 2025, Tesla products (electric vehicle chargers, energy storage batteries and inverters) are not eligible for CleanBC and BC Hydro rebates. If you purchased or have received pre-approval for your Tesla product before March 12, 2025, it can still qualify for rebates and will be processed as normal.\"",
                "resolution_criteria": "This question resolves as **Yes** if BC Hydro at [this page](https://www.bchydro.com/powersmart/electric-vehicles/rebates-incentives/rebates-home-chargers.html) when checked by Metaculus on or after July 1, 2025, says that Tesla products are not eligible for the EV charger at home program. If it does not mention Tesla being ineligible, then this question resolves as **No**.",
                "fine_print": "",
                "post_id": 38103,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1748618550.846316,
                                "end_time": null,
                                "forecaster_count": 80,
                                "interval_lower_bounds": [
                                    0.825
                                ],
                                "centers": [
                                    0.85
                                ],
                                "interval_upper_bounds": [
                                    0.9
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1748618550.846316,
                            "end_time": null,
                            "forecaster_count": 80,
                            "interval_lower_bounds": [
                                0.825
                            ],
                            "centers": [
                                0.85
                            ],
                            "interval_upper_bounds": [
                                0.9
                            ],
                            "forecast_values": [
                                0.15000000000000002,
                                0.85
                            ],
                            "means": [
                                0.8407741615872257
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.02846422899932325,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.9454658663642979,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.4975492865919905,
                                    0.0,
                                    0.0,
                                    0.5285340505500855,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.29737764664399957,
                                    0.0,
                                    0.0,
                                    0.11510138539572264,
                                    0.0012208548944264495,
                                    1.2275136414848746,
                                    0.0,
                                    0.7516131367343366,
                                    0.0,
                                    0.0,
                                    4.875060535976659,
                                    0.13317800265805058,
                                    1.893587478567622,
                                    0.23201409926898375,
                                    0.4681721830972806,
                                    2.7346385239630613,
                                    0.07877593890689805,
                                    0.0,
                                    0.15363062476929543,
                                    0.17672342147353706,
                                    0.9719751736732942,
                                    0.28276866264047956,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": 75.7903069152931,
                            "peer_score": 0.7546552091757992,
                            "coverage": 0.9874891747368706,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9874891747368706,
                            "spot_peer_score": 0.8183779560244652,
                            "spot_baseline_score": 76.55347463629771,
                            "baseline_archived_score": 75.7903069152931,
                            "peer_archived_score": 0.7546552091757992,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 0.8183779560244652,
                            "spot_baseline_archived_score": 76.55347463629771
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 82,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "According to the resolution source, \"The Government of B.C. and BC Hydro are taking action to preference Canadian goods in our rebate programs going forward and to exclude, where practicable, U.S. produced goods. As of March 12, 2025, Tesla products (electric vehicle chargers, energy storage batteries and inverters) are not eligible for CleanBC and BC Hydro rebates. If you purchased or have received pre-approval for your Tesla product before March 12, 2025, it can still qualify for rebates and will be processed as normal.\""
        },
        {
            "id": 38101,
            "title": "Will UK Prime Minister Keir Starmer have a higher approval rating than Japanese Prime Minister Shiguru Ishiba on July 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-uk-prime-minister-keir-starmer-have-a-higher-approval-rating-than-japanese-prime-minister-shiguru-ishiba-on-july-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-05-24T05:50:07.454680Z",
            "published_at": "2025-05-30T10:00:00Z",
            "edited_at": "2025-07-03T15:42:43.023420Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 87,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-30T12:00:00Z",
            "scheduled_close_time": "2025-05-30T12:00:00Z",
            "scheduled_resolve_time": "2025-07-01T00:00:00Z",
            "open_time": "2025-05-30T10:00:00Z",
            "nr_forecasters": 82,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32607,
                        "name": "2025 Leaderboard",
                        "slug": "2025_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "question_series": [
                    {
                        "id": 32721,
                        "type": "question_series",
                        "name": "Q2 AI Forecasting Benchmark Tournament",
                        "slug": "aibq2",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-04-21T01:38:25Z",
                        "close_date": "2025-07-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-03-22T19:06:55.820092Z",
                        "edited_at": "2025-07-06T14:35:25.656181Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32721,
                    "type": "question_series",
                    "name": "Q2 AI Forecasting Benchmark Tournament",
                    "slug": "aibq2",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-04-21T01:38:25Z",
                    "close_date": "2025-07-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-03-22T19:06:55.820092Z",
                    "edited_at": "2025-07-06T14:35:25.656181Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 37407,
                "title": "Will UK Prime Minister Keir Starmer have a higher approval rating than Japanese Prime Minister Shiguru Ishiba on July 1, 2025?",
                "created_at": "2025-05-24T05:50:07.454680Z",
                "open_time": "2025-05-30T10:00:00Z",
                "cp_reveal_time": "2025-05-30T12:00:00Z",
                "spot_scoring_time": "2025-05-30T12:00:00Z",
                "scheduled_resolve_time": "2025-07-01T00:00:00Z",
                "actual_resolve_time": "2025-07-02T01:28:00Z",
                "resolution_set_time": "2025-07-02T01:36:44.479632Z",
                "scheduled_close_time": "2025-05-30T12:00:00Z",
                "actual_close_time": "2025-05-30T12:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "yes",
                "include_bots_in_aggregates": true,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "label": "",
                "unit": "",
                "open_upper_bound": false,
                "open_lower_bound": false,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_max": null,
                    "range_min": null,
                    "zero_point": null,
                    "open_upper_bound": false,
                    "open_lower_bound": false,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "Resolution source updates monthly. According to Morning Consult for January 2025: \"The latest approval ratings are based on data collected from Jan. 21-27, 2025. Ratings reflect a trailing seven-day simple moving average of views among adults in each country surveyed.\"",
                "resolution_criteria": "This question resolves as **Yes** if Keir Starmer has a higher approval rating than Shiguru Ishiba according to [Morning Consult](https://pro.morningconsult.com/trackers/global-leader-approval) when checked by Metaculus on or after July 1, 2025. If this not the case (including due to a tie), this resolves as **No**.",
                "fine_print": "",
                "post_id": 38101,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1748604618.910387,
                                "end_time": null,
                                "forecaster_count": 82,
                                "interval_lower_bounds": [
                                    0.25
                                ],
                                "centers": [
                                    0.37
                                ],
                                "interval_upper_bounds": [
                                    0.575
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1748604618.910387,
                            "end_time": null,
                            "forecaster_count": 82,
                            "interval_lower_bounds": [
                                0.25
                            ],
                            "centers": [
                                0.37
                            ],
                            "interval_upper_bounds": [
                                0.575
                            ],
                            "forecast_values": [
                                0.63,
                                0.37
                            ],
                            "means": [
                                0.4017044844287911
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.8948374224172492,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.15813873095213704,
                                    0.0,
                                    0.0,
                                    0.11083301965526829,
                                    0.23701969683936608,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6653944062934454,
                                    0.0,
                                    0.7996155160257796,
                                    0.0,
                                    0.0,
                                    3.311823023482632,
                                    0.30685582591597954,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.7444509286815492,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.0191618138554008,
                                    0.0,
                                    0.2879019056547677,
                                    0.0,
                                    0.0,
                                    0.5003766876583571,
                                    0.0,
                                    0.0,
                                    0.6356800736251341,
                                    0.0,
                                    0.5086631739681511,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.3275500728145584,
                                    0.8460382388409197,
                                    0.4452257211395179,
                                    0.0,
                                    0.0,
                                    0.5831326618626889,
                                    0.0,
                                    0.3940227093104349,
                                    0.5654667606195058,
                                    0.1694368057933399,
                                    0.33157717323339464,
                                    0.0,
                                    0.0,
                                    0.15123702778230577,
                                    0.0,
                                    0.35732718712898237,
                                    0.7554658117724923,
                                    0.0,
                                    0.0,
                                    0.6735917253874267,
                                    0.017984366115058294,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.03513709809620763,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6001468966692288,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.18142446008545587,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": -25.933923548121353,
                            "peer_score": -2.43519974595339,
                            "coverage": 0.9867675194475385,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9867675194475385,
                            "spot_peer_score": -9.592393294411288,
                            "spot_baseline_score": -43.440282414577496,
                            "baseline_archived_score": -25.933923548121353,
                            "peer_archived_score": -2.43519974595339,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": -9.592393294411288,
                            "spot_baseline_archived_score": -43.440282414577496
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 85,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "Resolution source updates monthly. According to Morning Consult for January 2025: \"The latest approval ratings are based on data collected from Jan. 21-27, 2025. Ratings reflect a trailing seven-day simple moving average of views among adults in each country surveyed.\""
        },
        {
            "id": 38098,
            "title": "Will Ralph Norman declare his candidacy for the US Senate race in South Carolina before July 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-ralph-norman-declare-his-candidacy-for-the-us-senate-race-in-south-carolina-before-july-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-05-24T05:50:07.440986Z",
            "published_at": "2025-05-30T04:00:00Z",
            "edited_at": "2025-07-03T15:43:26.804797Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 88,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-30T06:00:00Z",
            "scheduled_close_time": "2025-05-30T06:00:00Z",
            "scheduled_resolve_time": "2025-07-01T00:00:00Z",
            "open_time": "2025-05-30T04:00:00Z",
            "nr_forecasters": 82,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32721,
                        "type": "question_series",
                        "name": "Q2 AI Forecasting Benchmark Tournament",
                        "slug": "aibq2",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-04-21T01:38:25Z",
                        "close_date": "2025-07-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-03-22T19:06:55.820092Z",
                        "edited_at": "2025-07-06T14:35:25.656181Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32721,
                    "type": "question_series",
                    "name": "Q2 AI Forecasting Benchmark Tournament",
                    "slug": "aibq2",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-04-21T01:38:25Z",
                    "close_date": "2025-07-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-03-22T19:06:55.820092Z",
                    "edited_at": "2025-07-06T14:35:25.656181Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 37404,
                "title": "Will Ralph Norman declare his candidacy for the US Senate race in South Carolina before July 1, 2025?",
                "created_at": "2025-05-24T05:50:07.440986Z",
                "open_time": "2025-05-30T04:00:00Z",
                "cp_reveal_time": "2025-05-30T06:00:00Z",
                "spot_scoring_time": "2025-05-30T06:00:00Z",
                "scheduled_resolve_time": "2025-07-01T00:00:00Z",
                "actual_resolve_time": "2025-07-02T20:57:00Z",
                "resolution_set_time": "2025-07-02T21:29:12.974192Z",
                "scheduled_close_time": "2025-05-30T06:00:00Z",
                "actual_close_time": "2025-05-30T06:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "no",
                "include_bots_in_aggregates": true,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "label": "",
                "unit": "",
                "open_upper_bound": false,
                "open_lower_bound": false,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_max": null,
                    "range_min": null,
                    "zero_point": null,
                    "open_upper_bound": false,
                    "open_lower_bound": false,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "Axios: [Sen. Lindsey Graham may face right-wing primary challenge in 2026](https://www.axios.com/2023/09/13/lindsey-graham-primary-challenge-ralph-norman)",
                "resolution_criteria": "This question resolves as **Yes** if Will Ralph Norman declares his candidacy for the US Senate race in South Carolina before July 1, 2025. If no such announcement has been made before that date, the question resolves as **No**.",
                "fine_print": "",
                "post_id": 38098,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1748583020.14591,
                                "end_time": null,
                                "forecaster_count": 82,
                                "interval_lower_bounds": [
                                    0.0896586999297142
                                ],
                                "centers": [
                                    0.1
                                ],
                                "interval_upper_bounds": [
                                    0.15
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1748583020.14591,
                            "end_time": null,
                            "forecaster_count": 82,
                            "interval_lower_bounds": [
                                0.0896586999297142
                            ],
                            "centers": [
                                0.1
                            ],
                            "interval_upper_bounds": [
                                0.15
                            ],
                            "forecast_values": [
                                0.9,
                                0.1
                            ],
                            "means": [
                                0.12308068493378407
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.20137554139915637,
                                    0.0003173881331863867,
                                    0.23701969683936608,
                                    1.9035892242091283,
                                    0.0,
                                    0.3268901147942556,
                                    1.8415526480229332,
                                    0.8430285311807666,
                                    4.118972302902626,
                                    0.0,
                                    0.07030146100614779,
                                    0.0,
                                    0.0,
                                    5.036114979699427,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6531488500645883,
                                    0.0,
                                    0.0,
                                    0.7134897192591153,
                                    0.0,
                                    0.510311447191914,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.09798356623249103,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0013523717240138745,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.001092466646874047,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.04331287452455614,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.015663757846189213,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": 81.36725071011803,
                            "peer_score": 5.873999614981889,
                            "coverage": 0.9821955562631288,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9821955562631288,
                            "spot_peer_score": 7.154784861267422,
                            "spot_baseline_score": 84.79969065549501,
                            "baseline_archived_score": 81.36725071011803,
                            "peer_archived_score": 5.873999614981889,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 7.154784861267422,
                            "spot_baseline_archived_score": 84.79969065549501
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 86,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "Axios: [Sen. Lindsey Graham may face right-wing primary challenge in 2026](https://www.axios.com/2023/09/13/lindsey-graham-primary-challenge-ralph-norman)"
        },
        {
            "id": 38097,
            "title": "Will any of these candidates be disqualified from running in the 2025 Ivorian presidential election before July 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-any-of-these-candidates-be-disqualified-from-running-in-the-2025-ivorian-presidential-election-before-july-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-05-24T05:50:07.436075Z",
            "published_at": "2025-05-30T02:00:00Z",
            "edited_at": "2025-07-03T15:42:41.449824Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 86,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-30T04:00:00Z",
            "scheduled_close_time": "2025-05-30T04:00:00Z",
            "scheduled_resolve_time": "2025-07-01T00:00:00Z",
            "open_time": "2025-05-30T02:00:00Z",
            "nr_forecasters": 81,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32721,
                        "type": "question_series",
                        "name": "Q2 AI Forecasting Benchmark Tournament",
                        "slug": "aibq2",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-04-21T01:38:25Z",
                        "close_date": "2025-07-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-03-22T19:06:55.820092Z",
                        "edited_at": "2025-07-06T14:35:25.656181Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32721,
                    "type": "question_series",
                    "name": "Q2 AI Forecasting Benchmark Tournament",
                    "slug": "aibq2",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-04-21T01:38:25Z",
                    "close_date": "2025-07-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-03-22T19:06:55.820092Z",
                    "edited_at": "2025-07-06T14:35:25.656181Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 37403,
                "title": "Will any of these candidates be disqualified from running in the 2025 Ivorian presidential election before July 1, 2025?",
                "created_at": "2025-05-24T05:50:07.436075Z",
                "open_time": "2025-05-30T02:00:00Z",
                "cp_reveal_time": "2025-05-30T04:00:00Z",
                "spot_scoring_time": "2025-05-30T04:00:00Z",
                "scheduled_resolve_time": "2025-07-01T00:00:00Z",
                "actual_resolve_time": "2025-06-18T09:10:00Z",
                "resolution_set_time": "2025-06-18T09:47:31.813494Z",
                "scheduled_close_time": "2025-05-30T04:00:00Z",
                "actual_close_time": "2025-05-30T04:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "yes",
                "include_bots_in_aggregates": true,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "label": "",
                "unit": "",
                "open_upper_bound": false,
                "open_lower_bound": false,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_max": null,
                    "range_min": null,
                    "zero_point": null,
                    "open_upper_bound": false,
                    "open_lower_bound": false,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "BBC: [Main opposition leader removed from Ivory Coast electoral list](https://www.bbc.com/news/articles/c0l0j849143o)",
                "resolution_criteria": "This question resolves as **Yes** if before July 1, 2025, according to [credible sources](https://www.metaculus.com/faq/#definitions) any of these candidates has been removed from the electoral list or otherwise become legally ineligible to run in the [2025 presidential election](https://en.wikipedia.org/wiki/2025_Ivorian_presidential_election) of the Ivory Coast (Côte d'Ivoire) under the laws of the country: Gnangbo Kacou, Laurent Gbagbo, Pascal Affi N'Guessan, Jean-Louis Billon, or Simone Gbagbo.",
                "fine_print": "",
                "post_id": 38097,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1748576855.86577,
                                "end_time": null,
                                "forecaster_count": 81,
                                "interval_lower_bounds": [
                                    0.6
                                ],
                                "centers": [
                                    0.81
                                ],
                                "interval_upper_bounds": [
                                    0.95
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1748576855.86577,
                            "end_time": null,
                            "forecaster_count": 81,
                            "interval_lower_bounds": [
                                0.6
                            ],
                            "centers": [
                                0.81
                            ],
                            "interval_upper_bounds": [
                                0.95
                            ],
                            "forecast_values": [
                                0.18999999999999995,
                                0.81
                            ],
                            "means": [
                                0.7369997522682095
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.005203922487547954,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.05868412703184981,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.10255910100716885,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.3706142400983806,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.6036747816420078,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.43603530934173423,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.1587424081179264,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.006737946999085467,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5307842046168789,
                                    0.9571076155384329,
                                    0.3455057246259332,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8728893891289382,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8451517062867188,
                                    0.0,
                                    0.7119511623301776,
                                    0.0,
                                    0.0,
                                    0.6251528448772465,
                                    0.0,
                                    0.0,
                                    0.2853515621283832,
                                    0.0,
                                    0.0,
                                    0.5633522238557361,
                                    0.306036571764009,
                                    0.0,
                                    0.0,
                                    1.3810559219608498,
                                    0.0,
                                    0.0,
                                    0.44279550561171177,
                                    0.0,
                                    0.6015866638943475,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.4712778016410896,
                                    3.8475902486849747,
                                    0.0009118819655545162,
                                    0.7541212514821088,
                                    0.13271731583981866,
                                    0.0871918326299597
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": 66.03819986759387,
                            "peer_score": 32.63444197712225,
                            "coverage": 0.9986453752716382,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9986453752716382,
                            "spot_peer_score": 31.07219043920195,
                            "spot_baseline_score": 69.59938131099001,
                            "baseline_archived_score": 66.03819986759387,
                            "peer_archived_score": 32.63444197712225,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 31.07219043920195,
                            "spot_baseline_archived_score": 69.59938131099001
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 84,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "BBC: [Main opposition leader removed from Ivory Coast electoral list](https://www.bbc.com/news/articles/c0l0j849143o)"
        },
        {
            "id": 38095,
            "title": "Will Donald Trump grant executive clemency to more than 2 individuals in June 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-donald-trump-grant-executive-clemency-to-more-than-2-individuals-in-june-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-05-24T05:50:07.286340Z",
            "published_at": "2025-05-29T22:00:00Z",
            "edited_at": "2025-07-03T15:42:12.873052Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 87,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-30T00:00:00Z",
            "scheduled_close_time": "2025-05-30T00:00:00Z",
            "scheduled_resolve_time": "2025-07-01T00:00:00Z",
            "open_time": "2025-05-29T22:00:00Z",
            "nr_forecasters": 82,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32721,
                        "type": "question_series",
                        "name": "Q2 AI Forecasting Benchmark Tournament",
                        "slug": "aibq2",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-04-21T01:38:25Z",
                        "close_date": "2025-07-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-03-22T19:06:55.820092Z",
                        "edited_at": "2025-07-06T14:35:25.656181Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32721,
                    "type": "question_series",
                    "name": "Q2 AI Forecasting Benchmark Tournament",
                    "slug": "aibq2",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-04-21T01:38:25Z",
                    "close_date": "2025-07-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-03-22T19:06:55.820092Z",
                    "edited_at": "2025-07-06T14:35:25.656181Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 37401,
                "title": "Will Donald Trump grant executive clemency to more than 2 individuals in June 2025?",
                "created_at": "2025-05-24T05:50:07.286340Z",
                "open_time": "2025-05-29T22:00:00Z",
                "cp_reveal_time": "2025-05-30T00:00:00Z",
                "spot_scoring_time": "2025-05-30T00:00:00Z",
                "scheduled_resolve_time": "2025-07-01T00:00:00Z",
                "actual_resolve_time": "2025-07-02T20:57:00Z",
                "resolution_set_time": "2025-07-02T21:30:08.903279Z",
                "scheduled_close_time": "2025-05-30T00:00:00Z",
                "actual_close_time": "2025-05-30T00:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "no",
                "include_bots_in_aggregates": true,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "label": "",
                "unit": "",
                "open_upper_bound": false,
                "open_lower_bound": false,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_max": null,
                    "range_min": null,
                    "zero_point": null,
                    "open_upper_bound": false,
                    "open_lower_bound": false,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "Guardian: [Trump white-collar criminal pardons cost public $1bn, says ex-DoJ official](https://www.theguardian.com/us-news/2025/may/02/trump-pardons-cost-liz-oyer)",
                "resolution_criteria": "This question resolves as **Yes** if Donald J. Trump grants [executive clemency](https://en.wikipedia.org/wiki/List_of_people_granted_executive_clemency_in_the_second_presidency_of_Donald_Trump) to greater than 2 individuals in June 2025.",
                "fine_print": "Partial pardons or clemencies count. They will only count if publicly disclosed. Wide-reaching blanket pardons or commutations also count.",
                "post_id": 38095,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1748560676.194206,
                                "end_time": null,
                                "forecaster_count": 82,
                                "interval_lower_bounds": [
                                    0.43
                                ],
                                "centers": [
                                    0.8
                                ],
                                "interval_upper_bounds": [
                                    0.86
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1748560676.194206,
                            "end_time": null,
                            "forecaster_count": 82,
                            "interval_lower_bounds": [
                                0.43
                            ],
                            "centers": [
                                0.8
                            ],
                            "interval_upper_bounds": [
                                0.86
                            ],
                            "forecast_values": [
                                0.19999999999999996,
                                0.8
                            ],
                            "means": [
                                0.6877835016391277
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8948374224172492,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.2530319812175794,
                                    0.019132522858291853,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.14749563312177918,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.8733435084830217,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.3268901147942556,
                                    0.0,
                                    0.418937989570227,
                                    0.7996155160257796,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0006599580203028017,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.006374911068096776,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.15813873095213704,
                                    0.0,
                                    0.0,
                                    0.7623236482502066,
                                    0.0,
                                    0.12662709594246055,
                                    0.0,
                                    0.5827001534124259,
                                    0.1694368057933399,
                                    0.0,
                                    0.23986011940600144,
                                    0.0,
                                    0.0,
                                    0.8460382388409197,
                                    0.0,
                                    0.41432796161168806,
                                    0.0,
                                    0.0,
                                    0.010221630333147167,
                                    0.0,
                                    0.870432664852799,
                                    0.1941378799360505,
                                    0.0,
                                    0.0,
                                    0.0,
                                    3.100885478951863,
                                    0.7134897192591153,
                                    0.01732880491444991,
                                    0.0,
                                    0.0,
                                    0.08459127319024284,
                                    0.0,
                                    1.6277883983079775,
                                    0.0,
                                    1.294179041558123,
                                    0.15964106995295263,
                                    0.0,
                                    0.0,
                                    0.5021859182392427,
                                    0.0008627503950090944
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": -142.47459539980804,
                            "peer_score": -11.056793347263694,
                            "coverage": 0.9880257481998868,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9880257481998868,
                            "spot_peer_score": -2.824522862433611,
                            "spot_baseline_score": -132.19280948873626,
                            "baseline_archived_score": -142.47459539980804,
                            "peer_archived_score": -11.056793347263694,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": -2.824522862433611,
                            "spot_baseline_archived_score": -132.19280948873626
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 86,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "Guardian: [Trump white-collar criminal pardons cost public $1bn, says ex-DoJ official](https://www.theguardian.com/us-news/2025/may/02/trump-pardons-cost-liz-oyer)"
        },
        {
            "id": 38094,
            "title": "Will Senator John Fetterman cease caucusing with the Democrats before July 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-senator-john-fetterman-cease-caucusing-with-the-democrats-before-july-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-05-24T05:50:07.281881Z",
            "published_at": "2025-05-29T20:00:00Z",
            "edited_at": "2025-07-03T15:43:02.587669Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 88,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-29T22:00:00Z",
            "scheduled_close_time": "2025-05-29T22:00:00Z",
            "scheduled_resolve_time": "2025-07-01T00:00:00Z",
            "open_time": "2025-05-29T20:00:00Z",
            "nr_forecasters": 83,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32607,
                        "name": "2025 Leaderboard",
                        "slug": "2025_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "question_series": [
                    {
                        "id": 32721,
                        "type": "question_series",
                        "name": "Q2 AI Forecasting Benchmark Tournament",
                        "slug": "aibq2",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-04-21T01:38:25Z",
                        "close_date": "2025-07-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-03-22T19:06:55.820092Z",
                        "edited_at": "2025-07-06T14:35:25.656181Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32721,
                    "type": "question_series",
                    "name": "Q2 AI Forecasting Benchmark Tournament",
                    "slug": "aibq2",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-04-21T01:38:25Z",
                    "close_date": "2025-07-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-03-22T19:06:55.820092Z",
                    "edited_at": "2025-07-06T14:35:25.656181Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 37400,
                "title": "Will Senator John Fetterman cease caucusing with the Democrats before July 1, 2025?",
                "created_at": "2025-05-24T05:50:07.281881Z",
                "open_time": "2025-05-29T20:00:00Z",
                "cp_reveal_time": "2025-05-29T22:00:00Z",
                "spot_scoring_time": "2025-05-29T22:00:00Z",
                "scheduled_resolve_time": "2025-07-01T00:00:00Z",
                "actual_resolve_time": "2025-07-01T23:49:00Z",
                "resolution_set_time": "2025-07-01T23:49:39.780578Z",
                "scheduled_close_time": "2025-05-29T22:00:00Z",
                "actual_close_time": "2025-05-29T22:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "no",
                "include_bots_in_aggregates": true,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "label": "",
                "unit": "",
                "open_upper_bound": false,
                "open_lower_bound": false,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_max": null,
                    "range_min": null,
                    "zero_point": null,
                    "open_upper_bound": false,
                    "open_lower_bound": false,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "[Fetterman says he won’t resign, gets support from McCormick as article blowback continues](https://www.pennlive.com/news/2025/05/fetterman-says-he-wont-resign-gets-support-from-mccormick-as-article-blowback-continues.html) | [An isolated, angry Fetterman is yet another challenge for Democrats](https://www.washingtonpost.com/politics/2025/05/16/john-fetterman-senate-relationships/)",
                "resolution_criteria": "This question resolves as **Yes** if, before July 1, 2025, John Fetterman ceases caucusing with the [Senate Democrats](https://www.democrats.senate.gov/about-senate-dems/our-caucus) for any reason, whether because he switches parties, resigns, or any other reason.",
                "fine_print": "",
                "post_id": 38094,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1748554741.954843,
                                "end_time": null,
                                "forecaster_count": 83,
                                "interval_lower_bounds": [
                                    0.06
                                ],
                                "centers": [
                                    0.1
                                ],
                                "interval_upper_bounds": [
                                    0.15
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1748554741.954843,
                            "end_time": null,
                            "forecaster_count": 83,
                            "interval_lower_bounds": [
                                0.06
                            ],
                            "centers": [
                                0.1
                            ],
                            "interval_upper_bounds": [
                                0.15
                            ],
                            "forecast_values": [
                                0.9,
                                0.1
                            ],
                            "means": [
                                0.1109153506690446
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.14966870988380016,
                                    0.004659830558370482,
                                    1.1744305603069964,
                                    0.18373971926206425,
                                    2.6101823769503723,
                                    1.1084789361981686,
                                    0.0,
                                    1.001278075675899,
                                    0.0,
                                    2.4792302397175163,
                                    1.4844229853287667,
                                    0.16629978118633676,
                                    0.0,
                                    0.8007238388551874,
                                    2.1632454825517202,
                                    1.0,
                                    0.0,
                                    0.0,
                                    0.675274710717055,
                                    1.6526119636859211,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.05147034686361724,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.003253541605913937,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0006246102070092039,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0026106503329410956,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.013371869685048636,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": 83.48345013115795,
                            "peer_score": 9.14435061125237,
                            "coverage": 0.9874655490120252,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9874655490120252,
                            "spot_peer_score": 8.766687113526958,
                            "spot_baseline_score": 84.79969065549501,
                            "baseline_archived_score": 83.48345013115795,
                            "peer_archived_score": 9.14435061125237,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 8.766687113526958,
                            "spot_baseline_archived_score": 84.79969065549501
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 87,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "[Fetterman says he won’t resign, gets support from McCormick as article blowback continues](https://www.pennlive.com/news/2025/05/fetterman-says-he-wont-resign-gets-support-from-mccormick-as-article-blowback-continues.html) | [An isolated, angry Fetterman is yet another challenge for Democrats](https://www.washingtonpost.com/politics/2025/05/16/john-fetterman-senate-relationships/)"
        },
        {
            "id": 38092,
            "title": "At the end of June 2025, will Wikipedia still list all these countries as \"currently\" blocking access to X (formerly Twitter)?",
            "short_title": "",
            "url_title": "",
            "slug": "at-the-end-of-june-2025-will-wikipedia-still-list-all-these-countries-as-currently-blocking-access-to-x-formerly-twitter",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-05-24T05:50:07.272330Z",
            "published_at": "2025-05-29T16:00:00Z",
            "edited_at": "2025-07-03T15:43:51.590855Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 3,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-29T18:00:00Z",
            "scheduled_close_time": "2025-05-29T18:00:00Z",
            "scheduled_resolve_time": "2025-07-01T00:00:00Z",
            "open_time": "2025-05-29T16:00:00Z",
            "nr_forecasters": 82,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32721,
                        "type": "question_series",
                        "name": "Q2 AI Forecasting Benchmark Tournament",
                        "slug": "aibq2",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-04-21T01:38:25Z",
                        "close_date": "2025-07-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-03-22T19:06:55.820092Z",
                        "edited_at": "2025-07-06T14:35:25.656181Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32721,
                    "type": "question_series",
                    "name": "Q2 AI Forecasting Benchmark Tournament",
                    "slug": "aibq2",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-04-21T01:38:25Z",
                    "close_date": "2025-07-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-03-22T19:06:55.820092Z",
                    "edited_at": "2025-07-06T14:35:25.656181Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 37398,
                "title": "At the end of June 2025, will Wikipedia still list all these countries as \"currently\" blocking access to X (formerly Twitter)?",
                "created_at": "2025-05-24T05:50:07.272330Z",
                "open_time": "2025-05-29T16:00:00Z",
                "cp_reveal_time": "2025-05-29T18:00:00Z",
                "spot_scoring_time": "2025-05-29T18:00:00Z",
                "scheduled_resolve_time": "2025-07-01T00:00:00Z",
                "actual_resolve_time": "2025-05-29T18:01:00Z",
                "resolution_set_time": "2025-05-29T18:05:41.945597Z",
                "scheduled_close_time": "2025-05-29T18:00:00Z",
                "actual_close_time": "2025-05-29T18:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "annulled",
                "include_bots_in_aggregates": true,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "label": "",
                "unit": "",
                "open_upper_bound": false,
                "open_lower_bound": false,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_max": null,
                    "range_min": null,
                    "zero_point": null,
                    "open_upper_bound": false,
                    "open_lower_bound": false,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "According to the resolution source, \"Censorship of Twitter refers to Internet censorship by governments that block access to Twitter (officially known as X since July 2023). Twitter censorship also includes governmental notice and take down requests to Twitter, which it enforces in accordance with its Terms of Service when a government or authority submits a valid removal request to Twitter indicating that specific content published on the platform is illegal in their jurisdiction.\"",
                "resolution_criteria": "This question resolves as **Yes** if Wikipedia still lists X (formerly known as Twitter) as currently blocked in China, Iran, Myanmar, North Korea, Pakistan, Russia, Turkmenistan and Venezuela at [this link](https://en.wikipedia.org/wiki/Censorship_of_Twitter#Current) when accessed by Metaculus on or after July 1, 2025. If the Wikipedia article does not list X as currently being blocked in any of those countries, this question resolves as **No**.",
                "fine_print": "The question will resolve as soon as the page is accessed by Metaculus Admins on the resolution date. However, if there are issues accessing the page, then resolution will wait up to April 7, 2025, at which point if Metaculus has still not been able to access the resolution source, this question will be **annulled**. Admins will also use their discretion if there appears to be an [edit war](https://en.wikipedia.org/wiki/Wikipedia:Edit_warring) or lack of Wikipedia [consensus](https://en.wikipedia.org/wiki/Wikipedia:Consensus) and may annul the question in such a case; however, Admins will also strive to resolve the question as definitively Yes or No, and such an edge case should be considered a rare outcome.",
                "post_id": 38092,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1748539027.843649,
                                "end_time": null,
                                "forecaster_count": 82,
                                "interval_lower_bounds": [
                                    0.225
                                ],
                                "centers": [
                                    0.34
                                ],
                                "interval_upper_bounds": [
                                    0.72
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1748539027.843649,
                            "end_time": null,
                            "forecaster_count": 82,
                            "interval_lower_bounds": [
                                0.225
                            ],
                            "centers": [
                                0.34
                            ],
                            "interval_upper_bounds": [
                                0.72
                            ],
                            "forecast_values": [
                                0.6599999999999999,
                                0.34
                            ],
                            "means": [
                                0.44114834148806337
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.2699770170287534,
                                    0.0,
                                    0.7554658117724923,
                                    0.2076148985543172,
                                    0.12804351164029554,
                                    0.11083301965526829,
                                    0.0,
                                    0.8230857706210846,
                                    0.6356800736251341,
                                    0.0,
                                    0.0,
                                    0.03977831981835343,
                                    0.6745576028193532,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.1807145231378893,
                                    0.0,
                                    0.418937989570227,
                                    0.8931428143487806,
                                    0.0,
                                    1.0468913521741385,
                                    0.10299702702416284,
                                    0.03648615185565808,
                                    0.0,
                                    0.0,
                                    1.0754658793500254,
                                    0.0,
                                    0.0,
                                    0.47295204745398656,
                                    0.6735917253874267,
                                    0.3770540593470678,
                                    0.0,
                                    0.0,
                                    0.34805835094389953,
                                    0.0,
                                    0.0003173881331863867,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8948374224172492,
                                    0.372204641838787,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0006599580203028017,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.7996155160257796,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.06018168915842613,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5654667606195058,
                                    0.0,
                                    0.007237661463105871,
                                    0.0,
                                    1.0,
                                    0.0,
                                    0.0,
                                    0.0150602432466386,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.30685582591597954,
                                    0.3893908729670419,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.2744772724595874,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.04331287452455614,
                                    0.668450178144051,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.9461206906142233,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {},
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 87,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "According to the resolution source, \"Censorship of Twitter refers to Internet censorship by governments that block access to Twitter (officially known as X since July 2023). Twitter censorship also includes governmental notice and take down requests to Twitter, which it enforces in accordance with its Terms of Service when a government or authority submits a valid removal request to Twitter indicating that specific content published on the platform is illegal in their jurisdiction.\""
        },
        {
            "id": 38091,
            "title": "Will a country sign the Artemis Accords in June 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-a-country-sign-the-artemis-accords-in-june-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-05-24T05:50:07.122936Z",
            "published_at": "2025-05-29T14:00:00Z",
            "edited_at": "2025-07-03T15:43:03.088022Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 89,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-29T16:00:00Z",
            "scheduled_close_time": "2025-05-29T16:00:00Z",
            "scheduled_resolve_time": "2025-07-01T00:00:00Z",
            "open_time": "2025-05-29T14:00:00Z",
            "nr_forecasters": 83,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32721,
                        "type": "question_series",
                        "name": "Q2 AI Forecasting Benchmark Tournament",
                        "slug": "aibq2",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-04-21T01:38:25Z",
                        "close_date": "2025-07-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-03-22T19:06:55.820092Z",
                        "edited_at": "2025-07-06T14:35:25.656181Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32721,
                    "type": "question_series",
                    "name": "Q2 AI Forecasting Benchmark Tournament",
                    "slug": "aibq2",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-04-21T01:38:25Z",
                    "close_date": "2025-07-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-03-22T19:06:55.820092Z",
                    "edited_at": "2025-07-06T14:35:25.656181Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 37397,
                "title": "Will a country sign the Artemis Accords in June 2025?",
                "created_at": "2025-05-24T05:50:07.122936Z",
                "open_time": "2025-05-29T14:00:00Z",
                "cp_reveal_time": "2025-05-29T16:00:00Z",
                "spot_scoring_time": "2025-05-29T16:00:00Z",
                "scheduled_resolve_time": "2025-07-01T00:00:00Z",
                "actual_resolve_time": "2025-07-02T20:57:00Z",
                "resolution_set_time": "2025-07-02T21:32:38.124130Z",
                "scheduled_close_time": "2025-05-29T16:00:00Z",
                "actual_close_time": "2025-05-29T16:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "no",
                "include_bots_in_aggregates": true,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "label": "",
                "unit": "",
                "open_upper_bound": false,
                "open_lower_bound": false,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_max": null,
                    "range_min": null,
                    "zero_point": null,
                    "open_upper_bound": false,
                    "open_lower_bound": false,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "The most recent signatory was Bangladesh, on April 8, 2025 and [Norway](https://www.state.gov/united-states-welcomes-norways-signing-of-the-artemis-accords/) on May 15, 2025. There are 55 signatories at the time of this question: Angola, Argentina, Armenia, Australia, Austria, Bahrain, Bangladesh, Belgium, Brazil, Bulgaria, Canada, Chile, Colombia, the Republic of Cyprus, Czech Republic, Denmark, Dominican Republic, Ecuador, Estonia, Finland, France, Germany, Greece, Iceland, India, Israel, Italy, Japan, Liechtenstein, Lithuania, Luxembourg, Mexico, Netherlands, New Zealand, Nigeria, Norway, Panama, Peru, Poland, the Republic of Korea, Romania, Rwanda, Saudi Arabia, Singapore, Slovakia, Slovenia, Spain, Sweden, Switzerland, Thailand, Ukraine, the United Arab Emirates, the United Kingdom, the United States, and Uruguay. [(source)](https://www.state.gov/bureau-of-oceans-and-international-environmental-and-scientific-affairs/artemis-accords)",
                "resolution_criteria": "This question resolves as **Yes** if a country becomes an Artemis Accord signatory after May 30, 2025 and before July 1, 2025.",
                "fine_print": "",
                "post_id": 38091,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1748532619.527949,
                                "end_time": null,
                                "forecaster_count": 83,
                                "interval_lower_bounds": [
                                    0.35
                                ],
                                "centers": [
                                    0.53
                                ],
                                "interval_upper_bounds": [
                                    0.6395
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1748532619.527949,
                            "end_time": null,
                            "forecaster_count": 83,
                            "interval_lower_bounds": [
                                0.35
                            ],
                            "centers": [
                                0.53
                            ],
                            "interval_upper_bounds": [
                                0.6395
                            ],
                            "forecast_values": [
                                0.47,
                                0.53
                            ],
                            "means": [
                                0.5000504487505147
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0012799377483163744,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0035304428452028283,
                                    0.0,
                                    0.130111205499186,
                                    0.0,
                                    0.0,
                                    0.01810777154832202,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0022195882369684906,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.6978562032252382,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.2059197659129008,
                                    0.8469093040178143,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5785379397317363,
                                    0.0,
                                    0.0,
                                    0.6375136813109524,
                                    0.0,
                                    0.5732909890758211,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.34401532613629704,
                                    0.2904204131944944,
                                    0.0,
                                    0.8954458044908652,
                                    0.0,
                                    0.5823653821612322,
                                    0.32941610215541206,
                                    0.18373971926206425,
                                    0.6650285010988738,
                                    0.0,
                                    0.6287855816333205,
                                    0.0,
                                    0.28054235495743307,
                                    0.044581621487903636,
                                    0.0,
                                    1.5309571890489146,
                                    0.37291857732980915,
                                    0.675274710717055,
                                    0.8007238388551874,
                                    0.14966870988380016,
                                    1.1577579407594198,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.7567875495527383,
                                    0.44762040490108923,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5351799653034296,
                                    0.0,
                                    0.0,
                                    0.2724816781631971,
                                    0.0,
                                    0.0865900293277089,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": -9.36849772084496,
                            "peer_score": -12.05359723371053,
                            "coverage": 0.9870188655455907,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9870188655455907,
                            "spot_peer_score": -10.110936687638665,
                            "spot_baseline_score": -8.926733809708741,
                            "baseline_archived_score": -9.36849772084496,
                            "peer_archived_score": -12.05359723371053,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": -10.110936687638665,
                            "spot_baseline_archived_score": -8.926733809708741
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 88,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "The most recent signatory was Bangladesh, on April 8, 2025 and [Norway](https://www.state.gov/united-states-welcomes-norways-signing-of-the-artemis-accords/) on May 15, 2025. There are 55 signatories at the time of this question: Angola, Argentina, Armenia, Australia, Austria, Bahrain, Bangladesh, Belgium, Brazil, Bulgaria, Canada, Chile, Colombia, the Republic of Cyprus, Czech Republic, Denmark, Dominican Republic, Ecuador, Estonia, Finland, France, Germany, Greece, Iceland, India, Israel, Italy, Japan, Liechtenstein, Lithuania, Luxembourg, Mexico, Netherlands, New Zealand, Nigeria, Norway, Panama, Peru, Poland, the Republic of Korea, Romania, Rwanda, Saudi Arabia, Singapore, Slovakia, Slovenia, Spain, Sweden, Switzerland, Thailand, Ukraine, the United Arab Emirates, the United Kingdom, the United States, and Uruguay. [(source)](https://www.state.gov/bureau-of-oceans-and-international-environmental-and-scientific-affairs/artemis-accords)"
        },
        {
            "id": 38089,
            "title": "Will Spanish Prime Minister Pedro Sánchez have a higher approval rating than Turkey's President Recep Tayyip Erdoğan on July 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-spanish-prime-minister-pedro-sanchez-have-a-higher-approval-rating-than-turkeys-president-recep-tayyip-erdogan-on-july-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-05-24T05:50:07.112519Z",
            "published_at": "2025-05-29T10:00:00Z",
            "edited_at": "2025-07-03T15:41:17.542515Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 88,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-29T12:00:00Z",
            "scheduled_close_time": "2025-05-29T12:00:00Z",
            "scheduled_resolve_time": "2025-07-01T00:00:00Z",
            "open_time": "2025-05-29T10:00:00Z",
            "nr_forecasters": 83,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32607,
                        "name": "2025 Leaderboard",
                        "slug": "2025_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "question_series": [
                    {
                        "id": 32721,
                        "type": "question_series",
                        "name": "Q2 AI Forecasting Benchmark Tournament",
                        "slug": "aibq2",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-04-21T01:38:25Z",
                        "close_date": "2025-07-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-03-22T19:06:55.820092Z",
                        "edited_at": "2025-07-06T14:35:25.656181Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32721,
                    "type": "question_series",
                    "name": "Q2 AI Forecasting Benchmark Tournament",
                    "slug": "aibq2",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-04-21T01:38:25Z",
                    "close_date": "2025-07-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-03-22T19:06:55.820092Z",
                    "edited_at": "2025-07-06T14:35:25.656181Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 37395,
                "title": "Will Spanish Prime Minister Pedro Sánchez have a higher approval rating than Turkey's President Recep Tayyip Erdoğan on July 1, 2025?",
                "created_at": "2025-05-24T05:50:07.112519Z",
                "open_time": "2025-05-29T10:00:00Z",
                "cp_reveal_time": "2025-05-29T12:00:00Z",
                "spot_scoring_time": "2025-05-29T12:00:00Z",
                "scheduled_resolve_time": "2025-07-01T00:00:00Z",
                "actual_resolve_time": "2025-07-02T01:28:00Z",
                "resolution_set_time": "2025-07-02T01:39:54.011206Z",
                "scheduled_close_time": "2025-05-29T12:00:00Z",
                "actual_close_time": "2025-05-29T12:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "yes",
                "include_bots_in_aggregates": true,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "label": "",
                "unit": "",
                "open_upper_bound": false,
                "open_lower_bound": false,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_max": null,
                    "range_min": null,
                    "zero_point": null,
                    "open_upper_bound": false,
                    "open_lower_bound": false,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "Resolution source updates monthly. According to Morning Consult for January 2025: \"The latest approval ratings are based on data collected from Jan. 21-27, 2025. Ratings reflect a trailing seven-day simple moving average of views among adults in each country surveyed.\"",
                "resolution_criteria": "This question resolves as **Yes** if Pedro Sánchez has a higher approval rating than Recep Tayyip Erdoğan according to [Morning Consult](https://pro.morningconsult.com/trackers/global-leader-approval) when checked by Metaculus on or after July 1, 2025. If this not the case (including due to a tie), this resolves as **No**.",
                "fine_print": "",
                "post_id": 38089,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1748518225.020225,
                                "end_time": null,
                                "forecaster_count": 83,
                                "interval_lower_bounds": [
                                    0.35
                                ],
                                "centers": [
                                    0.5465
                                ],
                                "interval_upper_bounds": [
                                    0.6
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1748518225.020225,
                            "end_time": null,
                            "forecaster_count": 83,
                            "interval_lower_bounds": [
                                0.35
                            ],
                            "centers": [
                                0.5465
                            ],
                            "interval_upper_bounds": [
                                0.6
                            ],
                            "forecast_values": [
                                0.4535,
                                0.5465
                            ],
                            "means": [
                                0.5064537546698207
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.010803794281517749,
                                    0.0,
                                    0.5351799653034296,
                                    0.0,
                                    0.0,
                                    0.014824796017118348,
                                    0.0,
                                    0.7150025343476979,
                                    0.0,
                                    0.10489672558046856,
                                    0.0,
                                    0.0,
                                    0.025798091485427513,
                                    0.0,
                                    0.0,
                                    0.7570020564449573,
                                    0.0,
                                    0.41531370677281154,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    2.0283884897938216,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.2789311482851085,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.9787307166658133,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8872963291122897,
                                    0.0,
                                    0.19328601389646433,
                                    0.8469093040178143,
                                    0.8007238388551874,
                                    0.967729728990434,
                                    0.675274710717055,
                                    1.0130338072952991,
                                    0.0,
                                    0.0,
                                    2.200955073057781,
                                    0.0,
                                    0.49450713578515443,
                                    0.0,
                                    0.130111205499186,
                                    0.8224544432267068,
                                    0.0,
                                    0.0,
                                    0.05254845534087888,
                                    0.0,
                                    0.13849716722364072,
                                    0.5044513853022176,
                                    0.18373971926206425,
                                    0.0,
                                    0.0,
                                    0.005313788500141374,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.048428294021351945,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8954458044908652,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": 13.700116132638378,
                            "peer_score": 15.230508857188847,
                            "coverage": 0.9855631457103624,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9855631457103624,
                            "spot_peer_score": 14.494445398458511,
                            "spot_baseline_score": 12.829340100981756,
                            "baseline_archived_score": 13.700116132638378,
                            "peer_archived_score": 15.230508857188847,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 14.494445398458511,
                            "spot_baseline_archived_score": 12.829340100981756
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 86,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "Resolution source updates monthly. According to Morning Consult for January 2025: \"The latest approval ratings are based on data collected from Jan. 21-27, 2025. Ratings reflect a trailing seven-day simple moving average of views among adults in each country surveyed.\""
        },
        {
            "id": 38088,
            "title": "Will the median person on Bloomberg's Billionaires Index be from the United States on July 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-the-median-person-on-bloombergs-billionaires-index-be-from-the-united-states-on-july-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-05-24T05:50:07.107902Z",
            "published_at": "2025-05-29T08:00:00Z",
            "edited_at": "2025-07-03T15:42:47.032823Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 89,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-29T10:00:00Z",
            "scheduled_close_time": "2025-05-29T10:00:00Z",
            "scheduled_resolve_time": "2025-07-01T00:00:00Z",
            "open_time": "2025-05-29T08:00:00Z",
            "nr_forecasters": 83,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32607,
                        "name": "2025 Leaderboard",
                        "slug": "2025_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "question_series": [
                    {
                        "id": 32721,
                        "type": "question_series",
                        "name": "Q2 AI Forecasting Benchmark Tournament",
                        "slug": "aibq2",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-04-21T01:38:25Z",
                        "close_date": "2025-07-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-03-22T19:06:55.820092Z",
                        "edited_at": "2025-07-06T14:35:25.656181Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32721,
                    "type": "question_series",
                    "name": "Q2 AI Forecasting Benchmark Tournament",
                    "slug": "aibq2",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-04-21T01:38:25Z",
                    "close_date": "2025-07-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-03-22T19:06:55.820092Z",
                    "edited_at": "2025-07-06T14:35:25.656181Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 37394,
                "title": "Will the median person on Bloomberg's Billionaires Index be from the United States on July 1, 2025?",
                "created_at": "2025-05-24T05:50:07.107902Z",
                "open_time": "2025-05-29T08:00:00Z",
                "cp_reveal_time": "2025-05-29T10:00:00Z",
                "spot_scoring_time": "2025-05-29T10:00:00Z",
                "scheduled_resolve_time": "2025-07-01T00:00:00Z",
                "actual_resolve_time": "2025-07-02T11:09:00Z",
                "resolution_set_time": "2025-07-02T11:10:06.604828Z",
                "scheduled_close_time": "2025-05-29T10:00:00Z",
                "actual_close_time": "2025-05-29T10:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "no",
                "include_bots_in_aggregates": true,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "label": "",
                "unit": "",
                "open_upper_bound": false,
                "open_lower_bound": false,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_max": null,
                    "range_min": null,
                    "zero_point": null,
                    "open_upper_bound": false,
                    "open_lower_bound": false,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "On April 30, 2025, the 250th-ranked name on the list was Giancarlo Devasini of Italy",
                "resolution_criteria": "This question resolves as **Yes** if the person ranked 250th on the Bloomberg Billionaires Index (available at [this link](https://www.bloomberg.com/billionaires/)) is listed as being from the United States, when accessed by Metaculus Admins on or after July 1, 2025. It resolves as **No** if the 250th-ranked person is from any other country.",
                "fine_print": "For purposes of this question, the \"median\" from the question's title is defined as the 250th ranked person on the Bloomberg Billionaires Index, no matter how many are on the list.",
                "post_id": 38088,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1748511022.482192,
                                "end_time": null,
                                "forecaster_count": 83,
                                "interval_lower_bounds": [
                                    0.32
                                ],
                                "centers": [
                                    0.4
                                ],
                                "interval_upper_bounds": [
                                    0.55
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1748511022.482192,
                            "end_time": null,
                            "forecaster_count": 83,
                            "interval_lower_bounds": [
                                0.32
                            ],
                            "centers": [
                                0.4
                            ],
                            "interval_upper_bounds": [
                                0.55
                            ],
                            "forecast_values": [
                                0.6,
                                0.4
                            ],
                            "means": [
                                0.4143542070802184
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.10489672558046856,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.010708106030093893,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.4489003426494056,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8954458044908652,
                                    0.8192436212281577,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.593243137153898,
                                    0.19649489933421513,
                                    0.7150025343476979,
                                    0.0,
                                    0.0,
                                    1.796569363218141,
                                    0.8007238388551874,
                                    0.8469093040178143,
                                    0.02643125667787829,
                                    0.07784815699000376,
                                    2.020624253134856,
                                    0.0,
                                    0.4120773419826599,
                                    0.0,
                                    0.0,
                                    1.7412210808225714,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0006246102070092039,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.1243673863929575,
                                    0.4752884891142051,
                                    1.0046908128724672,
                                    0.0,
                                    0.0,
                                    0.4254459872301988,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.11388109619646443,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6421735118693229,
                                    0.0,
                                    0.0,
                                    0.2555168591127752,
                                    0.0,
                                    0.0035304428452028283,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0020120281448352023,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.17170723907335256
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": 26.853017852555322,
                            "peer_score": 11.279575099332234,
                            "coverage": 0.9867878941694894,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9867878941694894,
                            "spot_peer_score": 9.206732357923062,
                            "spot_baseline_score": 26.303440583379377,
                            "baseline_archived_score": 26.853017852555322,
                            "peer_archived_score": 11.279575099332234,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 9.206732357923062,
                            "spot_baseline_archived_score": 26.303440583379377
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 87,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "On April 30, 2025, the 250th-ranked name on the list was Giancarlo Devasini of Italy"
        },
        {
            "id": 38087,
            "title": "Will Amani Golugwa be released from custody before July 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-amani-golugwa-be-released-from-custody-before-july-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-05-24T05:50:07.102966Z",
            "published_at": "2025-05-29T06:00:00Z",
            "edited_at": "2025-07-03T15:44:08.610782Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 90,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-29T08:00:00Z",
            "scheduled_close_time": "2025-05-29T08:00:00Z",
            "scheduled_resolve_time": "2025-07-01T00:00:00Z",
            "open_time": "2025-05-29T06:00:00Z",
            "nr_forecasters": 84,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32721,
                        "type": "question_series",
                        "name": "Q2 AI Forecasting Benchmark Tournament",
                        "slug": "aibq2",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-04-21T01:38:25Z",
                        "close_date": "2025-07-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-03-22T19:06:55.820092Z",
                        "edited_at": "2025-07-06T14:35:25.656181Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32721,
                    "type": "question_series",
                    "name": "Q2 AI Forecasting Benchmark Tournament",
                    "slug": "aibq2",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-04-21T01:38:25Z",
                    "close_date": "2025-07-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-03-22T19:06:55.820092Z",
                    "edited_at": "2025-07-06T14:35:25.656181Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 37393,
                "title": "Will Amani Golugwa be released from custody before July 1, 2025?",
                "created_at": "2025-05-24T05:50:07.102966Z",
                "open_time": "2025-05-29T06:00:00Z",
                "cp_reveal_time": "2025-05-29T08:00:00Z",
                "spot_scoring_time": "2025-05-29T08:00:00Z",
                "scheduled_resolve_time": "2025-07-01T00:00:00Z",
                "actual_resolve_time": "2025-06-23T15:16:00Z",
                "resolution_set_time": "2025-06-23T15:41:22.656703Z",
                "scheduled_close_time": "2025-05-29T08:00:00Z",
                "actual_close_time": "2025-05-29T08:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "annulled",
                "include_bots_in_aggregates": true,
                "question_weight": 0.53,
                "default_score_type": "peer",
                "label": "",
                "unit": "",
                "open_upper_bound": false,
                "open_lower_bound": false,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_max": null,
                    "range_min": null,
                    "zero_point": null,
                    "open_upper_bound": false,
                    "open_lower_bound": false,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "DW: [Tanzania opposition leader arrested at airport](https://www.dw.com/en/tanzania-opposition-leader-arrested-at-airport/a-72532176) | Tanzania Digest: [The Arraignment of The CHADEMA Deputy Secretary General, Amani Golugwa, At JKNIA Aimed to Cut Off CHADEMA International Links](https://www.digest.tz/the-arraignment-of-the-chadema-deputy-secretary-general-amani-golugwa-at-jknia-aimed-to-cut-off-chadema-international-links/)",
                "resolution_criteria": "This question resolves as **Yes** if before July 1, 2025, Amani Golugwa, the Deputy Secretary General of Tanzania’s Chadema Party, has been released from Tanzanian custody according to [credible sources](https://www.metaculus.com/faq/#definitions).",
                "fine_print": "",
                "post_id": 38087,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1748503822.289313,
                                "end_time": null,
                                "forecaster_count": 84,
                                "interval_lower_bounds": [
                                    0.15
                                ],
                                "centers": [
                                    0.2854040563106537
                                ],
                                "interval_upper_bounds": [
                                    0.4
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1748503822.289313,
                            "end_time": null,
                            "forecaster_count": 84,
                            "interval_lower_bounds": [
                                0.15
                            ],
                            "centers": [
                                0.2854040563106537
                            ],
                            "interval_upper_bounds": [
                                0.4
                            ],
                            "forecast_values": [
                                0.7145959436893463,
                                0.2854040563106537
                            ],
                            "means": [
                                0.3629859639916537
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.16256421897928386,
                                    0.08569614324107964,
                                    0.6769302749943321,
                                    0.8018133090773757,
                                    0.0,
                                    0.0,
                                    2.745879696707245,
                                    0.4499804576654302,
                                    0.0,
                                    0.007280827884852904,
                                    0.0,
                                    1.7858331981845004,
                                    0.0,
                                    0.0,
                                    0.1321625121000937,
                                    0.0,
                                    1.2793429116786719,
                                    0.0,
                                    0.0,
                                    0.8960435594115131,
                                    0.0,
                                    1.3046128599504148,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.2708401672444837,
                                    0.0,
                                    0.7963247129131849,
                                    0.0,
                                    0.0,
                                    1.4505485099640771,
                                    0.0,
                                    0.0,
                                    0.6035675272062923,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.000591351133574298,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.4116014879374696,
                                    0.10678389500756706,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8477653512508476,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.15182275855838157,
                                    0.0,
                                    0.37241544999207604,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.009159026026701877,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.41586716425225057,
                                    0.0,
                                    1.0695518440799037,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {},
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 88,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "DW: [Tanzania opposition leader arrested at airport](https://www.dw.com/en/tanzania-opposition-leader-arrested-at-airport/a-72532176) | Tanzania Digest: [The Arraignment of The CHADEMA Deputy Secretary General, Amani Golugwa, At JKNIA Aimed to Cut Off CHADEMA International Links](https://www.digest.tz/the-arraignment-of-the-chadema-deputy-secretary-general-amani-golugwa-at-jknia-aimed-to-cut-off-chadema-international-links/)"
        },
        {
            "id": 38085,
            "title": "Will Florida have 14.0 million or more residents living in drought on June 28, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-florida-have-140-million-or-more-residents-living-in-drought-on-june-28-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-05-24T05:50:06.940518Z",
            "published_at": "2025-05-29T02:00:00Z",
            "edited_at": "2025-07-03T15:43:05.508604Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 89,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-29T04:00:00Z",
            "scheduled_close_time": "2025-05-29T04:00:00Z",
            "scheduled_resolve_time": "2025-06-28T00:00:00Z",
            "open_time": "2025-05-29T02:00:00Z",
            "nr_forecasters": 84,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32607,
                        "name": "2025 Leaderboard",
                        "slug": "2025_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "question_series": [
                    {
                        "id": 32721,
                        "type": "question_series",
                        "name": "Q2 AI Forecasting Benchmark Tournament",
                        "slug": "aibq2",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-04-21T01:38:25Z",
                        "close_date": "2025-07-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-03-22T19:06:55.820092Z",
                        "edited_at": "2025-07-06T14:35:25.656181Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32721,
                    "type": "question_series",
                    "name": "Q2 AI Forecasting Benchmark Tournament",
                    "slug": "aibq2",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-04-21T01:38:25Z",
                    "close_date": "2025-07-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-03-22T19:06:55.820092Z",
                    "edited_at": "2025-07-06T14:35:25.656181Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 37391,
                "title": "Will Florida have 14.0 million or more residents living in drought on June 28, 2025?",
                "created_at": "2025-05-24T05:50:06.940518Z",
                "open_time": "2025-05-29T02:00:00Z",
                "cp_reveal_time": "2025-05-29T04:00:00Z",
                "spot_scoring_time": "2025-05-29T04:00:00Z",
                "scheduled_resolve_time": "2025-06-28T00:00:00Z",
                "actual_resolve_time": "2025-06-28T20:45:00Z",
                "resolution_set_time": "2025-06-28T20:45:15.388672Z",
                "scheduled_close_time": "2025-05-29T04:00:00Z",
                "actual_close_time": "2025-05-29T04:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "no",
                "include_bots_in_aggregates": true,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "label": "",
                "unit": "",
                "open_upper_bound": false,
                "open_lower_bound": false,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_max": null,
                    "range_min": null,
                    "zero_point": null,
                    "open_upper_bound": false,
                    "open_lower_bound": false,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "USA Today: [14 million Florida residents are under drought conditions, some extreme: What to know](https://www.usatoday.com/story/news/nation/2025/04/28/florida-drought-conditions-what-to-know/83328368007/)",
                "resolution_criteria": "This question resolves as **Yes** if Drought Monitor at [this link](https://www.drought.gov/states/florida) lists greater than or equal to 14.0 million Florida residents in areas of drought, when the link is accessed by Metaculus on or after June 28, 2025. If the number is below that, this question resolves as **No**.",
                "fine_print": "The question will resolve as soon as the page is accessed by Metaculus Admins on the resolution date. However, if there are issues accessing the page, then resolution will wait up until the end of the tournament's scoring at which point if Metaculus has still not been able to access the resolution source, this question will be **annulled**.",
                "post_id": 38085,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1748490251.422026,
                                "end_time": null,
                                "forecaster_count": 84,
                                "interval_lower_bounds": [
                                    0.53
                                ],
                                "centers": [
                                    0.6499999999999999
                                ],
                                "interval_upper_bounds": [
                                    0.7
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1748490251.422026,
                            "end_time": null,
                            "forecaster_count": 84,
                            "interval_lower_bounds": [
                                0.53
                            ],
                            "centers": [
                                0.6499999999999999
                            ],
                            "interval_upper_bounds": [
                                0.7
                            ],
                            "forecast_values": [
                                0.3500000000000001,
                                0.6499999999999999
                            ],
                            "means": [
                                0.5747998579325103
                            ],
                            "histogram": [
                                [
                                    0.6769302749943321,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.47759049593500436,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.29290778199668294,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.000591351133574298,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.43668827763228835,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.12528447983160879,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0012117839732328766,
                                    0.4572015407622274,
                                    0.0,
                                    0.4696352335009454,
                                    0.31187544366267334,
                                    0.0,
                                    0.10678389500756706,
                                    0.0,
                                    0.8018133090773757,
                                    0.0004303387677233397,
                                    0.0,
                                    0.001770091099343005,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.02581324210287726,
                                    0.0,
                                    0.0,
                                    0.9467522735592828,
                                    0.0,
                                    0.5623512750463563,
                                    0.0,
                                    0.0,
                                    0.6393178676484588,
                                    0.0,
                                    1.708245255589968,
                                    0.0,
                                    0.0,
                                    0.3319092663269885,
                                    0.6035675272062923,
                                    1.347621385414247,
                                    0.0,
                                    0.0009788977028033815,
                                    0.0,
                                    0.0,
                                    2.3777737388703204,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    2.3292474966881955,
                                    0.0007730619348276378,
                                    0.0,
                                    0.5740087409935761,
                                    0.0,
                                    0.585844649010932,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.09456716880017074,
                                    0.0,
                                    0.5066828489144001,
                                    0.03881022225732753,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": -40.920159429839224,
                            "peer_score": 7.972415135473542,
                            "coverage": 0.9814389363924665,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9814389363924665,
                            "spot_peer_score": 1.4202899306549768,
                            "spot_baseline_score": -51.4573172829758,
                            "baseline_archived_score": -40.920159429839224,
                            "peer_archived_score": 7.972415135473542,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 1.4202899306549768,
                            "spot_baseline_archived_score": -51.4573172829758
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 87,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "USA Today: [14 million Florida residents are under drought conditions, some extreme: What to know](https://www.usatoday.com/story/news/nation/2025/04/28/florida-drought-conditions-what-to-know/83328368007/)"
        }
    ]
}