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=280
HTTP 200 OK
Allow: GET, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5525,
    "next": "http://www.metaculus.com/api2/questions/?format=api&limit=20&offset=300",
    "previous": "http://www.metaculus.com/api2/questions/?format=api&limit=20&offset=260",
    "results": [
        {
            "id": 37263,
            "title": "Will Uber be available in the Turks and Caicos Islands on July 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-uber-be-available-in-the-turks-and-caicos-islands-on-july-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-04-26T05:58:12.627056Z",
            "published_at": "2025-05-02T14:00:00Z",
            "edited_at": "2025-07-03T15:44:04.096310Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 79,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-02T16:00:00Z",
            "scheduled_close_time": "2025-05-02T16:00:00Z",
            "scheduled_resolve_time": "2025-07-01T00:00:00Z",
            "open_time": "2025-05-02T14:00:00Z",
            "nr_forecasters": 74,
            "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-18T07:54:18.128484Z",
                        "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-18T07:54:18.128484Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 36641,
                "title": "Will Uber be available in the Turks and Caicos Islands on July 1, 2025?",
                "created_at": "2025-04-26T05:58:12.627056Z",
                "open_time": "2025-05-02T14:00:00Z",
                "cp_reveal_time": "2025-05-02T16:00:00Z",
                "spot_scoring_time": "2025-05-02T16:00:00Z",
                "scheduled_resolve_time": "2025-07-01T00:00:00Z",
                "actual_resolve_time": "2025-07-02T01:11:00Z",
                "resolution_set_time": "2025-07-02T01:13:01.391867Z",
                "scheduled_close_time": "2025-05-02T16:00:00Z",
                "actual_close_time": "2025-05-02T16: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": "[Tourism Stakeholders Warned About Encouraging Use of Illegal Taxis](https://magneticmediatv.com/2025/04/tourism-stakeholders-warned-about-encouraging-use-of-illegal-taxis/)",
                "resolution_criteria": "This question resolves as **Yes** if Uber is available in Turks and Caicos as shown on the [Uber website](https://www.uber.com/us/en/search-results/?query=TURKS+AND+CAICOS) or according to [credible sources](https://www.metaculus.com/faq/#definitions).",
                "fine_print": "",
                "post_id": 37263,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1746199821.873716,
                                "end_time": null,
                                "forecaster_count": 74,
                                "interval_lower_bounds": [
                                    0.05
                                ],
                                "centers": [
                                    0.05
                                ],
                                "interval_upper_bounds": [
                                    0.1
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1746199821.873716,
                            "end_time": null,
                            "forecaster_count": 74,
                            "interval_lower_bounds": [
                                0.05
                            ],
                            "centers": [
                                0.05
                            ],
                            "interval_upper_bounds": [
                                0.1
                            ],
                            "forecast_values": [
                                0.95,
                                0.05
                            ],
                            "means": [
                                0.07479787818872077
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.6836799916316151,
                                    0.4647744779110855,
                                    2.03058959100723,
                                    0.0,
                                    6.033845294774124,
                                    0.0625760055549752,
                                    0.27686601947567613,
                                    0.3734826048245159,
                                    0.0,
                                    2.9393307023128825,
                                    0.0,
                                    0.11089172218023127,
                                    0.2162635545407669,
                                    0.8895461476317509,
                                    1.1588869586412236,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.4331956332447636,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.03443699982124289,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0013572084933998819,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": 89.90266833141172,
                            "peer_score": 5.141530543327285,
                            "coverage": 0.9858876963787608,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9858876963787608,
                            "spot_peer_score": 5.838930183923047,
                            "spot_baseline_score": 92.5999418556223,
                            "baseline_archived_score": 89.90266833141172,
                            "peer_archived_score": 5.141530543327285,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 5.838930183923047,
                            "spot_baseline_archived_score": 92.5999418556223
                        },
                        "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": 77,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "[Tourism Stakeholders Warned About Encouraging Use of Illegal Taxis](https://magneticmediatv.com/2025/04/tourism-stakeholders-warned-about-encouraging-use-of-illegal-taxis/)"
        },
        {
            "id": 37262,
            "title": "Will the Global Protest Tracker report any protests in India with 10,000+ participants, before July 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-the-global-protest-tracker-report-any-protests-in-india-with-10000-participants-before-july-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-04-26T05:58:12.621391Z",
            "published_at": "2025-05-02T12:00:00Z",
            "edited_at": "2025-07-03T15:42:36.866809Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 78,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-02T14:00:00Z",
            "scheduled_close_time": "2025-05-02T14:00:00Z",
            "scheduled_resolve_time": "2025-07-01T00:00:00Z",
            "open_time": "2025-05-02T12:00:00Z",
            "nr_forecasters": 73,
            "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-18T07:54:18.128484Z",
                        "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-18T07:54:18.128484Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 36640,
                "title": "Will the Global Protest Tracker report any protests in India with 10,000+ participants, before July 1, 2025?",
                "created_at": "2025-04-26T05:58:12.621391Z",
                "open_time": "2025-05-02T12:00:00Z",
                "cp_reveal_time": "2025-05-02T14:00:00Z",
                "spot_scoring_time": "2025-05-02T14:00:00Z",
                "scheduled_resolve_time": "2025-07-01T00:00:00Z",
                "actual_resolve_time": "2025-07-02T18:29:00Z",
                "resolution_set_time": "2025-07-02T18:30:22.023560Z",
                "scheduled_close_time": "2025-05-02T14:00:00Z",
                "actual_close_time": "2025-05-02T14: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": "Reuters: [Three dead as protests against Muslim land law turn violent in eastern India](https://www.reuters.com/world/india/three-dead-protests-against-muslim-land-law-turn-violent-eastern-india-2025-04-14/)",
                "resolution_criteria": "This question resolves as **Yes** if the [Global Protest Tracker](https://carnegieendowment.org/features/global-protest-tracker?lang=en) reports a protest in India with 10,000 or more participants with a start date after the launch of this question and before July 1, 2025.",
                "fine_print": "A protest with at least 10,000 participants that is active at the launch of this question does not count for resolution.",
                "post_id": 37262,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1746192621.847041,
                                "end_time": null,
                                "forecaster_count": 73,
                                "interval_lower_bounds": [
                                    0.3
                                ],
                                "centers": [
                                    0.382
                                ],
                                "interval_upper_bounds": [
                                    0.59
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1746192621.847041,
                            "end_time": null,
                            "forecaster_count": 73,
                            "interval_lower_bounds": [
                                0.3
                            ],
                            "centers": [
                                0.382
                            ],
                            "interval_upper_bounds": [
                                0.59
                            ],
                            "forecast_values": [
                                0.618,
                                0.382
                            ],
                            "means": [
                                0.4422579655741399
                            ],
                            "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.5451197344970368,
                                    0.0,
                                    0.7615151126261397,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.741122805894195,
                                    0.0,
                                    0.0,
                                    0.0005292742945254508,
                                    0.0,
                                    2.487196557551205,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    3.1674746107820058,
                                    0.0,
                                    0.0,
                                    0.9877346381755705,
                                    0.0,
                                    1.6535343231150192,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.33279314227297807,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.16058643339308273,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5117106904791824,
                                    0.0,
                                    0.0,
                                    0.888825836472129,
                                    0.42476846434892396,
                                    0.17175714249032537,
                                    0.0,
                                    0.0,
                                    0.4219544127463164,
                                    0.04930810832384259,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.27822884769715683,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.48090414923668245,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.2825516661653255,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.9429685281545298,
                                    0.0,
                                    0.0,
                                    0.30254219701717905,
                                    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.579037106058408,
                            "peer_score": 10.56530327379612,
                            "coverage": 0.9858404275112681,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9858404275112681,
                            "spot_peer_score": 10.29533097385993,
                            "spot_baseline_score": 30.567874324228754,
                            "baseline_archived_score": 31.579037106058408,
                            "peer_archived_score": 10.56530327379612,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 10.29533097385993,
                            "spot_baseline_archived_score": 30.567874324228754
                        },
                        "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": 76,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "Reuters: [Three dead as protests against Muslim land law turn violent in eastern India](https://www.reuters.com/world/india/three-dead-protests-against-muslim-land-law-turn-violent-eastern-india-2025-04-14/)"
        },
        {
            "id": 37261,
            "title": "Will the Global Protest Tracker report any protests in the United States with 10,000+ participants, before July 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-the-global-protest-tracker-report-any-protests-in-the-united-states-with-10000-participants-before-july-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-04-26T05:58:12.615558Z",
            "published_at": "2025-05-02T10:00:00Z",
            "edited_at": "2025-07-03T15:44:03.067365Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 76,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-02T12:00:00Z",
            "scheduled_close_time": "2025-05-02T12:00:00Z",
            "scheduled_resolve_time": "2025-07-01T00:00:00Z",
            "open_time": "2025-05-02T10:00:00Z",
            "nr_forecasters": 71,
            "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-18T07:54:18.128484Z",
                        "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-18T07:54:18.128484Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 36639,
                "title": "Will the Global Protest Tracker report any protests in the United States with 10,000+ participants, before July 1, 2025?",
                "created_at": "2025-04-26T05:58:12.615558Z",
                "open_time": "2025-05-02T10:00:00Z",
                "cp_reveal_time": "2025-05-02T12:00:00Z",
                "spot_scoring_time": "2025-05-02T12:00:00Z",
                "scheduled_resolve_time": "2025-07-01T00:00:00Z",
                "actual_resolve_time": "2025-07-02T17:35:00Z",
                "resolution_set_time": "2025-07-02T18:27:38.329380Z",
                "scheduled_close_time": "2025-05-02T12:00:00Z",
                "actual_close_time": "2025-05-02T12: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": "Brookings Institution: [The power of protest in the US](https://www.brookings.edu/articles/the-power-of-protest-in-the-us/)",
                "resolution_criteria": "This question resolves as **Yes** if the [Global Protest Tracker](https://carnegieendowment.org/features/global-protest-tracker?lang=en) reports a protest in the United States with 10,000 or more participants with a start date after the launch of this question and before July 1, 2025.",
                "fine_print": "",
                "post_id": 37261,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1746184553.773712,
                                "end_time": null,
                                "forecaster_count": 71,
                                "interval_lower_bounds": [
                                    0.65
                                ],
                                "centers": [
                                    0.75
                                ],
                                "interval_upper_bounds": [
                                    0.85
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1746184553.773712,
                            "end_time": null,
                            "forecaster_count": 71,
                            "interval_lower_bounds": [
                                0.65
                            ],
                            "centers": [
                                0.75
                            ],
                            "interval_upper_bounds": [
                                0.85
                            ],
                            "forecast_values": [
                                0.25,
                                0.75
                            ],
                            "means": [
                                0.6918115610349815
                            ],
                            "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.1664766545233207,
                                    0.0,
                                    0.24023209194123907,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5769535615947176,
                                    0.506524249030845,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.12694709259921566,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.3797146248282769,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.21910566269090923,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0016186711029794957,
                                    0.757672393948682,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.029387957787521568,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6350306071398335,
                                    0.17943435635859495,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.1880959612204802,
                                    0.10416951339998208,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.2501023701739729,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.9421888867040361,
                                    1.811838330621422,
                                    0.0,
                                    0.41631406571392837,
                                    0.0,
                                    0.0,
                                    1.2831001212659028,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    2.7299740702837925,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5401544848567577,
                                    0.0,
                                    0.6133032053396327,
                                    0.0,
                                    0.0,
                                    0.3187942361123224,
                                    0.0,
                                    0.3403841164406407,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": -92.44105275164765,
                            "peer_score": -15.62801240142437,
                            "coverage": 0.9837014213866657,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9837014213866657,
                            "spot_peer_score": -19.040245935967597,
                            "spot_baseline_score": -100.0,
                            "baseline_archived_score": -92.44105275164765,
                            "peer_archived_score": -15.62801240142437,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": -19.040245935967597,
                            "spot_baseline_archived_score": -100.0
                        },
                        "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": 74,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "Brookings Institution: [The power of protest in the US](https://www.brookings.edu/articles/the-power-of-protest-in-the-us/)"
        },
        {
            "id": 37260,
            "title": "Will Germany ban the AfD before July 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-germany-ban-the-afd-before-july-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-04-26T05:58:12.609235Z",
            "published_at": "2025-05-02T08:00:00Z",
            "edited_at": "2025-07-03T15:43:03.778828Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 77,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-02T10:00:00Z",
            "scheduled_close_time": "2025-05-02T10:00:00Z",
            "scheduled_resolve_time": "2025-07-01T00:00:00Z",
            "open_time": "2025-05-02T08:00:00Z",
            "nr_forecasters": 72,
            "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-18T07:54:18.128484Z",
                        "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-18T07:54:18.128484Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 36638,
                "title": "Will Germany ban the AfD before July 1, 2025?",
                "created_at": "2025-04-26T05:58:12.609235Z",
                "open_time": "2025-05-02T08:00:00Z",
                "cp_reveal_time": "2025-05-02T10:00:00Z",
                "spot_scoring_time": "2025-05-02T10:00:00Z",
                "scheduled_resolve_time": "2025-07-01T00:00:00Z",
                "actual_resolve_time": "2025-07-02T17:35:00Z",
                "resolution_set_time": "2025-07-02T18:26:56.417937Z",
                "scheduled_close_time": "2025-05-02T10:00:00Z",
                "actual_close_time": "2025-05-02T10: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": "Le Monde: [Germany's Bundestag debates banning far-right AfD party](https://www.lemonde.fr/en/international/article/2025/01/31/germany-s-bundestag-debates-banning-far-right-afd-party_6737637_4.html) \"A cross-party group of 124 MPs put a motion on the agenda to bring proceedings before the Federal Constitutional Court to ban the party, whose unprecedented alliance with the CDU caused a shock.\"",
                "resolution_criteria": "This question resolves as **Yes** if there is an official announcement of a ban on the Alternative for Germany (AfD) by a German government entity with the authority to make such an announcement (e.g., the Federal Constitutional Court).",
                "fine_print": "",
                "post_id": 37260,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1746178223.782183,
                                "end_time": null,
                                "forecaster_count": 72,
                                "interval_lower_bounds": [
                                    0.05
                                ],
                                "centers": [
                                    0.1
                                ],
                                "interval_upper_bounds": [
                                    0.15
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1746178223.782183,
                            "end_time": null,
                            "forecaster_count": 72,
                            "interval_lower_bounds": [
                                0.05
                            ],
                            "centers": [
                                0.1
                            ],
                            "interval_upper_bounds": [
                                0.15
                            ],
                            "forecast_values": [
                                0.9,
                                0.1
                            ],
                            "means": [
                                0.10581475893425238
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.14642251130578798,
                                    1.6708955867902944,
                                    0.696809674327731,
                                    0.542659352036535,
                                    3.1628062864201008,
                                    0.2107509564145664,
                                    0.0,
                                    0.18214514839267099,
                                    0.0,
                                    2.747376989128157,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    4.959402956866338,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5477586472720555,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.24987576741424672,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0315824836990458,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.004878079341891922,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.3223659163993254,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": 82.92113848199013,
                            "peer_score": 3.830413984046118,
                            "coverage": 0.9865191657013362,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9865191657013362,
                            "spot_peer_score": 4.075764797445389,
                            "spot_baseline_score": 84.79969065549501,
                            "baseline_archived_score": 82.92113848199013,
                            "peer_archived_score": 3.830413984046118,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 4.075764797445389,
                            "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": 75,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "Le Monde: [Germany's Bundestag debates banning far-right AfD party](https://www.lemonde.fr/en/international/article/2025/01/31/germany-s-bundestag-debates-banning-far-right-afd-party_6737637_4.html) \"A cross-party group of 124 MPs put a motion on the agenda to bring proceedings before the Federal Constitutional Court to ban the party, whose unprecedented alliance with the CDU caused a shock.\""
        },
        {
            "id": 37259,
            "title": "Before July 1, 2025, will the government of Greenland officially announce a date for an independence referendum?",
            "short_title": "",
            "url_title": "",
            "slug": "before-july-1-2025-will-the-government-of-greenland-officially-announce-a-date-for-an-independence-referendum",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-04-26T05:58:12.403184Z",
            "published_at": "2025-05-02T06:00:00Z",
            "edited_at": "2025-07-03T15:43:24.928385Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 78,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-02T08:00:00Z",
            "scheduled_close_time": "2025-05-02T08:00:00Z",
            "scheduled_resolve_time": "2025-07-01T00:00:00Z",
            "open_time": "2025-05-02T06:00:00Z",
            "nr_forecasters": 73,
            "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-18T07:54:18.128484Z",
                        "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-18T07:54:18.128484Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 36637,
                "title": "Before July 1, 2025, will the government of Greenland officially announce a date for an independence referendum?",
                "created_at": "2025-04-26T05:58:12.403184Z",
                "open_time": "2025-05-02T06:00:00Z",
                "cp_reveal_time": "2025-05-02T08:00:00Z",
                "spot_scoring_time": "2025-05-02T08:00:00Z",
                "scheduled_resolve_time": "2025-07-01T00:00:00Z",
                "actual_resolve_time": "2025-07-01T19:39:00Z",
                "resolution_set_time": "2025-07-01T19:40:18.872345Z",
                "scheduled_close_time": "2025-05-02T08:00:00Z",
                "actual_close_time": "2025-05-02T08: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": "Reuters: [Greenland's independence gradualists win election amid Trump control pledge](https://www.reuters.com/world/europe/greenland-election-tests-independence-ambitions-us-interest-looms-2025-03-11/)",
                "resolution_criteria": "This question resolves as **Yes** if, before July 1, 2025, a referendum on the independence of Greenland from the Denmark is officially scheduled. If this does not occur before that date, this question resolves as **No**.",
                "fine_print": "For purposes of this question, the referendum will be considered \"officially scheduled\" when it is announced by a person or entity with the authority to do so within Greenland. Please note that broader legality, such as it being overturned by the government of Denmark, will be considered irrelevant for this question.",
                "post_id": 37259,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1746171019.603823,
                                "end_time": null,
                                "forecaster_count": 73,
                                "interval_lower_bounds": [
                                    0.1
                                ],
                                "centers": [
                                    0.15
                                ],
                                "interval_upper_bounds": [
                                    0.25
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1746171019.603823,
                            "end_time": null,
                            "forecaster_count": 73,
                            "interval_lower_bounds": [
                                0.1
                            ],
                            "centers": [
                                0.15
                            ],
                            "interval_upper_bounds": [
                                0.25
                            ],
                            "forecast_values": [
                                0.85,
                                0.15
                            ],
                            "means": [
                                0.17365208425420453
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.03867734993865754,
                                    0.0,
                                    0.9266790320519787,
                                    0.5117106904791824,
                                    0.3700306976932953,
                                    1.1072814323429157,
                                    0.0,
                                    1.435101976425559,
                                    0.0,
                                    0.8277843612578871,
                                    0.0,
                                    0.0,
                                    5.5964870191135025,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.4827029192838955,
                                    0.15948589188226622,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.571186819462352,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    2.983068897282349,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.08179438898397279,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.019822640290951113,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.47723556338784356,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.001821789957966981,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.002255205898776533,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": 74.67546339726255,
                            "peer_score": 9.983077530192844,
                            "coverage": 0.9872845937477218,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9872845937477218,
                            "spot_peer_score": 10.021438406165242,
                            "spot_baseline_score": 76.55347463629771,
                            "baseline_archived_score": 74.67546339726255,
                            "peer_archived_score": 9.983077530192844,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 10.021438406165242,
                            "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": 76,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "Reuters: [Greenland's independence gradualists win election amid Trump control pledge](https://www.reuters.com/world/europe/greenland-election-tests-independence-ambitions-us-interest-looms-2025-03-11/)"
        },
        {
            "id": 37258,
            "title": "Before July 1, 2025, will the government of Scotland officially announce a date for an independence referendum?",
            "short_title": "",
            "url_title": "",
            "slug": "before-july-1-2025-will-the-government-of-scotland-officially-announce-a-date-for-an-independence-referendum",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-04-26T05:58:12.397511Z",
            "published_at": "2025-05-02T04:00:00Z",
            "edited_at": "2025-07-03T15:41:38.607111Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 78,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-02T06:00:00Z",
            "scheduled_close_time": "2025-05-02T06:00:00Z",
            "scheduled_resolve_time": "2025-07-01T00:00:00Z",
            "open_time": "2025-05-02T04:00:00Z",
            "nr_forecasters": 73,
            "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-18T07:54:18.128484Z",
                        "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-18T07:54:18.128484Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 36636,
                "title": "Before July 1, 2025, will the government of Scotland officially announce a date for an independence referendum?",
                "created_at": "2025-04-26T05:58:12.397511Z",
                "open_time": "2025-05-02T04:00:00Z",
                "cp_reveal_time": "2025-05-02T06:00:00Z",
                "spot_scoring_time": "2025-05-02T06:00:00Z",
                "scheduled_resolve_time": "2025-07-01T00:00:00Z",
                "actual_resolve_time": "2025-07-02T18:24:00Z",
                "resolution_set_time": "2025-07-02T18:25:02.607623Z",
                "scheduled_close_time": "2025-05-02T06:00:00Z",
                "actual_close_time": "2025-05-02T06: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 National: [Yes posts huge 11-point lead in new Scottish independence poll](https://www.thenational.scot/news/25089457.yes-posts-huge-11-point-lead-new-scottish-independence-poll/)",
                "resolution_criteria": "This question resolves as **Yes** if, before July 1, 2025, a referendum on the independence of Scotland from the United Kingdom is officially scheduled. If this does not occur before that date, this question resolves as **No**.",
                "fine_print": "For purposes of this question, the referendum will be considered \"officially scheduled\" when it is announced by a person or entity with the authority to do so within Scotland. Please note that broader legality, such as within the United Kingdom, will be considered irrelevant for this question, so if the federal government declared the referendum illegal, the question would still resolve as Yes.",
                "post_id": 37258,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1746163819.61396,
                                "end_time": null,
                                "forecaster_count": 73,
                                "interval_lower_bounds": [
                                    0.07666666666666667
                                ],
                                "centers": [
                                    0.15
                                ],
                                "interval_upper_bounds": [
                                    0.15
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1746163819.61396,
                            "end_time": null,
                            "forecaster_count": 73,
                            "interval_lower_bounds": [
                                0.07666666666666667
                            ],
                            "centers": [
                                0.15
                            ],
                            "interval_upper_bounds": [
                                0.15
                            ],
                            "forecast_values": [
                                0.85,
                                0.15
                            ],
                            "means": [
                                0.14654310312545463
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5451197344970368,
                                    1.7729308638479258,
                                    1.0938705811949854,
                                    0.6177039404822752,
                                    0.0,
                                    0.21352449006712118,
                                    1.8955514839607759,
                                    0.17175714249032537,
                                    0.8322710762099323,
                                    0.0,
                                    0.0,
                                    4.72772971962034,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.888825836472129,
                                    1.0566629800623473,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.34621719426661424,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.029176869471180852,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.9429685281545298,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.4502118393382578,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0014387166970790141,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.007165678900495897,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": 77.86198123921308,
                            "peer_score": 3.4740079520125224,
                            "coverage": 0.9852788570854398,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9852788570854398,
                            "spot_peer_score": 1.755635649682875,
                            "spot_baseline_score": 76.55347463629771,
                            "baseline_archived_score": 77.86198123921308,
                            "peer_archived_score": 3.4740079520125224,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 1.755635649682875,
                            "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": 76,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "The National: [Yes posts huge 11-point lead in new Scottish independence poll](https://www.thenational.scot/news/25089457.yes-posts-huge-11-point-lead-new-scottish-independence-poll/)"
        },
        {
            "id": 37257,
            "title": "Before July 1, 2025, will the government of Republika Srpska officially announce a date for an independence referendum?",
            "short_title": "",
            "url_title": "",
            "slug": "before-july-1-2025-will-the-government-of-republika-srpska-officially-announce-a-date-for-an-independence-referendum",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-04-26T05:58:12.391668Z",
            "published_at": "2025-05-02T02:00:00Z",
            "edited_at": "2025-07-03T15:40:46.448625Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 77,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-02T04:00:00Z",
            "scheduled_close_time": "2025-05-02T04:00:00Z",
            "scheduled_resolve_time": "2025-07-01T00:00:00Z",
            "open_time": "2025-05-02T02:00:00Z",
            "nr_forecasters": 73,
            "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-18T07:54:18.128484Z",
                        "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-18T07:54:18.128484Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 36635,
                "title": "Before July 1, 2025, will the government of Republika Srpska officially announce a date for an independence referendum?",
                "created_at": "2025-04-26T05:58:12.391668Z",
                "open_time": "2025-05-02T02:00:00Z",
                "cp_reveal_time": "2025-05-02T04:00:00Z",
                "spot_scoring_time": "2025-05-02T04:00:00Z",
                "scheduled_resolve_time": "2025-07-01T00:00:00Z",
                "actual_resolve_time": "2025-07-02T16:58:00Z",
                "resolution_set_time": "2025-07-02T17:16:00.667300Z",
                "scheduled_close_time": "2025-05-02T04:00:00Z",
                "actual_close_time": "2025-05-02T04: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": "Fair Observer: [Balkan Tinderbox: How Russia’s Moves Could Reignite Bosnia](https://www.fairobserver.com/politics/balkan-tinderbox-how-russias-moves-could-reignite-bosnia/)",
                "resolution_criteria": "This question resolves as **Yes** if, before July 1, 2025, a referendum on the independence of Republika Srpska from Bosnia and Herzegovina is officially scheduled. If this does not occur before that date, this question resolves as **No**.",
                "fine_print": "For purposes of this question, the referendum will be considered \"officially scheduled\" when it is announced by a person or entity with the authority to do so within Republika Srpska. Please note that broader legality, such as within Bosnia and Herzegovina, will be considered irrelevant for this question, so if the Bosnian government declared the referendum illegal, the question would still resolve as Yes.",
                "post_id": 37257,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1746156910.830392,
                                "end_time": null,
                                "forecaster_count": 73,
                                "interval_lower_bounds": [
                                    0.2
                                ],
                                "centers": [
                                    0.23
                                ],
                                "interval_upper_bounds": [
                                    0.3
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1746156910.830392,
                            "end_time": null,
                            "forecaster_count": 73,
                            "interval_lower_bounds": [
                                0.2
                            ],
                            "centers": [
                                0.23
                            ],
                            "interval_upper_bounds": [
                                0.3
                            ],
                            "forecast_values": [
                                0.77,
                                0.23
                            ],
                            "means": [
                                0.2423572484408448
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5869681914355273,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0014387166970790141,
                                    1.5551547235967442,
                                    0.0,
                                    0.0,
                                    0.22925142923916692,
                                    0.0,
                                    3.6013312974712575,
                                    0.5804197412804394,
                                    0.9396212591699833,
                                    1.0,
                                    0.0,
                                    1.8074552752308635,
                                    0.0,
                                    0.8374418253394589,
                                    0.48090414923668245,
                                    0.0,
                                    2.2317782023690214,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.4814353424658497,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.002255205898776533,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.008210459748030398,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.21352449006712118,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.015220610711278141,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.007165678900495897,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.013550076875576434,
                                    0.0,
                                    0.0,
                                    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": 61.792805654313824,
                            "peer_score": 8.112520634158573,
                            "coverage": 0.966054887374242,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.966054887374242,
                            "spot_peer_score": 8.173352945351603,
                            "spot_baseline_score": 62.29303509201767,
                            "baseline_archived_score": 61.792805654313824,
                            "peer_archived_score": 8.112520634158573,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 8.173352945351603,
                            "spot_baseline_archived_score": 62.29303509201767
                        },
                        "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": 75,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "Fair Observer: [Balkan Tinderbox: How Russia’s Moves Could Reignite Bosnia](https://www.fairobserver.com/politics/balkan-tinderbox-how-russias-moves-could-reignite-bosnia/)"
        },
        {
            "id": 37256,
            "title": "Will South Sudan ratify AfCFTA (the pan-African free trade agreement) before July 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-south-sudan-ratify-afcfta-the-pan-african-free-trade-agreement-before-july-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-04-26T05:58:12.386037Z",
            "published_at": "2025-05-02T00:00:00Z",
            "edited_at": "2025-07-03T15:42:08.846409Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 72,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-02T02:00:00Z",
            "scheduled_close_time": "2025-05-02T02:00:00Z",
            "scheduled_resolve_time": "2025-07-01T00:00:00Z",
            "open_time": "2025-05-02T00:00:00Z",
            "nr_forecasters": 69,
            "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-18T07:54:18.128484Z",
                        "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-18T07:54:18.128484Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 36634,
                "title": "Will South Sudan ratify AfCFTA (the pan-African free trade agreement) before July 1, 2025?",
                "created_at": "2025-04-26T05:58:12.386037Z",
                "open_time": "2025-05-02T00:00:00Z",
                "cp_reveal_time": "2025-05-02T02:00:00Z",
                "spot_scoring_time": "2025-05-02T02:00:00Z",
                "scheduled_resolve_time": "2025-07-01T00:00:00Z",
                "actual_resolve_time": "2025-07-02T16:58:00Z",
                "resolution_set_time": "2025-07-02T17:16:37.910943Z",
                "scheduled_close_time": "2025-05-02T02:00:00Z",
                "actual_close_time": "2025-05-02T02:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "no",
                "include_bots_in_aggregates": true,
                "question_weight": 0.9,
                "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 Star Worldwide via MSN: [World Chambers Africa Summit maps economic path for South Sudan](https://www.msn.com/en-xl/africa/other/world-chambers-africa-summit-maps-economic-path-for-south-sudan/ar-AA1CTigs?ocid=BingNewsVerp)",
                "resolution_criteria": "This question resolves as **Yes** if South Sudan ratifies the African Continental Free Trade Area (AfCFTA) Agreement before July 1, 2025.",
                "fine_print": "",
                "post_id": 37256,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1746151119.302041,
                                "end_time": null,
                                "forecaster_count": 69,
                                "interval_lower_bounds": [
                                    0.15
                                ],
                                "centers": [
                                    0.25
                                ],
                                "interval_upper_bounds": [
                                    0.4
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1746151119.302041,
                            "end_time": null,
                            "forecaster_count": 69,
                            "interval_lower_bounds": [
                                0.15
                            ],
                            "centers": [
                                0.25
                            ],
                            "interval_upper_bounds": [
                                0.4
                            ],
                            "forecast_values": [
                                0.75,
                                0.25
                            ],
                            "means": [
                                0.28798072786277973
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.4691703167924072,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.9413760306912168,
                                    0.008558214518321863,
                                    1.4819230384970536,
                                    0.0,
                                    0.4389766355214183,
                                    0.2519762019484688,
                                    2.181057071061685,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0018241815415611054,
                                    1.4156742230599781,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.5317764041101407,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8519910945405963,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.2934373630892553,
                                    0.0,
                                    0.2343430380562021,
                                    0.0,
                                    0.0,
                                    1.4140936869887744,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0023098888201352648,
                                    0.3118617075785659,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.21777477775732307,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.876765451962317,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.4104811068714913,
                                    0.0,
                                    0.7832008404886415,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": 53.39081079490878,
                            "peer_score": 5.7302468614271245,
                            "coverage": 0.9823975855443213,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9823975855443213,
                            "spot_peer_score": 8.638207621627389,
                            "spot_baseline_score": 58.496250072115615,
                            "baseline_archived_score": 53.39081079490878,
                            "peer_archived_score": 5.7302468614271245,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 8.638207621627389,
                            "spot_baseline_archived_score": 58.496250072115615
                        },
                        "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": 70,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "The Star Worldwide via MSN: [World Chambers Africa Summit maps economic path for South Sudan](https://www.msn.com/en-xl/africa/other/world-chambers-africa-summit-maps-economic-path-for-south-sudan/ar-AA1CTigs?ocid=BingNewsVerp)"
        },
        {
            "id": 37255,
            "title": "Will Libya ratify AfCFTA (the pan-African free trade agreement) before July 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-libya-ratify-afcfta-the-pan-african-free-trade-agreement-before-july-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-04-26T05:58:12.379868Z",
            "published_at": "2025-05-01T22:00:00Z",
            "edited_at": "2025-07-03T15:43:53.649060Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 79,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-02T00:00:00Z",
            "scheduled_close_time": "2025-05-02T00:00:00Z",
            "scheduled_resolve_time": "2025-07-01T00:00:00Z",
            "open_time": "2025-05-01T22:00:00Z",
            "nr_forecasters": 73,
            "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-18T07:54:18.128484Z",
                        "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-18T07:54:18.128484Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 36633,
                "title": "Will Libya ratify AfCFTA (the pan-African free trade agreement) before July 1, 2025?",
                "created_at": "2025-04-26T05:58:12.379868Z",
                "open_time": "2025-05-01T22:00:00Z",
                "cp_reveal_time": "2025-05-02T00:00:00Z",
                "spot_scoring_time": "2025-05-02T00:00:00Z",
                "scheduled_resolve_time": "2025-07-01T00:00:00Z",
                "actual_resolve_time": "2025-07-02T17:16:00Z",
                "resolution_set_time": "2025-07-02T17:17:01.358330Z",
                "scheduled_close_time": "2025-05-02T00:00:00Z",
                "actual_close_time": "2025-05-02T00:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "no",
                "include_bots_in_aggregates": true,
                "question_weight": 0.9,
                "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: [African Continental Free Trade Area](https://en.wikipedia.org/wiki/African_Continental_Free_Trade_Area)",
                "resolution_criteria": "This question resolves as **Yes** if Libya ratifies the African Continental Free Trade Area (AfCFTA) Agreement before July 1, 2025.",
                "fine_print": "",
                "post_id": 37255,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1746142456.814871,
                                "end_time": null,
                                "forecaster_count": 73,
                                "interval_lower_bounds": [
                                    0.15
                                ],
                                "centers": [
                                    0.17
                                ],
                                "interval_upper_bounds": [
                                    0.3
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1746142456.814871,
                            "end_time": null,
                            "forecaster_count": 73,
                            "interval_lower_bounds": [
                                0.15
                            ],
                            "centers": [
                                0.17
                            ],
                            "interval_upper_bounds": [
                                0.3
                            ],
                            "forecast_values": [
                                0.83,
                                0.17
                            ],
                            "means": [
                                0.25165577934338706
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.11127168430811217,
                                    0.9619225298174402,
                                    0.3700306976932953,
                                    0.0008008874097028448,
                                    0.0,
                                    1.3059826323364399,
                                    0.0,
                                    0.23139534766673364,
                                    0.6177039404822752,
                                    0.0,
                                    3.7246390772315614,
                                    0.15948589188226622,
                                    0.34621719426661424,
                                    0.0,
                                    0.0,
                                    2.5281357370722297,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.1028766846667681,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.1203887864106263,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.23150663513794345,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.20589719807789905,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.30254219701717905,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0011005415108165126,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.4825373917087707,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.7886916210366777,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": 73.42610389735276,
                            "peer_score": 7.699981269150873,
                            "coverage": 0.9842431880699264,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9842431880699264,
                            "spot_peer_score": 7.968322893051973,
                            "spot_baseline_score": 73.11832415721999,
                            "baseline_archived_score": 73.42610389735276,
                            "peer_archived_score": 7.699981269150873,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 7.968322893051973,
                            "spot_baseline_archived_score": 73.11832415721999
                        },
                        "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": 77,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "Wikipedia: [African Continental Free Trade Area](https://en.wikipedia.org/wiki/African_Continental_Free_Trade_Area)"
        },
        {
            "id": 37254,
            "title": "Before July 1, 2025, will the United States accuse Russia of invading any country other than Ukraine?",
            "short_title": "",
            "url_title": "",
            "slug": "before-july-1-2025-will-the-united-states-accuse-russia-of-invading-any-country-other-than-ukraine",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-04-26T05:58:11.946776Z",
            "published_at": "2025-05-01T20:00:00Z",
            "edited_at": "2025-07-03T15:41:13.234056Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 78,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-01T22:00:00Z",
            "scheduled_close_time": "2025-05-01T22:00:00Z",
            "scheduled_resolve_time": "2025-07-01T00:00:00Z",
            "open_time": "2025-05-01T20:00:00Z",
            "nr_forecasters": 73,
            "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-18T07:54:18.128484Z",
                        "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-18T07:54:18.128484Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 36632,
                "title": "Before July 1, 2025, will the United States accuse Russia of invading any country other than Ukraine?",
                "created_at": "2025-04-26T05:58:11.946776Z",
                "open_time": "2025-05-01T20:00:00Z",
                "cp_reveal_time": "2025-05-01T22:00:00Z",
                "spot_scoring_time": "2025-05-01T22:00:00Z",
                "scheduled_resolve_time": "2025-07-01T00:00:00Z",
                "actual_resolve_time": "2025-07-02T16:58:00Z",
                "resolution_set_time": "2025-07-02T17:18:15.975354Z",
                "scheduled_close_time": "2025-05-01T22:00:00Z",
                "actual_close_time": "2025-05-01T22: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": "Sky News [Ukraine war: Which countries could Putin go for next? Is Europe vulnerable to a nuclear-armed bully? Your questions answered](https://news.sky.com/story/ukraine-war-which-countries-could-putin-go-for-next-is-europe-vulnerable-to-a-nuclear-armed-bully-your-questions-answered-13317497)",
                "resolution_criteria": "This question resolves as **Yes** if, before July 1, 2025, the US government publicly accuses Russia of invading any country other than Ukraine, by Russia sending its ground military forces into that country without consent from the government of the country.",
                "fine_print": "",
                "post_id": 37254,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1746135019.904454,
                                "end_time": null,
                                "forecaster_count": 73,
                                "interval_lower_bounds": [
                                    0.1
                                ],
                                "centers": [
                                    0.1
                                ],
                                "interval_upper_bounds": [
                                    0.15
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1746135019.904454,
                            "end_time": null,
                            "forecaster_count": 73,
                            "interval_lower_bounds": [
                                0.1
                            ],
                            "centers": [
                                0.1
                            ],
                            "interval_upper_bounds": [
                                0.15
                            ],
                            "forecast_values": [
                                0.9,
                                0.1
                            ],
                            "means": [
                                0.11951803049982244
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.4508518100875035,
                                    0.6570695930046578,
                                    0.5804652685001194,
                                    1.0978072023092547,
                                    0.035960707515930924,
                                    0.41813555857854484,
                                    0.17328626899235308,
                                    4.709481853586782,
                                    0.34621719426661424,
                                    0.10866903142063072,
                                    0.0,
                                    0.0,
                                    5.376214933866164,
                                    0.0,
                                    0.0,
                                    0.008210459748030398,
                                    0.0,
                                    1.4905711515995332,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.1253370422763802,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.005367575538696657,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0014387166970790141,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.006220517787109449,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.001821789957966981,
                                    0.0,
                                    0.0,
                                    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": 82.56560547754376,
                            "peer_score": 7.983267847068053,
                            "coverage": 0.9862662830617692,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9862662830617692,
                            "spot_peer_score": 8.257181979372014,
                            "spot_baseline_score": 84.79969065549501,
                            "baseline_archived_score": 82.56560547754376,
                            "peer_archived_score": 7.983267847068053,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 8.257181979372014,
                            "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": 76,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "Sky News [Ukraine war: Which countries could Putin go for next? Is Europe vulnerable to a nuclear-armed bully? Your questions answered](https://news.sky.com/story/ukraine-war-which-countries-could-putin-go-for-next-is-europe-vulnerable-to-a-nuclear-armed-bully-your-questions-answered-13317497)"
        },
        {
            "id": 37253,
            "title": "Will North Korea test a nuclear weapon before July 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-north-korea-test-a-nuclear-weapon-before-july-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-04-26T05:58:11.941355Z",
            "published_at": "2025-05-01T18:00:00Z",
            "edited_at": "2025-07-03T15:44:18.888223Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 78,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-01T20:00:00Z",
            "scheduled_close_time": "2025-05-01T20:00:00Z",
            "scheduled_resolve_time": "2025-07-01T00:00:00Z",
            "open_time": "2025-05-01T18:00:00Z",
            "nr_forecasters": 73,
            "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-18T07:54:18.128484Z",
                        "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-18T07:54:18.128484Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 36631,
                "title": "Will North Korea test a nuclear weapon before July 1, 2025?",
                "created_at": "2025-04-26T05:58:11.941355Z",
                "open_time": "2025-05-01T18:00:00Z",
                "cp_reveal_time": "2025-05-01T20:00:00Z",
                "spot_scoring_time": "2025-05-01T20:00:00Z",
                "scheduled_resolve_time": "2025-07-01T00:00:00Z",
                "actual_resolve_time": "2025-07-02T16:58:00Z",
                "resolution_set_time": "2025-07-02T17:18:33.003121Z",
                "scheduled_close_time": "2025-05-01T20:00:00Z",
                "actual_close_time": "2025-05-01T20: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": "According to Wikipedia, \"North Korea has conducted six nuclear tests, in 2006, 2009, 2013, twice in 2016, and in 2017.\"",
                "resolution_criteria": "This question resolves as **Yes** if before July 1, 2025, North Korea tests a nuclear weapon, according to [credible source](https://www.metaculus.com/help/faq/#definitions) reporting such as the [International Monitoring System’s ](https://www.ctbto.org/our-work/detecting-nuclear-tests) and the sources cited at Wikipedia's [List of nuclear weapons tests of North Korea](https://en.wikipedia.org/wiki/List_of_nuclear_weapons_tests_of_North_Korea).",
                "fine_print": "",
                "post_id": 37253,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1746127819.26856,
                                "end_time": null,
                                "forecaster_count": 73,
                                "interval_lower_bounds": [
                                    0.15
                                ],
                                "centers": [
                                    0.25
                                ],
                                "interval_upper_bounds": [
                                    0.35
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1746127819.26856,
                            "end_time": null,
                            "forecaster_count": 73,
                            "interval_lower_bounds": [
                                0.15
                            ],
                            "centers": [
                                0.25
                            ],
                            "interval_upper_bounds": [
                                0.35
                            ],
                            "forecast_values": [
                                0.75,
                                0.25
                            ],
                            "means": [
                                0.2973355687985518
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.39525243610674604,
                                    0.0,
                                    0.20200502983617913,
                                    0.4801032618269796,
                                    0.7291843779002488,
                                    0.0,
                                    0.0,
                                    0.5117106904791824,
                                    0.0,
                                    1.8678783843611155,
                                    0.0,
                                    0.0,
                                    0.5843335052730863,
                                    0.0,
                                    0.8114091703593599,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    2.9351655148371276,
                                    1.0022161111037988,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.0346684315816428,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.9620575508615752,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.7063083980557181,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0014387166970790141,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.09258855488263372,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.22925142923916692,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.573255772824207,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.17175714249032537,
                                    0.0,
                                    0.0,
                                    0.30254219701717905,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": 57.44557908777506,
                            "peer_score": 6.969848026604001,
                            "coverage": 0.9859234694308705,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9859234694308705,
                            "spot_peer_score": 7.947882127293956,
                            "spot_baseline_score": 58.496250072115615,
                            "baseline_archived_score": 57.44557908777506,
                            "peer_archived_score": 6.969848026604001,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 7.947882127293956,
                            "spot_baseline_archived_score": 58.496250072115615
                        },
                        "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": 76,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "According to Wikipedia, \"North Korea has conducted six nuclear tests, in 2006, 2009, 2013, twice in 2016, and in 2017.\""
        },
        {
            "id": 37252,
            "title": "Will the Global Protest Tracker report any protests in South Korea with 10,000+ participants, before July 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-the-global-protest-tracker-report-any-protests-in-south-korea-with-10000-participants-before-july-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-04-26T05:58:11.935941Z",
            "published_at": "2025-05-01T16:00:00Z",
            "edited_at": "2025-07-03T15:42:34.376290Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 76,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-01T18:00:00Z",
            "scheduled_close_time": "2025-05-01T18:00:00Z",
            "scheduled_resolve_time": "2025-07-01T00:00:00Z",
            "open_time": "2025-05-01T16:00:00Z",
            "nr_forecasters": 71,
            "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-18T07:54:18.128484Z",
                        "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-18T07:54:18.128484Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 36630,
                "title": "Will the Global Protest Tracker report any protests in South Korea with 10,000+ participants, before July 1, 2025?",
                "created_at": "2025-04-26T05:58:11.935941Z",
                "open_time": "2025-05-01T16:00:00Z",
                "cp_reveal_time": "2025-05-01T18:00:00Z",
                "spot_scoring_time": "2025-05-01T18:00:00Z",
                "scheduled_resolve_time": "2025-07-01T00:00:00Z",
                "actual_resolve_time": "2025-07-02T16:58:00Z",
                "resolution_set_time": "2025-07-02T17:20:29.578030Z",
                "scheduled_close_time": "2025-05-01T18:00:00Z",
                "actual_close_time": "2025-05-01T18: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": "ACLED December 2024: [South Korea: Anti-government protests surge following martial law declaration](https://acleddata.com/2025/01/15/asia-pacific-overview-january-2025/#keytrends6)",
                "resolution_criteria": "This question resolves as **Yes** if the [Global Protest Tracker](https://carnegieendowment.org/features/global-protest-tracker?lang=en) reports a protest in South Korea with 10,000 or more participants with a start date after the launch of this question and before July 1, 2025.",
                "fine_print": "",
                "post_id": 37252,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1746119776.388044,
                                "end_time": null,
                                "forecaster_count": 71,
                                "interval_lower_bounds": [
                                    0.6199999999999999
                                ],
                                "centers": [
                                    0.75
                                ],
                                "interval_upper_bounds": [
                                    0.8033333333333332
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1746119776.388044,
                            "end_time": null,
                            "forecaster_count": 71,
                            "interval_lower_bounds": [
                                0.6199999999999999
                            ],
                            "centers": [
                                0.75
                            ],
                            "interval_upper_bounds": [
                                0.8033333333333332
                            ],
                            "forecast_values": [
                                0.25,
                                0.75
                            ],
                            "means": [
                                0.7034141957524
                            ],
                            "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.0030874849173408332,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.4867739665037938,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.698615084581686,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.03251187820539157,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.41631406571392837,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.15594108800617584,
                                    0.0,
                                    0.3895219738895052,
                                    0.0,
                                    0.0,
                                    0.9031390265791792,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.7472444175477089,
                                    0.19324049261670082,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.9372905344680137,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5297934507225803,
                                    0.0,
                                    0.6441697866193615,
                                    0.0,
                                    0.9421888867040361,
                                    2.7831468809117914,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.906159671972731,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    2.9178712292634246,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.07786828230735543,
                                    0.0,
                                    0.317893173860485,
                                    0.0,
                                    0.035895969514433246,
                                    0.238849940773383,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": -93.08969970101879,
                            "peer_score": -1.6134682393685327,
                            "coverage": 0.9841446305645837,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9841446305645837,
                            "spot_peer_score": -5.5606389158558684,
                            "spot_baseline_score": -100.0,
                            "baseline_archived_score": -93.08969970101879,
                            "peer_archived_score": -1.6134682393685327,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": -5.5606389158558684,
                            "spot_baseline_archived_score": -100.0
                        },
                        "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": 74,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "ACLED December 2024: [South Korea: Anti-government protests surge following martial law declaration](https://acleddata.com/2025/01/15/asia-pacific-overview-january-2025/#keytrends6)"
        },
        {
            "id": 37251,
            "title": "Will Vietnam and South Korea announce an agreement for South Korea to export self-propelled howitzers to Vietnam?",
            "short_title": "",
            "url_title": "",
            "slug": "will-vietnam-and-south-korea-announce-an-agreement-for-south-korea-to-export-self-propelled-howitzers-to-vietnam",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-04-26T05:58:11.930322Z",
            "published_at": "2025-05-01T14:00:00Z",
            "edited_at": "2025-07-03T15:42:50.868137Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 78,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-01T16:00:00Z",
            "scheduled_close_time": "2025-05-01T16:00:00Z",
            "scheduled_resolve_time": "2025-07-01T00:00:00Z",
            "open_time": "2025-05-01T14:00:00Z",
            "nr_forecasters": 72,
            "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-18T07:54:18.128484Z",
                        "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-18T07:54:18.128484Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 36629,
                "title": "Will Vietnam and South Korea announce an agreement for South Korea to export self-propelled howitzers to Vietnam?",
                "created_at": "2025-04-26T05:58:11.930322Z",
                "open_time": "2025-05-01T14:00:00Z",
                "cp_reveal_time": "2025-05-01T16:00:00Z",
                "spot_scoring_time": "2025-05-01T16:00:00Z",
                "scheduled_resolve_time": "2025-07-01T00:00:00Z",
                "actual_resolve_time": "2025-07-01T19:41:00Z",
                "resolution_set_time": "2025-07-01T19:50:30.591354Z",
                "scheduled_close_time": "2025-05-01T16:00:00Z",
                "actual_close_time": "2025-05-01T16: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 Korea Herald: [South Korea-Vietnam ties enter new strategic terrain, but need more detailed road map: Seoul envoy](https://www.koreaherald.com/article/10464718) \"Vietnam is reportedly in negotiations to import 20 units of K9 self-propelled howitzers from Korea in a deal valued at $300 million. If finalized, it would mark Korea’s first defense arms sale to the country.\"",
                "resolution_criteria": "This question resolves as **Yes** if, before July 1, 2025, the governments of Vietnam and/or South Korea announce an agreement for South Korea to export 2 or more self-propelled howitzers to Vietnam. If no such agreement is announced after the launch of this question and before July 1, 2025, this question resolves as **No**.",
                "fine_print": "",
                "post_id": 37251,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1746112681.158833,
                                "end_time": null,
                                "forecaster_count": 72,
                                "interval_lower_bounds": [
                                    0.619
                                ],
                                "centers": [
                                    0.711
                                ],
                                "interval_upper_bounds": [
                                    0.85
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1746112681.158833,
                            "end_time": null,
                            "forecaster_count": 72,
                            "interval_lower_bounds": [
                                0.619
                            ],
                            "centers": [
                                0.711
                            ],
                            "interval_upper_bounds": [
                                0.85
                            ],
                            "forecast_values": [
                                0.28900000000000003,
                                0.711
                            ],
                            "means": [
                                0.6993264249395392
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.18214514839267099,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.19600271381795006,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.3438845244523275,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5908396164006844,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.18497377642101376,
                                    0.0,
                                    0.10642834088513557,
                                    0.0,
                                    0.0,
                                    0.13987734136644542,
                                    0.14546164288094451,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0015257314047317206,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.1246610110958938,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6550631564461379,
                                    0.9989742336661124,
                                    0.22643861771824655,
                                    0.0,
                                    0.8965986140594213,
                                    0.0,
                                    1.7833745909021292,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.465828539001803,
                                    0.7408711152380609,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6928354232647891,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.7274548087923369,
                                    0.9425827161078613,
                                    0.0,
                                    0.0,
                                    0.0,
                                    4.492990000899772,
                                    0.32084018499459366,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5039554669535018,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.01212304064618212,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": -73.53155489268732,
                            "peer_score": 2.2826757407620795,
                            "coverage": 0.9845433867971103,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9845433867971103,
                            "spot_peer_score": -0.06612500272376204,
                            "spot_baseline_score": -79.0858602161408,
                            "baseline_archived_score": -73.53155489268732,
                            "peer_archived_score": 2.2826757407620795,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": -0.06612500272376204,
                            "spot_baseline_archived_score": -79.0858602161408
                        },
                        "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": 75,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "The Korea Herald: [South Korea-Vietnam ties enter new strategic terrain, but need more detailed road map: Seoul envoy](https://www.koreaherald.com/article/10464718) \"Vietnam is reportedly in negotiations to import 20 units of K9 self-propelled howitzers from Korea in a deal valued at $300 million. If finalized, it would mark Korea’s first defense arms sale to the country.\""
        },
        {
            "id": 37250,
            "title": "Will Kilmar Abrego Garcia return to the United States before July 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-kilmar-abrego-garcia-return-to-the-united-states-before-july-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-04-26T05:58:11.924161Z",
            "published_at": "2025-05-01T10:00:00Z",
            "edited_at": "2025-07-03T15:41:47.127538Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 81,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-01T12:00:00Z",
            "scheduled_close_time": "2025-05-01T12:00:00Z",
            "scheduled_resolve_time": "2025-07-01T00:00:00Z",
            "open_time": "2025-05-01T10:00:00Z",
            "nr_forecasters": 73,
            "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-18T07:54:18.128484Z",
                        "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-18T07:54:18.128484Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 36628,
                "title": "Will Kilmar Abrego Garcia return to the United States before July 1, 2025?",
                "created_at": "2025-04-26T05:58:11.924161Z",
                "open_time": "2025-05-01T10:00:00Z",
                "cp_reveal_time": "2025-05-01T12:00:00Z",
                "spot_scoring_time": "2025-05-01T12:00:00Z",
                "scheduled_resolve_time": "2025-07-01T00:00:00Z",
                "actual_resolve_time": "2025-06-20T09:48:00Z",
                "resolution_set_time": "2025-06-20T09:49:08.343598Z",
                "scheduled_close_time": "2025-05-01T12:00:00Z",
                "actual_close_time": "2025-05-01T12: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": "Wikipedia: [Deportation of Kilmar Abrego Garcia](https://en.wikipedia.org/wiki/Deportation_of_Kilmar_Abrego_Garcia)",
                "resolution_criteria": "This question resolves as **Yes** if Kilmar Abrego Garcia after the launch of this question and before July 1, 2025 enters territory of the United States according to [credible sources](https://www.metaculus.com/help/faq/#definitions).",
                "fine_print": "Subsequently leaving the United States, such as a deportation, will not cause this question to re-resolve.",
                "post_id": 37250,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1746099019.856682,
                                "end_time": null,
                                "forecaster_count": 73,
                                "interval_lower_bounds": [
                                    0.12
                                ],
                                "centers": [
                                    0.15
                                ],
                                "interval_upper_bounds": [
                                    0.2
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1746099019.856682,
                            "end_time": null,
                            "forecaster_count": 73,
                            "interval_lower_bounds": [
                                0.12
                            ],
                            "centers": [
                                0.15
                            ],
                            "interval_upper_bounds": [
                                0.2
                            ],
                            "forecast_values": [
                                0.85,
                                0.15
                            ],
                            "means": [
                                0.17348357155420596
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.013550076875576434,
                                    0.0,
                                    0.0,
                                    0.019836798042775702,
                                    0.0,
                                    0.0,
                                    0.017045521296473166,
                                    0.0,
                                    2.5249379012964495,
                                    0.888825836472129,
                                    0.8721662520845742,
                                    0.0,
                                    0.19873151917740314,
                                    5.266131691454461,
                                    0.693088486206809,
                                    0.1371657512903841,
                                    0.11755141015135048,
                                    0.0,
                                    2.7722266311035106,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.10025738989636318,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5448581582237946,
                                    0.17175714249032537,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6358534524916173,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6177039404822752,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0014387166970790141,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": -169.04220058913,
                            "peer_score": -6.576457499033889,
                            "coverage": 0.9863636708259583,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9863636708259583,
                            "spot_peer_score": -9.326812832200977,
                            "spot_baseline_score": -173.6965594166206,
                            "baseline_archived_score": -169.04220058913,
                            "peer_archived_score": -6.576457499033889,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": -9.326812832200977,
                            "spot_baseline_archived_score": -173.6965594166206
                        },
                        "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": 76,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "Wikipedia: [Deportation of Kilmar Abrego Garcia](https://en.wikipedia.org/wiki/Deportation_of_Kilmar_Abrego_Garcia)"
        },
        {
            "id": 37249,
            "title": "Before July 1, 2025, will Reform UK be the highest polling party in the UK by at least 4 points, according to Politico?",
            "short_title": "",
            "url_title": "",
            "slug": "before-july-1-2025-will-reform-uk-be-the-highest-polling-party-in-the-uk-by-at-least-4-points-according-to-politico",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-04-26T05:58:11.722246Z",
            "published_at": "2025-05-01T08:00:00Z",
            "edited_at": "2025-07-03T15:43:07.989727Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 77,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-01T10:00:00Z",
            "scheduled_close_time": "2025-05-01T10:00:00Z",
            "scheduled_resolve_time": "2025-07-01T00:00:00Z",
            "open_time": "2025-05-01T08:00:00Z",
            "nr_forecasters": 73,
            "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-18T07:54:18.128484Z",
                        "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-18T07:54:18.128484Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 36627,
                "title": "Before July 1, 2025, will Reform UK be the highest polling party in the UK by at least 4 points, according to Politico?",
                "created_at": "2025-04-26T05:58:11.722246Z",
                "open_time": "2025-05-01T08:00:00Z",
                "cp_reveal_time": "2025-05-01T10:00:00Z",
                "spot_scoring_time": "2025-05-01T10:00:00Z",
                "scheduled_resolve_time": "2025-07-01T00:00:00Z",
                "actual_resolve_time": "2025-05-09T21:57:00Z",
                "resolution_set_time": "2025-05-09T21:58:45.758741Z",
                "scheduled_close_time": "2025-05-01T10:00:00Z",
                "actual_close_time": "2025-05-01T10: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": "The Hill: [Nigel Farage’s Reform UK is upending British politics](https://thehill.com/opinion/international/5163853-how-nigel-farages-reform-uk-is-upending-british-politics/) | Wikipedia: [Reform UK](https://en.wikipedia.org/wiki/Reform_UK)",
                "resolution_criteria": "This question resolves as **Yes** if Reform UK reaches #1 in the polling averages, exceeding the 2nd place by 4 or more percentage points [according to Politico](https://www.politico.eu/europe-poll-of-polls/united-kingdom/), after April 30, 2025 and before July 1, 2025.",
                "fine_print": "",
                "post_id": 37249,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1746091824.440303,
                                "end_time": null,
                                "forecaster_count": 73,
                                "interval_lower_bounds": [
                                    0.2
                                ],
                                "centers": [
                                    0.25
                                ],
                                "interval_upper_bounds": [
                                    0.35
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1746091824.440303,
                            "end_time": null,
                            "forecaster_count": 73,
                            "interval_lower_bounds": [
                                0.2
                            ],
                            "centers": [
                                0.25
                            ],
                            "interval_upper_bounds": [
                                0.35
                            ],
                            "forecast_values": [
                                0.75,
                                0.25
                            ],
                            "means": [
                                0.24755052601803604
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5451197344970368,
                                    0.17175714249032537,
                                    0.0,
                                    0.6177039404822752,
                                    0.0,
                                    1.6280008074893915,
                                    0.0,
                                    0.04657095710352773,
                                    0.1848243905632059,
                                    0.0,
                                    0.12031054647173245,
                                    0.0,
                                    0.0,
                                    0.10866903142063072,
                                    0.4502118393382578,
                                    1.9835483204705118,
                                    0.9276574988951969,
                                    0.0,
                                    0.0,
                                    0.0,
                                    2.4826539070314046,
                                    0.0,
                                    0.11755141015135048,
                                    0.0,
                                    0.0,
                                    1.3845219825388524,
                                    0.0,
                                    0.07855127008230973,
                                    0.0,
                                    0.0,
                                    2.6725219595792926,
                                    0.0,
                                    0.0,
                                    0.32374300958340624,
                                    0.0,
                                    1.7477702108475648,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0014387166970790141,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": -106.38668136855361,
                            "peer_score": 2.171338008170465,
                            "coverage": 0.9867871006992128,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9867871006992128,
                            "spot_peer_score": 6.443756194184439,
                            "spot_baseline_score": -100.0,
                            "baseline_archived_score": -106.38668136855361,
                            "peer_archived_score": 2.171338008170465,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 6.443756194184439,
                            "spot_baseline_archived_score": -100.0
                        },
                        "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": 76,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "The Hill: [Nigel Farage’s Reform UK is upending British politics](https://thehill.com/opinion/international/5163853-how-nigel-farages-reform-uk-is-upending-british-politics/) | Wikipedia: [Reform UK](https://en.wikipedia.org/wiki/Reform_UK)"
        },
        {
            "id": 37242,
            "title": "Will inbound airline passenger arrivals to the Canary Islands fall in April 2025 compared with April 2024?",
            "short_title": "",
            "url_title": "",
            "slug": "will-inbound-airline-passenger-arrivals-to-the-canary-islands-fall-in-april-2025-compared-with-april-2024",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-04-26T05:58:10.836563Z",
            "published_at": "2025-04-30T12:00:00Z",
            "edited_at": "2025-07-03T15:43:01.329393Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 74,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-04-30T14:00:00Z",
            "scheduled_close_time": "2025-04-30T14:00:00Z",
            "scheduled_resolve_time": "2025-06-11T00:00:00Z",
            "open_time": "2025-04-30T12:00:00Z",
            "nr_forecasters": 69,
            "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-18T07:54:18.128484Z",
                        "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-18T07:54:18.128484Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 36620,
                "title": "Will inbound airline passenger arrivals to the Canary Islands fall in April 2025 compared with April 2024?",
                "created_at": "2025-04-26T05:58:10.836563Z",
                "open_time": "2025-04-30T12:00:00Z",
                "cp_reveal_time": "2025-04-30T14:00:00Z",
                "spot_scoring_time": "2025-04-30T14:00:00Z",
                "scheduled_resolve_time": "2025-06-11T00:00:00Z",
                "actual_resolve_time": "2025-06-05T10:32:00Z",
                "resolution_set_time": "2025-06-05T10:35:24.916905Z",
                "scheduled_close_time": "2025-04-30T14:00:00Z",
                "actual_close_time": "2025-04-30T14: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": "[Canarias braces for the consequences of Trump's policies on tourism, potentially leading to a decline in tourist arrivals from the US](https://diariodeavisos.elespanol.com/2025/04/turismo-aranceles/)",
                "resolution_criteria": "This question resolves as **Yes** if the total number of passenger arrivals to the Canary Islands for the month of April 2025, as presented at the [Canary Islands Tourism Research site](https://investigacion.turismodeislascanarias.com/en/inbound-tourism-arrival-passengers/monthly-data), is lower than the total number for April 2024. If the number for April 2025 is greater than or equal to the number for April 2024, the question resolves as **No**.",
                "fine_print": "Specifically, Metaculus will access \"Passenger arrivals (AENA). April 2025,\" which is expected to be posted in the beginning of June 2025. The numbers considered will be the monthly totals under Canary Islands. For example, in the [February 2025 report](https://investigacion.turismodeislascanarias.com/sites/default/files/2025-03/Promotur_AENA_febrero%202025_EN.pdf), the number shown for February 2025 is 2,248,198 and the number shown for February 2024 is 2,199,255. Thus, if the question had been comparing February 2025 with February 2024, it would have resolved as No, because the number went up.",
                "post_id": 37242,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1746019677.507666,
                                "end_time": null,
                                "forecaster_count": 69,
                                "interval_lower_bounds": [
                                    0.2
                                ],
                                "centers": [
                                    0.3
                                ],
                                "interval_upper_bounds": [
                                    0.55
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1746019677.507666,
                            "end_time": null,
                            "forecaster_count": 69,
                            "interval_lower_bounds": [
                                0.2
                            ],
                            "centers": [
                                0.3
                            ],
                            "interval_upper_bounds": [
                                0.55
                            ],
                            "forecast_values": [
                                0.7,
                                0.3
                            ],
                            "means": [
                                0.376795905680143
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.03663966570762298,
                                    0.0,
                                    0.029873235309733973,
                                    0.4104811068714913,
                                    0.0,
                                    0.9477190349963698,
                                    0.0,
                                    0.0,
                                    0.7359273584237145,
                                    0.0,
                                    2.329633573341371,
                                    0.0,
                                    0.5011495311528927,
                                    0.0,
                                    0.0,
                                    1.2284851409068822,
                                    0.0,
                                    0.16107532528278884,
                                    0.0,
                                    0.0,
                                    2.08467168430577,
                                    0.0,
                                    0.15277047517610542,
                                    0.0,
                                    0.0,
                                    0.33631234743384963,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.01948001616067921,
                                    0.0,
                                    0.0,
                                    0.9413760306912168,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.4691703167924072,
                                    0.0,
                                    0.0013954015504436714,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.7832008404886415,
                                    0.5140774882820982,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.9493175893000982,
                                    0.0,
                                    0.11739512936746152,
                                    0.0,
                                    0.0,
                                    1.4526437831551222,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.13203325309406405,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.3107898939069628,
                                    0.0,
                                    0.0,
                                    0.35825366801023184,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.11469938418753393,
                                    0.0,
                                    0.0,
                                    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": 39.37288637887336,
                            "peer_score": 20.777189350322,
                            "coverage": 0.9822359227803018,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9822359227803018,
                            "spot_peer_score": 23.79768510007003,
                            "spot_baseline_score": 48.542682717024164,
                            "baseline_archived_score": 39.37288637887336,
                            "peer_archived_score": 20.777189350322,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 23.79768510007003,
                            "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": 72,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "[Canarias braces for the consequences of Trump's policies on tourism, potentially leading to a decline in tourist arrivals from the US](https://diariodeavisos.elespanol.com/2025/04/turismo-aranceles/)"
        },
        {
            "id": 37238,
            "title": "Will Donald Trump attend UFC 316?",
            "short_title": "",
            "url_title": "",
            "slug": "will-donald-trump-attend-ufc-316",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-04-26T05:58:10.462269Z",
            "published_at": "2025-04-30T04:00:00Z",
            "edited_at": "2025-07-03T15:44:01.570846Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 75,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-04-30T06:00:00Z",
            "scheduled_close_time": "2025-04-30T06:00:00Z",
            "scheduled_resolve_time": "2025-06-07T00:00:00Z",
            "open_time": "2025-04-30T04:00:00Z",
            "nr_forecasters": 69,
            "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-18T07:54:18.128484Z",
                        "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-18T07:54:18.128484Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 36616,
                "title": "Will Donald Trump attend UFC 316?",
                "created_at": "2025-04-26T05:58:10.462269Z",
                "open_time": "2025-04-30T04:00:00Z",
                "cp_reveal_time": "2025-04-30T06:00:00Z",
                "spot_scoring_time": "2025-04-30T06:00:00Z",
                "scheduled_resolve_time": "2025-06-07T00:00:00Z",
                "actual_resolve_time": "2025-06-08T09:01:00Z",
                "resolution_set_time": "2025-06-08T09:06:03.861873Z",
                "scheduled_close_time": "2025-04-30T06:00:00Z",
                "actual_close_time": "2025-04-30T06:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "yes",
                "include_bots_in_aggregates": true,
                "question_weight": 0.8,
                "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": "New York Times: [Trump and Some of His Cabinet Members Attend U.F.C. Fight in Miami](https://www.nytimes.com/2025/04/13/us/politics/trump-ufc-fight-reyes.html)",
                "resolution_criteria": "This question resolves as **Yes** if President Donald Trump is anywhere within the grounds of the venue where [UFC 316](https://www.ufc.com/event/ufc-316) takes place. Otherwise this resolves as **No**.",
                "fine_print": "",
                "post_id": 37238,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1745992061.109585,
                                "end_time": null,
                                "forecaster_count": 69,
                                "interval_lower_bounds": [
                                    0.284
                                ],
                                "centers": [
                                    0.36833333333333335
                                ],
                                "interval_upper_bounds": [
                                    0.45
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1745992061.109585,
                            "end_time": null,
                            "forecaster_count": 69,
                            "interval_lower_bounds": [
                                0.284
                            ],
                            "centers": [
                                0.36833333333333335
                            ],
                            "interval_upper_bounds": [
                                0.45
                            ],
                            "forecast_values": [
                                0.6316666666666666,
                                0.36833333333333335
                            ],
                            "means": [
                                0.41425843266753004
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.2343430380562021,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0331191247199604,
                                    0.0,
                                    0.9007857960032096,
                                    0.885793796274844,
                                    0.0,
                                    1.1190914715201155,
                                    0.0,
                                    0.0,
                                    0.6087338181631989,
                                    0.0,
                                    1.3722957754343719,
                                    0.0,
                                    0.0,
                                    0.5350055731436427,
                                    0.0,
                                    1.078489332858431,
                                    1.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.9813109572240002,
                                    0.0,
                                    0.16107532528278884,
                                    0.0,
                                    0.0,
                                    1.5122098361099774,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.019004631433707602,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.4389766355214183,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.0937520174921962,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.9114926105761028,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.11951454711810579,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.1623580950081086,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.22750539136656894,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.7237135005886028,
                                    0.0,
                                    0.0,
                                    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": -34.732166046414065,
                            "peer_score": -14.92553057139417,
                            "coverage": 0.9844831484887334,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9844831484887334,
                            "spot_peer_score": -20.003817891229797,
                            "spot_baseline_score": -44.091613110444925,
                            "baseline_archived_score": -34.732166046414065,
                            "peer_archived_score": -14.92553057139417,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": -20.003817891229797,
                            "spot_baseline_archived_score": -44.091613110444925
                        },
                        "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": 73,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "New York Times: [Trump and Some of His Cabinet Members Attend U.F.C. Fight in Miami](https://www.nytimes.com/2025/04/13/us/politics/trump-ufc-fight-reyes.html)"
        },
        {
            "id": 37237,
            "title": "Will the US Census Bureau report an increase in US imports in April 2025 compared with April 2024?",
            "short_title": "",
            "url_title": "",
            "slug": "will-the-us-census-bureau-report-an-increase-in-us-imports-in-april-2025-compared-with-april-2024",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-04-26T05:58:10.456545Z",
            "published_at": "2025-04-30T02:00:00Z",
            "edited_at": "2025-07-03T15:42:00.370182Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 74,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-04-30T04:00:00Z",
            "scheduled_close_time": "2025-04-30T04:00:00Z",
            "scheduled_resolve_time": "2025-06-05T00:00:00Z",
            "open_time": "2025-04-30T02:00:00Z",
            "nr_forecasters": 69,
            "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-18T07:54:18.128484Z",
                        "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-18T07:54:18.128484Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 36615,
                "title": "Will the US Census Bureau report an increase in US imports in April 2025 compared with April 2024?",
                "created_at": "2025-04-26T05:58:10.456545Z",
                "open_time": "2025-04-30T02:00:00Z",
                "cp_reveal_time": "2025-04-30T04:00:00Z",
                "spot_scoring_time": "2025-04-30T04:00:00Z",
                "scheduled_resolve_time": "2025-06-05T00:00:00Z",
                "actual_resolve_time": "2025-06-05T13:13:00Z",
                "resolution_set_time": "2025-06-05T13:13:30.112933Z",
                "scheduled_close_time": "2025-04-30T04:00:00Z",
                "actual_close_time": "2025-04-30T04:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "yes",
                "include_bots_in_aggregates": true,
                "question_weight": 0.8,
                "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": "[Experts React: How the world is responding to Trump’s ‘liberation day’ tariffs](https://www.atlanticcouncil.org/blogs/new-atlanticist/experts-react/experts-react-how-the-world-is-responding-to-trumps-liberation-day-tariffs/)",
                "resolution_criteria": "This question resolves as **Yes** if the total amount of imports by the United States for April 2025 reported by the US Census Bureau in its [U.S. International Trade in Goods and Services release](https://www.census.gov/foreign-trade/Press-Release/current_press_release/index.html) encompassing that month, exceeds 338,483 million USD.",
                "fine_print": "",
                "post_id": 37237,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1745984414.222039,
                                "end_time": null,
                                "forecaster_count": 69,
                                "interval_lower_bounds": [
                                    0.45
                                ],
                                "centers": [
                                    0.65
                                ],
                                "interval_upper_bounds": [
                                    0.7
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1745984414.222039,
                            "end_time": null,
                            "forecaster_count": 69,
                            "interval_lower_bounds": [
                                0.45
                            ],
                            "centers": [
                                0.65
                            ],
                            "interval_upper_bounds": [
                                0.7
                            ],
                            "forecast_values": [
                                0.35,
                                0.65
                            ],
                            "means": [
                                0.5743116438356022
                            ],
                            "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.885793796274844,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.37262913805745057,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.2522145521593331,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.4389766355214183,
                                    0.5267022662264974,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.7359273584237145,
                                    0.4129851959075812,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.0682548145263764,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.009085526851517875,
                                    0.0,
                                    0.0,
                                    0.9420471095773215,
                                    0.0,
                                    0.3574346825494338,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.38436876324845914,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    2.5760507264189463,
                                    0.0,
                                    1.0,
                                    0.0,
                                    0.0,
                                    1.9568348878947723,
                                    0.0,
                                    0.09959693749384557,
                                    0.0,
                                    0.0,
                                    1.9231953200274687,
                                    0.0,
                                    0.0,
                                    0.26482769326819866,
                                    0.0,
                                    0.693187574322458,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.218458295145916,
                                    0.0,
                                    0.0,
                                    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": 33.06429857351806,
                            "peer_score": 18.160590866097248,
                            "coverage": 0.9533532904254066,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9533532904254066,
                            "spot_peer_score": 18.077950851201972,
                            "spot_baseline_score": 37.85116232537298,
                            "baseline_archived_score": 33.06429857351806,
                            "peer_archived_score": 18.160590866097248,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 18.077950851201972,
                            "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": 73,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "[Experts React: How the world is responding to Trump’s ‘liberation day’ tariffs](https://www.atlanticcouncil.org/blogs/new-atlanticist/experts-react/experts-react-how-the-world-is-responding-to-trumps-liberation-day-tariffs/)"
        },
        {
            "id": 37236,
            "title": "Will the US Census Bureau report an increase in US exports in April 2025 compared with April 2024?",
            "short_title": "",
            "url_title": "",
            "slug": "will-the-us-census-bureau-report-an-increase-in-us-exports-in-april-2025-compared-with-april-2024",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-04-26T05:58:10.450704Z",
            "published_at": "2025-04-30T00:00:00Z",
            "edited_at": "2025-07-03T15:41:32.539650Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 70,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-04-30T02:00:00Z",
            "scheduled_close_time": "2025-04-30T02:00:00Z",
            "scheduled_resolve_time": "2025-06-05T00:00:00Z",
            "open_time": "2025-04-30T00:00:00Z",
            "nr_forecasters": 68,
            "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-18T07:54:18.128484Z",
                        "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-18T07:54:18.128484Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 36614,
                "title": "Will the US Census Bureau report an increase in US exports in April 2025 compared with April 2024?",
                "created_at": "2025-04-26T05:58:10.450704Z",
                "open_time": "2025-04-30T00:00:00Z",
                "cp_reveal_time": "2025-04-30T02:00:00Z",
                "spot_scoring_time": "2025-04-30T02:00:00Z",
                "scheduled_resolve_time": "2025-06-05T00:00:00Z",
                "actual_resolve_time": "2025-06-05T14:03:00Z",
                "resolution_set_time": "2025-06-05T14:04:22.625059Z",
                "scheduled_close_time": "2025-04-30T02:00:00Z",
                "actual_close_time": "2025-04-30T02:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "yes",
                "include_bots_in_aggregates": true,
                "question_weight": 0.8,
                "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": "[Experts React: How the world is responding to Trump’s ‘liberation day’ tariffs](https://www.atlanticcouncil.org/blogs/new-atlanticist/experts-react/experts-react-how-the-world-is-responding-to-trumps-liberation-day-tariffs/)",
                "resolution_criteria": "This question resolves as **Yes** if the total amount of exports by the United States for April 2025 reported by the US Census Bureau in its [U.S. International Trade in Goods and Services release](https://www.census.gov/foreign-trade/Press-Release/current_press_release/index.html) encompassing that month, exceeds 262,578 million USD.",
                "fine_print": "",
                "post_id": 37236,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1745978199.224325,
                                "end_time": null,
                                "forecaster_count": 68,
                                "interval_lower_bounds": [
                                    0.4
                                ],
                                "centers": [
                                    0.55
                                ],
                                "interval_upper_bounds": [
                                    0.65
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1745978199.224325,
                            "end_time": null,
                            "forecaster_count": 68,
                            "interval_lower_bounds": [
                                0.4
                            ],
                            "centers": [
                                0.55
                            ],
                            "interval_upper_bounds": [
                                0.65
                            ],
                            "forecast_values": [
                                0.44999999999999996,
                                0.55
                            ],
                            "means": [
                                0.5046233674081411
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    1.7342121069681415,
                                    0.0,
                                    0.0,
                                    0.05494801160478674,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.02700720274641593,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.9213186512344356,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.3993112156939808,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.2575486491347159,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6353526600208008,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.816938670702071,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.002453736599219762,
                                    0.0,
                                    0.571214907448669,
                                    0.30877468606497765,
                                    0.0,
                                    2.0851505624893414,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.2148087205439604,
                                    0.47233846934165546,
                                    0.0014822998514409601,
                                    0.24893669523764367,
                                    0.8849953868387631,
                                    0.0,
                                    1.6896821177319246,
                                    0.07506829335206704,
                                    0.873802523457224,
                                    0.0,
                                    0.9409563951022198,
                                    0.34373774641646915,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6847668373158011,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.12470588323909494,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5683229184737245,
                                    0.05996660782033841,
                                    0.0,
                                    0.0,
                                    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": 24.940414434668412,
                            "peer_score": 29.023506545303203,
                            "coverage": 0.9825409076280065,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9825409076280065,
                            "spot_peer_score": 28.512162302712028,
                            "spot_baseline_score": 13.750352374993504,
                            "baseline_archived_score": 24.940414434668412,
                            "peer_archived_score": 29.023506545303203,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 28.512162302712028,
                            "spot_baseline_archived_score": 13.750352374993504
                        },
                        "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": 69,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "[Experts React: How the world is responding to Trump’s ‘liberation day’ tariffs](https://www.atlanticcouncil.org/blogs/new-atlanticist/experts-react/experts-react-how-the-world-is-responding-to-trumps-liberation-day-tariffs/)"
        },
        {
            "id": 37233,
            "title": "Will Alassane Ouattara declare his candidacy for president of Ivory Coast (Côte d’Ivoire) before June 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-alassane-ouattara-declare-his-candidacy-for-president-of-ivory-coast-cote-divoire-before-june-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-04-26T05:58:10.016344Z",
            "published_at": "2025-04-29T18:00:00Z",
            "edited_at": "2025-07-03T15:43:16.397752Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 79,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-04-29T20:00:00Z",
            "scheduled_close_time": "2025-04-29T20:00:00Z",
            "scheduled_resolve_time": "2025-06-01T00:00:00Z",
            "open_time": "2025-04-29T18:00:00Z",
            "nr_forecasters": 69,
            "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-18T07:54:18.128484Z",
                        "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-18T07:54:18.128484Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 36611,
                "title": "Will Alassane Ouattara declare his candidacy for president of Ivory Coast (Côte d’Ivoire) before June 1, 2025?",
                "created_at": "2025-04-26T05:58:10.016344Z",
                "open_time": "2025-04-29T18:00:00Z",
                "cp_reveal_time": "2025-04-29T20:00:00Z",
                "spot_scoring_time": "2025-04-29T20:00:00Z",
                "scheduled_resolve_time": "2025-06-01T00:00:00Z",
                "actual_resolve_time": "2025-06-02T13:17:00Z",
                "resolution_set_time": "2025-06-02T13:24:00.387714Z",
                "scheduled_close_time": "2025-04-29T20:00:00Z",
                "actual_close_time": "2025-04-29T20: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": "Africa Center for Strategic Studies: [Côte d’Ivoire: Efforts to Forge Resiliency Face Stiff Test](https://africacenter.org/spotlight/2025-elections/cotedivoire/)",
                "resolution_criteria": "This question resolves as **Yes** if Alassane Ouattara declares his candidacy for the [2025 Ivorian presidential election](https://en.wikipedia.org/wiki/2025_Ivorian_presidential_election), according to credible sources, before June 1, 2025.",
                "fine_print": "",
                "post_id": 37233,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1745954089.708906,
                                "end_time": null,
                                "forecaster_count": 69,
                                "interval_lower_bounds": [
                                    0.3
                                ],
                                "centers": [
                                    0.35
                                ],
                                "interval_upper_bounds": [
                                    0.7
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1745954089.708906,
                            "end_time": null,
                            "forecaster_count": 69,
                            "interval_lower_bounds": [
                                0.3
                            ],
                            "centers": [
                                0.35
                            ],
                            "interval_upper_bounds": [
                                0.7
                            ],
                            "forecast_values": [
                                0.65,
                                0.35
                            ],
                            "means": [
                                0.4590733503857216
                            ],
                            "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.6087338181631989,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.2343430380562021,
                                    0.0,
                                    0.0,
                                    0.885793796274844,
                                    0.9413760306912168,
                                    0.0,
                                    0.33605179509397254,
                                    0.5708338054187606,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.926547640815547,
                                    0.0,
                                    0.4104811068714913,
                                    0.0,
                                    0.0,
                                    1.9901858869032678,
                                    0.16107532528278884,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.07352691875128002,
                                    0.0,
                                    0.6488095940547408,
                                    0.0,
                                    0.0,
                                    0.2906730883457752,
                                    0.0,
                                    0.38360011561871216,
                                    0.0,
                                    0.0,
                                    0.0018241815415611054,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.18761293738011062,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.10898862871993724,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.2368506056282289,
                                    0.0,
                                    0.7359273584237145,
                                    0.0,
                                    0.0,
                                    1.799725994294672,
                                    0.0,
                                    0.6911696789431041,
                                    0.0,
                                    0.0,
                                    1.0433758187025624,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.17891933522498055,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6174132467975351,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.054731527897349384,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": 25.25914934373984,
                            "peer_score": 43.66253634971362,
                            "coverage": 0.9853400825129615,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9853400825129615,
                            "spot_peer_score": 51.825660729393086,
                            "spot_baseline_score": 37.85116232537298,
                            "baseline_archived_score": 25.25914934373984,
                            "peer_archived_score": 43.66253634971362,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 51.825660729393086,
                            "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": 76,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "Africa Center for Strategic Studies: [Côte d’Ivoire: Efforts to Forge Resiliency Face Stiff Test](https://africacenter.org/spotlight/2025-elections/cotedivoire/)"
        }
    ]
}