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

{
    "count": 5522,
    "next": "http://www.metaculus.com/api2/questions/?format=api&limit=20&offset=220",
    "previous": "http://www.metaculus.com/api2/questions/?format=api&limit=20&offset=180",
    "results": [
        {
            "id": 37655,
            "title": "Will Ukraine announce a presidential election before July 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-ukraine-announce-a-presidential-election-before-july-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-05-09T21:48:35.250046Z",
            "published_at": "2025-05-16T00:00:00Z",
            "edited_at": "2025-07-03T15:43:30.059152Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 80,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-16T02:00:00Z",
            "scheduled_close_time": "2025-05-16T02:00:00Z",
            "scheduled_resolve_time": "2025-07-01T00:00:00Z",
            "open_time": "2025-05-16T00:00:00Z",
            "nr_forecasters": 75,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32721,
                        "type": "question_series",
                        "name": "Q2 AI Forecasting Benchmark Tournament",
                        "slug": "aibq2",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-04-21T01:38:25Z",
                        "close_date": "2025-07-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-03-22T19:06:55.820092Z",
                        "edited_at": "2025-07-06T14:35:25.656181Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32721,
                    "type": "question_series",
                    "name": "Q2 AI Forecasting Benchmark Tournament",
                    "slug": "aibq2",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-04-21T01:38:25Z",
                    "close_date": "2025-07-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-03-22T19:06:55.820092Z",
                    "edited_at": "2025-07-06T14:35:25.656181Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 37008,
                "title": "Will Ukraine announce a presidential election before July 1, 2025?",
                "created_at": "2025-05-09T21:48:35.250046Z",
                "open_time": "2025-05-16T00:00:00Z",
                "cp_reveal_time": "2025-05-16T02:00:00Z",
                "spot_scoring_time": "2025-05-16T02:00:00Z",
                "scheduled_resolve_time": "2025-07-01T00:00:00Z",
                "actual_resolve_time": "2025-07-02T23:00:00Z",
                "resolution_set_time": "2025-07-03T00:04:48.807759Z",
                "scheduled_close_time": "2025-05-16T02:00:00Z",
                "actual_close_time": "2025-05-16T02: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": "[Next Ukrainian presidential election](https://en.wikipedia.org/wiki/Next_Ukrainian_presidential_election)",
                "resolution_criteria": "This question resolves as **Yes** if, before July 1, 2025, a specific date on which a presidential election will be held is officially announced by the government of Ukraine or any of its agencies that have the authority to do so. If no such announcement occurs before that date, this question resolves as No.",
                "fine_print": "The election does not have to be held before July 1, 2025; this question resolves based on an announcement.",
                "post_id": 37655,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1747360751.331277,
                                "end_time": null,
                                "forecaster_count": 75,
                                "interval_lower_bounds": [
                                    0.065
                                ],
                                "centers": [
                                    0.15
                                ],
                                "interval_upper_bounds": [
                                    0.2
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1747360751.331277,
                            "end_time": null,
                            "forecaster_count": 75,
                            "interval_lower_bounds": [
                                0.065
                            ],
                            "centers": [
                                0.15
                            ],
                            "interval_upper_bounds": [
                                0.2
                            ],
                            "forecast_values": [
                                0.85,
                                0.15
                            ],
                            "means": [
                                0.17601199775074533
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.4008021578256057,
                                    0.0,
                                    0.402883720620692,
                                    0.6499145613960223,
                                    1.9475511929567046,
                                    0.7912793091199047,
                                    0.028403737957569904,
                                    0.00047118769608376065,
                                    0.5849577636717652,
                                    2.5538962159452905,
                                    0.48529413660216764,
                                    0.03680426772194427,
                                    0.0,
                                    0.0,
                                    2.4620878282340115,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.7099633254922297,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.5828762281438875,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.9330291227337543,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.04145990502278528,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.002007702400494954,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.7021345863207582,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5097182237120849,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": 78.68540015786282,
                            "peer_score": 4.723487693515371,
                            "coverage": 0.9804246780607437,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9804246780607437,
                            "spot_peer_score": 3.5553294333809635,
                            "spot_baseline_score": 76.55347463629771,
                            "baseline_archived_score": 78.68540015786282,
                            "peer_archived_score": 4.723487693515371,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 3.5553294333809635,
                            "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": 78,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "[Next Ukrainian presidential election](https://en.wikipedia.org/wiki/Next_Ukrainian_presidential_election)"
        },
        {
            "id": 37654,
            "title": "Will the Project 2025 Tracker spreadsheet have the objective of breaking up NOAA marked as complete before July 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-the-project-2025-tracker-spreadsheet-have-the-objective-of-breaking-up-noaa-marked-as-complete-before-july-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-05-09T21:48:35.244486Z",
            "published_at": "2025-05-15T22:00:00Z",
            "edited_at": "2025-07-03T15:40:52.921824Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 89,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-16T00:00:00Z",
            "scheduled_close_time": "2025-05-16T00:00:00Z",
            "scheduled_resolve_time": "2025-07-01T00:00:00Z",
            "open_time": "2025-05-15T22:00:00Z",
            "nr_forecasters": 78,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32721,
                        "type": "question_series",
                        "name": "Q2 AI Forecasting Benchmark Tournament",
                        "slug": "aibq2",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-04-21T01:38:25Z",
                        "close_date": "2025-07-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-03-22T19:06:55.820092Z",
                        "edited_at": "2025-07-06T14:35:25.656181Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32721,
                    "type": "question_series",
                    "name": "Q2 AI Forecasting Benchmark Tournament",
                    "slug": "aibq2",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-04-21T01:38:25Z",
                    "close_date": "2025-07-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-03-22T19:06:55.820092Z",
                    "edited_at": "2025-07-06T14:35:25.656181Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 37007,
                "title": "Will the Project 2025 Tracker spreadsheet have the objective of breaking up NOAA marked as complete before July 1, 2025?",
                "created_at": "2025-05-09T21:48:35.244486Z",
                "open_time": "2025-05-15T22:00:00Z",
                "cp_reveal_time": "2025-05-16T00:00:00Z",
                "spot_scoring_time": "2025-05-16T00:00:00Z",
                "scheduled_resolve_time": "2025-07-01T00:00:00Z",
                "actual_resolve_time": "2025-07-03T00:05:00Z",
                "resolution_set_time": "2025-07-03T00:05:21.751487Z",
                "scheduled_close_time": "2025-05-16T00:00:00Z",
                "actual_close_time": "2025-05-16T00: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": "At the time of this question, the objective was marked as \"in progress.\" The 2025 Tracker is a project of the Keep_Track subreddit and is explained [here](https://www.reddit.com/r/Keep_Track/comments/1ii7tbr/project_2025_tracker_is_now_live/).",
                "resolution_criteria": "This question resolves as **Yes** if the Project 2025 objective to \"break up the National Oceanic and Atmospheric Administration\" is marked as complete according to [this spreadsheet](https://docs.google.com/spreadsheets/d/1QGG6wNHna-1tt91yXNkOauAJJ7snobFjfEnmxlmzhl4/edit?gid=0#gid=0) before July 1, 2025. If it is anything other than complete (such as \"in progress\") when accessed by Metaculus on or after July 1, 2025, then the question resolves as **No**.",
                "fine_print": "",
                "post_id": 37654,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1747352277.7339,
                                "end_time": null,
                                "forecaster_count": 78,
                                "interval_lower_bounds": [
                                    0.1
                                ],
                                "centers": [
                                    0.15
                                ],
                                "interval_upper_bounds": [
                                    0.2
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1747352277.7339,
                            "end_time": null,
                            "forecaster_count": 78,
                            "interval_lower_bounds": [
                                0.1
                            ],
                            "centers": [
                                0.15
                            ],
                            "interval_upper_bounds": [
                                0.2
                            ],
                            "forecast_values": [
                                0.85,
                                0.15
                            ],
                            "means": [
                                0.1606498573932155
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.09527191926620367,
                                    0.1601313494724224,
                                    2.832323551116078,
                                    0.1288081896360328,
                                    0.0,
                                    0.0,
                                    0.0,
                                    2.3978734858099866,
                                    0.21189784639931528,
                                    0.3164420601480945,
                                    0.7949821644089254,
                                    0.18445819292609114,
                                    2.8635101176773863,
                                    0.5914743248163015,
                                    0.0,
                                    0.0,
                                    0.7499437156931522,
                                    2.053341979825348,
                                    0.02636788613356748,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.14756323711980565,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.002229609774453,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.3179385392607552,
                                    0.0,
                                    0.0,
                                    0.2775021963486394,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0008253441898962907,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.005373855860101914,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.010161794999997649,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": 75.8111379678279,
                            "peer_score": 6.2691073392987775,
                            "coverage": 0.9865734038750329,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9865734038750329,
                            "spot_peer_score": 5.495980558454668,
                            "spot_baseline_score": 76.55347463629771,
                            "baseline_archived_score": 75.8111379678279,
                            "peer_archived_score": 6.2691073392987775,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 5.495980558454668,
                            "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": 87,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "At the time of this question, the objective was marked as \"in progress.\" The 2025 Tracker is a project of the Keep_Track subreddit and is explained [here](https://www.reddit.com/r/Keep_Track/comments/1ii7tbr/project_2025_tracker_is_now_live/)."
        },
        {
            "id": 37652,
            "title": "Will Canadian Prime Minister Mark Carney have a higher approval rating than US President Donald Trump on July 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-canadian-prime-minister-mark-carney-have-a-higher-approval-rating-than-us-president-donald-trump-on-july-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-05-09T21:48:35.082515Z",
            "published_at": "2025-05-15T16:00:00Z",
            "edited_at": "2025-07-03T15:42:44.133060Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 88,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-15T18:00:00Z",
            "scheduled_close_time": "2025-05-15T18:00:00Z",
            "scheduled_resolve_time": "2025-07-01T00:00:00Z",
            "open_time": "2025-05-15T16:00:00Z",
            "nr_forecasters": 78,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32607,
                        "name": "2025 Leaderboard",
                        "slug": "2025_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "question_series": [
                    {
                        "id": 32721,
                        "type": "question_series",
                        "name": "Q2 AI Forecasting Benchmark Tournament",
                        "slug": "aibq2",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-04-21T01:38:25Z",
                        "close_date": "2025-07-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-03-22T19:06:55.820092Z",
                        "edited_at": "2025-07-06T14:35:25.656181Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32721,
                    "type": "question_series",
                    "name": "Q2 AI Forecasting Benchmark Tournament",
                    "slug": "aibq2",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-04-21T01:38:25Z",
                    "close_date": "2025-07-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-03-22T19:06:55.820092Z",
                    "edited_at": "2025-07-06T14:35:25.656181Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 37005,
                "title": "Will Canadian Prime Minister Mark Carney have a higher approval rating than US President Donald Trump on July 1, 2025?",
                "created_at": "2025-05-09T21:48:35.082515Z",
                "open_time": "2025-05-15T16:00:00Z",
                "cp_reveal_time": "2025-05-15T18:00:00Z",
                "spot_scoring_time": "2025-05-15T18:00:00Z",
                "scheduled_resolve_time": "2025-07-01T00:00:00Z",
                "actual_resolve_time": "2025-07-02T01:14:00Z",
                "resolution_set_time": "2025-07-02T01:16:07.434947Z",
                "scheduled_close_time": "2025-05-15T18:00:00Z",
                "actual_close_time": "2025-05-15T18:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "yes",
                "include_bots_in_aggregates": true,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "label": "",
                "unit": "",
                "open_upper_bound": false,
                "open_lower_bound": false,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_max": null,
                    "range_min": null,
                    "zero_point": null,
                    "open_upper_bound": false,
                    "open_lower_bound": false,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "Resolution source updates monthly. According to Morning Consult for January 2025: \"The latest approval ratings are based on data collected from Jan. 21-27, 2025. Ratings reflect a trailing seven-day simple moving average of views among adults in each country surveyed.\"",
                "resolution_criteria": "This question resolves as **Yes** if Mark Carney has a higher approval rating than US President Donald Trump according to [Morning Consult](https://pro.morningconsult.com/trackers/global-leader-approval) when checked by Metaculus on or after July 1, 2025. If this not the case (including due to a tie), this resolves as **No**.",
                "fine_print": "",
                "post_id": 37652,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1747330790.467897,
                                "end_time": null,
                                "forecaster_count": 78,
                                "interval_lower_bounds": [
                                    0.6
                                ],
                                "centers": [
                                    0.65
                                ],
                                "interval_upper_bounds": [
                                    0.75
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1747330790.467897,
                            "end_time": null,
                            "forecaster_count": 78,
                            "interval_lower_bounds": [
                                0.6
                            ],
                            "centers": [
                                0.65
                            ],
                            "interval_upper_bounds": [
                                0.75
                            ],
                            "forecast_values": [
                                0.35,
                                0.65
                            ],
                            "means": [
                                0.6329893076058344
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.06943620487934168,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0814956572043637,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.4927652120469003,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.19776846219557181,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.477577033330434,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.21189784639931528,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.7949821644089254,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.001078956545637215,
                                    0.0,
                                    0.0,
                                    0.7499437156931522,
                                    0.0,
                                    0.007021506238153396,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.6653826794441087,
                                    0.0,
                                    0.3164420601480945,
                                    0.0,
                                    0.5567997521513375,
                                    2.9982720032053174,
                                    0.707173321785911,
                                    0.3376335396423815,
                                    0.17496016298678901,
                                    0.0,
                                    0.6853420158005573,
                                    0.4352821374375108,
                                    0.6824707983796092,
                                    0.0,
                                    0.0,
                                    3.515282310041672,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0003969259310572884,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.009016894986413,
                                    0.0,
                                    0.0,
                                    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": 37.294249191465155,
                            "peer_score": 12.999144757033669,
                            "coverage": 0.985264220005936,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.985264220005936,
                            "spot_peer_score": 13.071446234362769,
                            "spot_baseline_score": 37.85116232537298,
                            "baseline_archived_score": 37.294249191465155,
                            "peer_archived_score": 12.999144757033669,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 13.071446234362769,
                            "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": 86,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "Resolution source updates monthly. According to Morning Consult for January 2025: \"The latest approval ratings are based on data collected from Jan. 21-27, 2025. Ratings reflect a trailing seven-day simple moving average of views among adults in each country surveyed.\""
        },
        {
            "id": 37649,
            "title": "Will Starlink's website show Chad as a country with Starlink availability before July 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-starlinks-website-show-chad-as-a-country-with-starlink-availability-before-july-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-05-09T21:48:35.066352Z",
            "published_at": "2025-05-15T10:00:00Z",
            "edited_at": "2025-07-03T15:42:43.773517Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 88,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-15T12:00:00Z",
            "scheduled_close_time": "2025-05-15T12:00:00Z",
            "scheduled_resolve_time": "2025-07-01T00:00:00Z",
            "open_time": "2025-05-15T10:00:00Z",
            "nr_forecasters": 79,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32721,
                        "type": "question_series",
                        "name": "Q2 AI Forecasting Benchmark Tournament",
                        "slug": "aibq2",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-04-21T01:38:25Z",
                        "close_date": "2025-07-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-03-22T19:06:55.820092Z",
                        "edited_at": "2025-07-06T14:35:25.656181Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32721,
                    "type": "question_series",
                    "name": "Q2 AI Forecasting Benchmark Tournament",
                    "slug": "aibq2",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-04-21T01:38:25Z",
                    "close_date": "2025-07-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-03-22T19:06:55.820092Z",
                    "edited_at": "2025-07-06T14:35:25.656181Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 37002,
                "title": "Will Starlink's website show Chad as a country with Starlink availability before July 1, 2025?",
                "created_at": "2025-05-09T21:48:35.066352Z",
                "open_time": "2025-05-15T10:00:00Z",
                "cp_reveal_time": "2025-05-15T12:00:00Z",
                "spot_scoring_time": "2025-05-15T12:00:00Z",
                "scheduled_resolve_time": "2025-07-01T00:00:00Z",
                "actual_resolve_time": "2025-07-02T17:38:00Z",
                "resolution_set_time": "2025-07-02T18:16:52.889839Z",
                "scheduled_close_time": "2025-05-15T12:00:00Z",
                "actual_close_time": "2025-05-15T12:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "no",
                "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": "[SpaceX’s Starlink Secures License to Operate in Chad](https://spaceinafrica.com/2024/11/12/spacexs-starlink-secures-license-to-operate-in-chad/)",
                "resolution_criteria": "This question resolves as **Yes** if, before July 1, 2025, the [Starlink Availability Map](https://www.starlink.com/us/map) has anywhere in Chad listed as \"Available.\"",
                "fine_print": "",
                "post_id": 37649,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1747309000.46392,
                                "end_time": null,
                                "forecaster_count": 79,
                                "interval_lower_bounds": [
                                    0.35
                                ],
                                "centers": [
                                    0.437
                                ],
                                "interval_upper_bounds": [
                                    0.75
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1747309000.46392,
                            "end_time": null,
                            "forecaster_count": 79,
                            "interval_lower_bounds": [
                                0.35
                            ],
                            "centers": [
                                0.437
                            ],
                            "interval_upper_bounds": [
                                0.75
                            ],
                            "forecast_values": [
                                0.563,
                                0.437
                            ],
                            "means": [
                                0.5287528960137253
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.03010603556612766,
                                    0.18691676533295776,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.46572683269050547,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.44108506645224893,
                                    0.0,
                                    0.0,
                                    0.5935735468969371,
                                    0.0,
                                    0.8290772510595961,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.0587286839846022,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.9076987558959939,
                                    0.2990786581517114,
                                    0.41139789546716327,
                                    0.0,
                                    0.0,
                                    1.9032856483051697,
                                    0.0,
                                    0.8929452323661959,
                                    0.6299942137646893,
                                    0.0,
                                    0.010788274017922025,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.000780056964336447,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5965073615016385,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.9191606006781912,
                                    0.0,
                                    0.0,
                                    0.12174039221355969,
                                    0.0,
                                    1.1354658657831964,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.4379619320621434,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.406198384573776,
                                    0.6683702162141048,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.27840579385124326,
                                    0.0,
                                    0.22946702763934312,
                                    0.0,
                                    0.0,
                                    1.082406634082554,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8433303443076081,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.9010510556763924,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": 10.293264339544352,
                            "peer_score": 24.4849357327749,
                            "coverage": 0.9842680476440323,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9842680476440323,
                            "spot_peer_score": 29.584355552144785,
                            "spot_baseline_score": 17.120682741814242,
                            "baseline_archived_score": 10.293264339544352,
                            "peer_archived_score": 24.4849357327749,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 29.584355552144785,
                            "spot_baseline_archived_score": 17.120682741814242
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 86,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "[SpaceX’s Starlink Secures License to Operate in Chad](https://spaceinafrica.com/2024/11/12/spacexs-starlink-secures-license-to-operate-in-chad/)"
        },
        {
            "id": 37648,
            "title": "Will the United States and Iran announce a new nuclear deal before July 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-the-united-states-and-iran-announce-a-new-nuclear-deal-before-july-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-05-09T21:48:34.899707Z",
            "published_at": "2025-05-15T08:00:00Z",
            "edited_at": "2025-07-03T15:40:53.978302Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 89,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-15T10:00:00Z",
            "scheduled_close_time": "2025-05-15T10:00:00Z",
            "scheduled_resolve_time": "2025-07-01T00:00:00Z",
            "open_time": "2025-05-15T08:00:00Z",
            "nr_forecasters": 79,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32721,
                        "type": "question_series",
                        "name": "Q2 AI Forecasting Benchmark Tournament",
                        "slug": "aibq2",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-04-21T01:38:25Z",
                        "close_date": "2025-07-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-03-22T19:06:55.820092Z",
                        "edited_at": "2025-07-06T14:35:25.656181Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32721,
                    "type": "question_series",
                    "name": "Q2 AI Forecasting Benchmark Tournament",
                    "slug": "aibq2",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-04-21T01:38:25Z",
                    "close_date": "2025-07-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-03-22T19:06:55.820092Z",
                    "edited_at": "2025-07-06T14:35:25.656181Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 37001,
                "title": "Will the United States and Iran announce a new nuclear deal before July 1, 2025?",
                "created_at": "2025-05-09T21:48:34.899707Z",
                "open_time": "2025-05-15T08:00:00Z",
                "cp_reveal_time": "2025-05-15T10:00:00Z",
                "spot_scoring_time": "2025-05-15T10:00:00Z",
                "scheduled_resolve_time": "2025-07-01T00:00:00Z",
                "actual_resolve_time": "2025-07-02T17:38:00Z",
                "resolution_set_time": "2025-07-02T18:16:24.708327Z",
                "scheduled_close_time": "2025-05-15T10:00:00Z",
                "actual_close_time": "2025-05-15T10: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": "Israeli media (Hebrew): [Senior ministers were informed: There is a high chance that the US and Iran will reach an agreement](https://www.kan.org.il/content/kan-news/politic/895178/)",
                "resolution_criteria": "This question resolves as **Yes** if the US and Iran sign or announce an agreement with respect to Iran's nuclear program.",
                "fine_print": "",
                "post_id": 37648,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1747302034.477094,
                                "end_time": null,
                                "forecaster_count": 79,
                                "interval_lower_bounds": [
                                    0.25
                                ],
                                "centers": [
                                    0.4
                                ],
                                "interval_upper_bounds": [
                                    0.556
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1747302034.477094,
                            "end_time": null,
                            "forecaster_count": 79,
                            "interval_lower_bounds": [
                                0.25
                            ],
                            "centers": [
                                0.4
                            ],
                            "interval_upper_bounds": [
                                0.556
                            ],
                            "forecast_values": [
                                0.6,
                                0.4
                            ],
                            "means": [
                                0.40233507614305347
                            ],
                            "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.34029419999880384,
                                    1.6841901071395697,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.7961717265997972,
                                    0.014013274287363407,
                                    0.0,
                                    0.17433684005092911,
                                    0.0,
                                    0.0,
                                    1.2441762166297083,
                                    0.0,
                                    0.43782470350779906,
                                    0.0,
                                    0.0,
                                    0.7680145629124415,
                                    0.0,
                                    0.8929452323661959,
                                    0.0,
                                    0.0,
                                    0.45240615078059554,
                                    0.0,
                                    0.28015246351522516,
                                    0.0,
                                    0.8433303443076081,
                                    1.8059747370594028,
                                    0.0,
                                    0.03300920416665456,
                                    0.3191073460209369,
                                    0.0,
                                    1.014689734117931,
                                    0.2144400238150099,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.000780056964336447,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6683702162141048,
                                    0.8957105333733,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.12567525617236178,
                                    0.2622754525086275,
                                    0.22946702763934312,
                                    0.0,
                                    0.0,
                                    2.3966171099322757,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.24641634311345387,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.14085966230613312,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": 26.546692972659255,
                            "peer_score": 6.381396360859141,
                            "coverage": 0.9836931997206477,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9836931997206477,
                            "spot_peer_score": 6.10982923261707,
                            "spot_baseline_score": 26.303440583379377,
                            "baseline_archived_score": 26.546692972659255,
                            "peer_archived_score": 6.381396360859141,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 6.10982923261707,
                            "spot_baseline_archived_score": 26.303440583379377
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 87,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "Israeli media (Hebrew): [Senior ministers were informed: There is a high chance that the US and Iran will reach an agreement](https://www.kan.org.il/content/kan-news/politic/895178/)"
        },
        {
            "id": 37646,
            "title": "Will Starlink's website show Somalia as a country with Starlink availability before July 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-starlinks-website-show-somalia-as-a-country-with-starlink-availability-before-july-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-05-09T21:48:34.889619Z",
            "published_at": "2025-05-15T04:00:00Z",
            "edited_at": "2025-07-03T15:44:04.568332Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 82,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-15T06:00:00Z",
            "scheduled_close_time": "2025-05-15T06:00:00Z",
            "scheduled_resolve_time": "2025-07-01T00:00:00Z",
            "open_time": "2025-05-15T04:00:00Z",
            "nr_forecasters": 75,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32721,
                        "type": "question_series",
                        "name": "Q2 AI Forecasting Benchmark Tournament",
                        "slug": "aibq2",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-04-21T01:38:25Z",
                        "close_date": "2025-07-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-03-22T19:06:55.820092Z",
                        "edited_at": "2025-07-06T14:35:25.656181Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32721,
                    "type": "question_series",
                    "name": "Q2 AI Forecasting Benchmark Tournament",
                    "slug": "aibq2",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-04-21T01:38:25Z",
                    "close_date": "2025-07-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-03-22T19:06:55.820092Z",
                    "edited_at": "2025-07-06T14:35:25.656181Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 36999,
                "title": "Will Starlink's website show Somalia as a country with Starlink availability before July 1, 2025?",
                "created_at": "2025-05-09T21:48:34.889619Z",
                "open_time": "2025-05-15T04:00:00Z",
                "cp_reveal_time": "2025-05-15T06:00:00Z",
                "spot_scoring_time": "2025-05-15T06:00:00Z",
                "scheduled_resolve_time": "2025-07-01T00:00:00Z",
                "actual_resolve_time": "2025-07-03T00:08:00Z",
                "resolution_set_time": "2025-07-03T00:08:27.037347Z",
                "scheduled_close_time": "2025-05-15T06:00:00Z",
                "actual_close_time": "2025-05-15T06:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "no",
                "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": "[Musk announces Starlink license for Somalia](https://www.spacedaily.com/reports/Musk_announces_Starlink_license_for_Somalia_999.html)",
                "resolution_criteria": "This question resolves as **Yes** if, before July 1, 2025, the [Starlink Availability Map](https://www.starlink.com/us/map) has anywhere in Somalia listed as \"Available.\"",
                "fine_print": "",
                "post_id": 37646,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1747286315.317996,
                                "end_time": null,
                                "forecaster_count": 75,
                                "interval_lower_bounds": [
                                    0.7
                                ],
                                "centers": [
                                    0.75
                                ],
                                "interval_upper_bounds": [
                                    0.85
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1747286315.317996,
                            "end_time": null,
                            "forecaster_count": 75,
                            "interval_lower_bounds": [
                                0.7
                            ],
                            "centers": [
                                0.75
                            ],
                            "interval_upper_bounds": [
                                0.85
                            ],
                            "forecast_values": [
                                0.25,
                                0.75
                            ],
                            "means": [
                                0.7289475491819588
                            ],
                            "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.6219464607129316,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.34881053381958116,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.1372869511932286,
                                    0.35187441874087827,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.10974745465098089,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.1130965568839125,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0012808209520579696,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.07596432114486756,
                                    0.0,
                                    0.2347694085184629,
                                    0.0,
                                    0.0,
                                    1.4959977695140576,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.04456177592918514,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.542507699501189,
                                    0.8902523718939138,
                                    0.94962619997186,
                                    0.0,
                                    0.8394799688108832,
                                    1.1940374614501694,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.9038823282041876,
                                    0.0,
                                    0.773507118767869,
                                    0.7912793091199047,
                                    0.0,
                                    1.2816442766738119,
                                    0.1529072034917331,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.09772262266400288,
                                    0.0,
                                    0.4274130675954733,
                                    0.0,
                                    0.0,
                                    2.4459390733686144,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": -101.39658073314548,
                            "peer_score": 1.529184451420215,
                            "coverage": 0.9834353654252157,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9834353654252157,
                            "spot_peer_score": 5.134129980014496,
                            "spot_baseline_score": -100.0,
                            "baseline_archived_score": -101.39658073314548,
                            "peer_archived_score": 1.529184451420215,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 5.134129980014496,
                            "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": 80,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "[Musk announces Starlink license for Somalia](https://www.spacedaily.com/reports/Musk_announces_Starlink_license_for_Somalia_999.html)"
        },
        {
            "id": 37645,
            "title": "Will Serbia announce a general election before July 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-serbia-announce-a-general-election-before-july-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-05-09T21:48:34.884530Z",
            "published_at": "2025-05-15T02:00:00Z",
            "edited_at": "2025-07-03T15:43:13.329596Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 82,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-15T04:00:00Z",
            "scheduled_close_time": "2025-05-15T04:00:00Z",
            "scheduled_resolve_time": "2025-07-01T00:00:00Z",
            "open_time": "2025-05-15T02:00:00Z",
            "nr_forecasters": 76,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32721,
                        "type": "question_series",
                        "name": "Q2 AI Forecasting Benchmark Tournament",
                        "slug": "aibq2",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-04-21T01:38:25Z",
                        "close_date": "2025-07-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-03-22T19:06:55.820092Z",
                        "edited_at": "2025-07-06T14:35:25.656181Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32721,
                    "type": "question_series",
                    "name": "Q2 AI Forecasting Benchmark Tournament",
                    "slug": "aibq2",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-04-21T01:38:25Z",
                    "close_date": "2025-07-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-03-22T19:06:55.820092Z",
                    "edited_at": "2025-07-06T14:35:25.656181Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 36998,
                "title": "Will Serbia announce a general election before July 1, 2025?",
                "created_at": "2025-05-09T21:48:34.884530Z",
                "open_time": "2025-05-15T02:00:00Z",
                "cp_reveal_time": "2025-05-15T04:00:00Z",
                "spot_scoring_time": "2025-05-15T04:00:00Z",
                "scheduled_resolve_time": "2025-07-01T00:00:00Z",
                "actual_resolve_time": "2025-07-02T17:37:00Z",
                "resolution_set_time": "2025-07-02T18:15:48.044281Z",
                "scheduled_close_time": "2025-05-15T04:00:00Z",
                "actual_close_time": "2025-05-15T04: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": "[Serbia could face snap elections as PM’s resignation confirmed](https://tvpworld.com/85681783/serbia-could-face-snap-elections-as-pms-resignation-confirmed-)",
                "resolution_criteria": "This question resolves as **Yes** if, before July 1, 2025, a specific date on which a general election will be held is officially announced by the government of Serbia or any of its agencies that have the authority to do so. If no such announcement occurs before July 1, 2025, this question resolves as **No**.",
                "fine_print": "The election does not have to be held before July 1, 2025; this question resolves based on an announcement.",
                "post_id": 37645,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1747280172.818286,
                                "end_time": null,
                                "forecaster_count": 76,
                                "interval_lower_bounds": [
                                    0.2
                                ],
                                "centers": [
                                    0.25
                                ],
                                "interval_upper_bounds": [
                                    0.4
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1747280172.818286,
                            "end_time": null,
                            "forecaster_count": 76,
                            "interval_lower_bounds": [
                                0.2
                            ],
                            "centers": [
                                0.25
                            ],
                            "interval_upper_bounds": [
                                0.4
                            ],
                            "forecast_values": [
                                0.75,
                                0.25
                            ],
                            "means": [
                                0.3147061786751146
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.7934616342162186,
                                    0.009207092318651734,
                                    0.5871675207951845,
                                    0.0,
                                    2.388948324165488,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    2.3898182983901344,
                                    0.40351233925798374,
                                    0.0045112856628413515,
                                    0.0,
                                    1.1951098795330766,
                                    1.9793561492373515,
                                    0.0,
                                    0.43007743157759487,
                                    0.0,
                                    0.0,
                                    0.9583413920965058,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6402155095407591,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.232767466267187,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.00786907671175604,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8909449659417962,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.05575177713795103,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0038660567195962676,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.14435670794403951,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.0015311596192422,
                                    0.5516687158821565,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.2720962540814778,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": 59.17707192656185,
                            "peer_score": 10.343329332634696,
                            "coverage": 0.9741438102722167,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9741438102722167,
                            "spot_peer_score": 11.799928811389794,
                            "spot_baseline_score": 58.496250072115615,
                            "baseline_archived_score": 59.17707192656185,
                            "peer_archived_score": 10.343329332634696,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 11.799928811389794,
                            "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": 80,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "[Serbia could face snap elections as PM’s resignation confirmed](https://tvpworld.com/85681783/serbia-could-face-snap-elections-as-pms-resignation-confirmed-)"
        },
        {
            "id": 37644,
            "title": "Before July 1, 2025, will Anthropic announce that it is planning an IPO?",
            "short_title": "",
            "url_title": "",
            "slug": "before-july-1-2025-will-anthropic-announce-that-it-is-planning-an-ipo",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-05-09T21:48:34.878969Z",
            "published_at": "2025-05-15T00:00:00Z",
            "edited_at": "2025-07-03T15:44:01.440026Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 77,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-15T02:00:00Z",
            "scheduled_close_time": "2025-05-15T02:00:00Z",
            "scheduled_resolve_time": "2025-07-01T00:00:00Z",
            "open_time": "2025-05-15T00: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-06T14:35:25.656181Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32721,
                    "type": "question_series",
                    "name": "Q2 AI Forecasting Benchmark Tournament",
                    "slug": "aibq2",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-04-21T01:38:25Z",
                    "close_date": "2025-07-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-03-22T19:06:55.820092Z",
                    "edited_at": "2025-07-06T14:35:25.656181Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 36997,
                "title": "Before July 1, 2025, will Anthropic announce that it is planning an IPO?",
                "created_at": "2025-05-09T21:48:34.878969Z",
                "open_time": "2025-05-15T00:00:00Z",
                "cp_reveal_time": "2025-05-15T02:00:00Z",
                "spot_scoring_time": "2025-05-15T02:00:00Z",
                "scheduled_resolve_time": "2025-07-01T00:00:00Z",
                "actual_resolve_time": "2025-07-02T17:37:00Z",
                "resolution_set_time": "2025-07-02T18:15:34.752115Z",
                "scheduled_close_time": "2025-05-15T02:00:00Z",
                "actual_close_time": "2025-05-15T02: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": "In its most recent funding talks, Anthropic [floated](https://www.theinformation.com/articles/openai-rival-anthropic-has-floated-40-billion-valuation-in-early-talks-about-new-funding) a valuation of $40 billion. Although there has been speculation that the company could IPO, nothing concrete has been announced yet.",
                "resolution_criteria": "This question will resolve as **Yes** if Anthropic, Inc., announces before July 1, 2025, that it is planning an initial public offering. In order to streamline the resolution of this question, there are two resolution sources for the IPO announcement: 1) The company filing an [SEC Form S-1](https://www.investopedia.com/terms/s/sec-form-s-1.asp) or 2) An announcement at the [News](https://www.anthropic.com/news) section of its website. If there is no such announcement before that date, this question resolves as **No**.",
                "fine_print": "",
                "post_id": 37644,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1747274337.313036,
                                "end_time": null,
                                "forecaster_count": 73,
                                "interval_lower_bounds": [
                                    0.09119999999999999
                                ],
                                "centers": [
                                    0.15
                                ],
                                "interval_upper_bounds": [
                                    0.15
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1747274337.313036,
                            "end_time": null,
                            "forecaster_count": 73,
                            "interval_lower_bounds": [
                                0.09119999999999999
                            ],
                            "centers": [
                                0.15
                            ],
                            "interval_upper_bounds": [
                                0.15
                            ],
                            "forecast_values": [
                                0.85,
                                0.15
                            ],
                            "means": [
                                0.15238658361486246
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.462619252575929,
                                    0.8973496642656426,
                                    0.6202447516587979,
                                    0.0011005415108165126,
                                    1.684107768917197,
                                    0.04134138687397962,
                                    0.4801032618269796,
                                    1.6772307550908452,
                                    0.0,
                                    0.0,
                                    0.4502118393382578,
                                    0.0,
                                    5.717879896287823,
                                    0.17175714249032537,
                                    0.0,
                                    0.12206891471102149,
                                    0.39525243610674604,
                                    1.3901999694699838,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.02418083526076148,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8383356021688919,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.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.6177039404822752,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": 76.03743383695392,
                            "peer_score": 1.8841405887453169,
                            "coverage": 0.9833493825130993,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9833493825130993,
                            "spot_peer_score": 1.6691216125599841,
                            "spot_baseline_score": 76.55347463629771,
                            "baseline_archived_score": 76.03743383695392,
                            "peer_archived_score": 1.8841405887453169,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 1.6691216125599841,
                            "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": 75,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "In its most recent funding talks, Anthropic [floated](https://www.theinformation.com/articles/openai-rival-anthropic-has-floated-40-billion-valuation-in-early-talks-about-new-funding) a valuation of $40 billion. Although there has been speculation that the company could IPO, nothing concrete has been announced yet."
        },
        {
            "id": 37643,
            "title": "Will the Project 2025 Tracker spreadsheet have the objective of terminating the Public Service Loan Forgiveness program marked as complete before July 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-the-project-2025-tracker-spreadsheet-have-the-objective-of-terminating-the-public-service-loan-forgiveness-program-marked-as-complete-before-july-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-05-09T21:48:34.584049Z",
            "published_at": "2025-05-14T22:00:00Z",
            "edited_at": "2025-07-03T15:41:43.046460Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 86,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-15T00:00:00Z",
            "scheduled_close_time": "2025-05-15T00:00:00Z",
            "scheduled_resolve_time": "2025-07-01T00:00:00Z",
            "open_time": "2025-05-14T22:00:00Z",
            "nr_forecasters": 78,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32607,
                        "name": "2025 Leaderboard",
                        "slug": "2025_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "question_series": [
                    {
                        "id": 32721,
                        "type": "question_series",
                        "name": "Q2 AI Forecasting Benchmark Tournament",
                        "slug": "aibq2",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-04-21T01:38:25Z",
                        "close_date": "2025-07-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-03-22T19:06:55.820092Z",
                        "edited_at": "2025-07-06T14:35:25.656181Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32721,
                    "type": "question_series",
                    "name": "Q2 AI Forecasting Benchmark Tournament",
                    "slug": "aibq2",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-04-21T01:38:25Z",
                    "close_date": "2025-07-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-03-22T19:06:55.820092Z",
                    "edited_at": "2025-07-06T14:35:25.656181Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 36996,
                "title": "Will the Project 2025 Tracker spreadsheet have the objective of terminating the Public Service Loan Forgiveness program marked as complete before July 1, 2025?",
                "created_at": "2025-05-09T21:48:34.584049Z",
                "open_time": "2025-05-14T22:00:00Z",
                "cp_reveal_time": "2025-05-15T00:00:00Z",
                "spot_scoring_time": "2025-05-15T00:00:00Z",
                "scheduled_resolve_time": "2025-07-01T00:00:00Z",
                "actual_resolve_time": "2025-07-01T12:57:00Z",
                "resolution_set_time": "2025-07-01T12:58:41.312863Z",
                "scheduled_close_time": "2025-05-15T00:00:00Z",
                "actual_close_time": "2025-05-15T00: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": "At the time of this question, the objective was marked as \"in progress.\" The 2025 Tracker is a project of the Keep_Track subreddit and is explained [here](https://www.reddit.com/r/Keep_Track/comments/1ii7tbr/project_2025_tracker_is_now_live/).",
                "resolution_criteria": "This question resolves as **Yes** if the Project 2025 objective to \"terminate the Public Service Loan Forgiveness program\" is marked as complete according to [this spreadsheet](https://docs.google.com/spreadsheets/d/1QGG6wNHna-1tt91yXNkOauAJJ7snobFjfEnmxlmzhl4/edit?gid=0#gid=0) before July 1, 2025. If it is anything other than complete (such as \"in progress\") when accessed by Metaculus on or after July 1, 2025, then the question resolves as **No**.",
                "fine_print": "",
                "post_id": 37643,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1747265737.022597,
                                "end_time": null,
                                "forecaster_count": 78,
                                "interval_lower_bounds": [
                                    0.08
                                ],
                                "centers": [
                                    0.13699999999999998
                                ],
                                "interval_upper_bounds": [
                                    0.15
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1747265737.022597,
                            "end_time": null,
                            "forecaster_count": 78,
                            "interval_lower_bounds": [
                                0.08
                            ],
                            "centers": [
                                0.13699999999999998
                            ],
                            "interval_upper_bounds": [
                                0.15
                            ],
                            "forecast_values": [
                                0.863,
                                0.13699999999999998
                            ],
                            "means": [
                                0.14222610396399335
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.09527191926620367,
                                    0.3382150877035181,
                                    0.17192566867158657,
                                    2.2395661434148337,
                                    0.0,
                                    0.9810024059330597,
                                    0.9076785041559985,
                                    0.6280342341719295,
                                    1.6453717421781553,
                                    0.7949821644089254,
                                    0.15453103897242904,
                                    0.2775021963486394,
                                    0.5914743248163015,
                                    3.9420161397128144,
                                    0.1288081896360328,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.1244865144068583,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6328433493755361,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.189980494573878,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.3376335396423815,
                                    0.0,
                                    0.0,
                                    0.7499437156931522,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.22688961938503294,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0006006204798844153,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0016912774913815877,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.00797247044402181,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": 76.42712746041049,
                            "peer_score": 6.687613388834595,
                            "coverage": 0.9845457549889882,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9845457549889882,
                            "spot_peer_score": 6.990556819281185,
                            "spot_baseline_score": 78.74324645168679,
                            "baseline_archived_score": 76.42712746041049,
                            "peer_archived_score": 6.687613388834595,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 6.990556819281185,
                            "spot_baseline_archived_score": 78.74324645168679
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 84,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "At the time of this question, the objective was marked as \"in progress.\" The 2025 Tracker is a project of the Keep_Track subreddit and is explained [here](https://www.reddit.com/r/Keep_Track/comments/1ii7tbr/project_2025_tracker_is_now_live/)."
        },
        {
            "id": 37642,
            "title": "Will the Federal Reserve cut interest rates before July 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-the-federal-reserve-cut-interest-rates-before-july-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-05-09T21:48:34.579075Z",
            "published_at": "2025-05-14T20:00:00Z",
            "edited_at": "2025-07-03T15:42:11.026759Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 86,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-14T22:00:00Z",
            "scheduled_close_time": "2025-05-14T22:00:00Z",
            "scheduled_resolve_time": "2025-07-01T00:00:00Z",
            "open_time": "2025-05-14T20:00:00Z",
            "nr_forecasters": 79,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32607,
                        "name": "2025 Leaderboard",
                        "slug": "2025_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "question_series": [
                    {
                        "id": 32721,
                        "type": "question_series",
                        "name": "Q2 AI Forecasting Benchmark Tournament",
                        "slug": "aibq2",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-04-21T01:38:25Z",
                        "close_date": "2025-07-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-03-22T19:06:55.820092Z",
                        "edited_at": "2025-07-06T14:35:25.656181Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32721,
                    "type": "question_series",
                    "name": "Q2 AI Forecasting Benchmark Tournament",
                    "slug": "aibq2",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-04-21T01:38:25Z",
                    "close_date": "2025-07-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-03-22T19:06:55.820092Z",
                    "edited_at": "2025-07-06T14:35:25.656181Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 36995,
                "title": "Will the Federal Reserve cut interest rates before July 1, 2025?",
                "created_at": "2025-05-09T21:48:34.579075Z",
                "open_time": "2025-05-14T20:00:00Z",
                "cp_reveal_time": "2025-05-14T22:00:00Z",
                "spot_scoring_time": "2025-05-14T22:00:00Z",
                "scheduled_resolve_time": "2025-07-01T00:00:00Z",
                "actual_resolve_time": "2025-07-01T13:51:00Z",
                "resolution_set_time": "2025-07-01T14:03:26.421233Z",
                "scheduled_close_time": "2025-05-14T22:00:00Z",
                "actual_close_time": "2025-05-14T22: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": "JP Morgan: [Following the Fed’s decision to pause rate cuts, what could its next move be?](https://www.jpmorgan.com/insights/global-research/economy/fed-rate-cuts)",
                "resolution_criteria": "This question resolves as **Yes** if, after the launch of this question and before July 1, 2025 the Federal Open Market Committee (FOMC) announces a reduction of any amount in the target federal funds rate range.\r\nThe primary resolution source is the FOMC's *target federal funds rate or range* webpage [here](https://www.federalreserve.gov/monetarypolicy/openmarket.htm), the Federal Reserve's official minutes and statements [here](https://www.federalreserve.gov/monetarypolicy/fomccalendars.htm), or other [credible sources](https://www.metaculus.com/help/faq/#definitions) in case the Federal Reserve's website is unavailable or not timely updated.",
                "fine_print": "This question resolves based on the announcement. Therefore, the effective date of the rate cut does not need to be before the resolution date, as long as the announcement is made before then.",
                "post_id": 37642,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1747258228.132739,
                                "end_time": null,
                                "forecaster_count": 79,
                                "interval_lower_bounds": [
                                    0.15
                                ],
                                "centers": [
                                    0.2
                                ],
                                "interval_upper_bounds": [
                                    0.35
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1747258228.132739,
                            "end_time": null,
                            "forecaster_count": 79,
                            "interval_lower_bounds": [
                                0.15
                            ],
                            "centers": [
                                0.2
                            ],
                            "interval_upper_bounds": [
                                0.35
                            ],
                            "forecast_values": [
                                0.8,
                                0.2
                            ],
                            "means": [
                                0.2616629936521599
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6683702162141048,
                                    0.0,
                                    0.0,
                                    0.6299942137646893,
                                    0.46572683269050547,
                                    1.4140549438151586,
                                    0.36269734845126494,
                                    0.0,
                                    1.944656119656276,
                                    0.9269624031054001,
                                    0.2622754525086275,
                                    0.9451292853160638,
                                    0.17433684005092911,
                                    2.190686033966985,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.1056531841060364,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6032008993192431,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.9787842710420501,
                                    0.0,
                                    0.0,
                                    0.41139789546716327,
                                    0.8929452323661959,
                                    0.18359469230659647,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0900442809667568,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0032603629444498622,
                                    0.0,
                                    0.0,
                                    0.7961717265997972,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0015984758867006253,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8433303443076081,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.38637747064730565,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": 66.34319437791638,
                            "peer_score": 10.290072071905497,
                            "coverage": 0.985751353336705,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.985751353336705,
                            "spot_peer_score": 10.70914094117249,
                            "spot_baseline_score": 67.80719051126377,
                            "baseline_archived_score": 66.34319437791638,
                            "peer_archived_score": 10.290072071905497,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 10.70914094117249,
                            "spot_baseline_archived_score": 67.80719051126377
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 84,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "JP Morgan: [Following the Fed’s decision to pause rate cuts, what could its next move be?](https://www.jpmorgan.com/insights/global-research/economy/fed-rate-cuts)"
        },
        {
            "id": 37641,
            "title": "Will Circle be publicly-traded before July 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-circle-be-publicly-traded-before-july-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-05-09T21:48:34.574037Z",
            "published_at": "2025-05-14T18:00:00Z",
            "edited_at": "2025-07-03T15:42:59.843255Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 85,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-14T20:00:00Z",
            "scheduled_close_time": "2025-05-14T20:00:00Z",
            "scheduled_resolve_time": "2025-07-01T00:00:00Z",
            "open_time": "2025-05-14T18:00:00Z",
            "nr_forecasters": 78,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32721,
                        "type": "question_series",
                        "name": "Q2 AI Forecasting Benchmark Tournament",
                        "slug": "aibq2",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-04-21T01:38:25Z",
                        "close_date": "2025-07-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-03-22T19:06:55.820092Z",
                        "edited_at": "2025-07-06T14:35:25.656181Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32721,
                    "type": "question_series",
                    "name": "Q2 AI Forecasting Benchmark Tournament",
                    "slug": "aibq2",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-04-21T01:38:25Z",
                    "close_date": "2025-07-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-03-22T19:06:55.820092Z",
                    "edited_at": "2025-07-06T14:35:25.656181Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 36994,
                "title": "Will Circle be publicly-traded before July 1, 2025?",
                "created_at": "2025-05-09T21:48:34.574037Z",
                "open_time": "2025-05-14T18:00:00Z",
                "cp_reveal_time": "2025-05-14T20:00:00Z",
                "spot_scoring_time": "2025-05-14T20:00:00Z",
                "scheduled_resolve_time": "2025-07-01T00:00:00Z",
                "actual_resolve_time": "2025-06-19T23:09:00Z",
                "resolution_set_time": "2025-06-19T23:10:58.464198Z",
                "scheduled_close_time": "2025-05-14T20:00:00Z",
                "actual_close_time": "2025-05-14T20: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": "Forbes: [The Circle IPO Solidifies 2025 As The Year Of Stablecoins](https://www.forbes.com/sites/digital-assets/2025/04/04/the-circle-ipo-solidifies-2025-as-the-year-of-stablecoin/)",
                "resolution_criteria": "This question resolves as **Yes** if shares of Circle Internet Group, Inc. are publicly traded on New York Stock Exchange (the \"NYSE\") before July 1, 2025.",
                "fine_print": "",
                "post_id": 37641,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1747250412.215572,
                                "end_time": null,
                                "forecaster_count": 78,
                                "interval_lower_bounds": [
                                    0.3995
                                ],
                                "centers": [
                                    0.65
                                ],
                                "interval_upper_bounds": [
                                    0.78
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1747250412.215572,
                            "end_time": null,
                            "forecaster_count": 78,
                            "interval_lower_bounds": [
                                0.3995
                            ],
                            "centers": [
                                0.65
                            ],
                            "interval_upper_bounds": [
                                0.78
                            ],
                            "forecast_values": [
                                0.35,
                                0.65
                            ],
                            "means": [
                                0.6054147634418174
                            ],
                            "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.12620451945365418,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5784883396548001,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.1601313494724224,
                                    0.45914685198827687,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.9204789183152604,
                                    0.06399192752308502,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.4213416413416957,
                                    0.0,
                                    0.0,
                                    0.4927652120469003,
                                    0.8922909885556951,
                                    0.11114525154455163,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.001078956545637215,
                                    0.3376335396423815,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6086525271644595,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8688086012170269,
                                    0.0,
                                    0.1288081896360328,
                                    0.6665693504079824,
                                    0.19776846219557181,
                                    2.3284394318736696,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.0809371796695346,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.7949821644089254,
                                    0.44718992761171367,
                                    0.2775021963486394,
                                    0.029005835526161147,
                                    0.5719482704902427,
                                    0.9447863337210879,
                                    1.5914743248163015,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.0668510697108446,
                                    0.0,
                                    0.0,
                                    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.633697538863004,
                            "peer_score": 27.125430775567352,
                            "coverage": 0.9866189126504794,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9866189126504794,
                            "spot_peer_score": 27.283821574474054,
                            "spot_baseline_score": 37.85116232537298,
                            "baseline_archived_score": 34.633697538863004,
                            "peer_archived_score": 27.125430775567352,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 27.283821574474054,
                            "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": 83,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "Forbes: [The Circle IPO Solidifies 2025 As The Year Of Stablecoins](https://www.forbes.com/sites/digital-assets/2025/04/04/the-circle-ipo-solidifies-2025-as-the-year-of-stablecoin/)"
        },
        {
            "id": 37640,
            "title": "Will the EPA's EnergyStar.gov still be online on July 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-the-epas-energystargov-still-be-online-on-july-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-05-09T21:48:34.568782Z",
            "published_at": "2025-05-14T16:00:00Z",
            "edited_at": "2025-07-03T15:43:26.748977Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 85,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-14T18:00:00Z",
            "scheduled_close_time": "2025-05-14T18:00:00Z",
            "scheduled_resolve_time": "2025-07-01T00:00:00Z",
            "open_time": "2025-05-14T16:00:00Z",
            "nr_forecasters": 78,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32607,
                        "name": "2025 Leaderboard",
                        "slug": "2025_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "question_series": [
                    {
                        "id": 32721,
                        "type": "question_series",
                        "name": "Q2 AI Forecasting Benchmark Tournament",
                        "slug": "aibq2",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-04-21T01:38:25Z",
                        "close_date": "2025-07-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-03-22T19:06:55.820092Z",
                        "edited_at": "2025-07-06T14:35:25.656181Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32721,
                    "type": "question_series",
                    "name": "Q2 AI Forecasting Benchmark Tournament",
                    "slug": "aibq2",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-04-21T01:38:25Z",
                    "close_date": "2025-07-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-03-22T19:06:55.820092Z",
                    "edited_at": "2025-07-06T14:35:25.656181Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 36993,
                "title": "Will the EPA's EnergyStar.gov still be online on July 1, 2025?",
                "created_at": "2025-05-09T21:48:34.568782Z",
                "open_time": "2025-05-14T16:00:00Z",
                "cp_reveal_time": "2025-05-14T18:00:00Z",
                "spot_scoring_time": "2025-05-14T18:00:00Z",
                "scheduled_resolve_time": "2025-07-01T00:00:00Z",
                "actual_resolve_time": "2025-07-02T00:32:00Z",
                "resolution_set_time": "2025-07-02T01:10:50.281246Z",
                "scheduled_close_time": "2025-05-14T18:00:00Z",
                "actual_close_time": "2025-05-14T18:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "yes",
                "include_bots_in_aggregates": true,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "label": "",
                "unit": "",
                "open_upper_bound": false,
                "open_lower_bound": false,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_max": null,
                    "range_min": null,
                    "zero_point": null,
                    "open_upper_bound": false,
                    "open_lower_bound": false,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "According to the [New York Times](https://www.nytimes.com/2025/05/06/climate/epa-energy-star-eliminated.html), \"'The Energy Star program and all the other climate work, outside of what’s required by statute, is being de-prioritized and eliminated,' Paul Gunning, the director of the E.P.A. Office of Atmospheric Protection, told employees during the meeting, according to the recording obtained by The New York Times. Mr. Gunning’s office itself is also slated for elimination.\n\nFor the past 33 years, Energy Star has been known for its recognizable blue label, which shows that an appliance has met energy efficiency standards set by the federal government.\"",
                "resolution_criteria": "This question resolves as **Yes** if EnergyStar.gov is online according to [Is It Down Right Now?](https://www.isitdownrightnow.com/energystar.gov.html) when accessed by Metaculus on or after July 1, 2025.",
                "fine_print": "As of May 7, 2025, the resolution source returns the message, \"Energystar.gov is UP and reachable by us.\"",
                "post_id": 37640,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1747242972.292329,
                                "end_time": null,
                                "forecaster_count": 78,
                                "interval_lower_bounds": [
                                    0.6
                                ],
                                "centers": [
                                    0.7
                                ],
                                "interval_upper_bounds": [
                                    0.75
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1747242972.292329,
                            "end_time": null,
                            "forecaster_count": 78,
                            "interval_lower_bounds": [
                                0.6
                            ],
                            "centers": [
                                0.7
                            ],
                            "interval_upper_bounds": [
                                0.75
                            ],
                            "forecast_values": [
                                0.30000000000000004,
                                0.7
                            ],
                            "means": [
                                0.6665698610862926
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6665693504079824,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.138607890209693,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.3349066924610672,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.17029314447242005,
                                    0.0,
                                    0.04179800713285482,
                                    0.0,
                                    0.0,
                                    1.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.001078956545637215,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8423945157233667,
                                    2.385374679034899,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8393706158282529,
                                    0.0,
                                    0.9447863337210879,
                                    0.40880911918637236,
                                    0.17192566867158657,
                                    2.0783808830656634,
                                    0.0,
                                    0.873241812299432,
                                    0.0,
                                    0.2964170805706633,
                                    1.3879062053158167,
                                    0.22688961938503294,
                                    0.6280342341719295,
                                    0.0,
                                    0.0,
                                    0.3285638648170616,
                                    0.0,
                                    0.1288081896360328,
                                    0.0,
                                    0.0,
                                    0.5488991986026859,
                                    0.0,
                                    0.0,
                                    0.01958911193224546,
                                    0.8922909885556951,
                                    0.6290270062089846,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.18445819292609114
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": 48.28641655465361,
                            "peer_score": 4.250064120292055,
                            "coverage": 0.9864278863867124,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9864278863867124,
                            "spot_peer_score": 3.9921391880356882,
                            "spot_baseline_score": 48.542682717024164,
                            "baseline_archived_score": 48.28641655465361,
                            "peer_archived_score": 4.250064120292055,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 3.9921391880356882,
                            "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": 83,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "According to the [New York Times](https://www.nytimes.com/2025/05/06/climate/epa-energy-star-eliminated.html), \"'The Energy Star program and all the other climate work, outside of what’s required by statute, is being de-prioritized and eliminated,' Paul Gunning, the director of the E.P.A. Office of Atmospheric Protection, told employees during the meeting, according to the recording obtained by The New York Times. Mr. Gunning’s office itself is also slated for elimination.\n\nFor the past 33 years, Energy Star has been known for its recognizable blue label, which shows that an appliance has met energy efficiency standards set by the federal government.\""
        },
        {
            "id": 37639,
            "title": "Will Mahmoud Khalil be deported before July 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-mahmoud-khalil-be-deported-before-july-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-05-09T21:48:34.563237Z",
            "published_at": "2025-05-14T14:00:00Z",
            "edited_at": "2025-07-03T15:42:29.413644Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 87,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-14T16:00:00Z",
            "scheduled_close_time": "2025-05-14T16:00:00Z",
            "scheduled_resolve_time": "2025-07-01T00:00:00Z",
            "open_time": "2025-05-14T14:00:00Z",
            "nr_forecasters": 79,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32721,
                        "type": "question_series",
                        "name": "Q2 AI Forecasting Benchmark Tournament",
                        "slug": "aibq2",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-04-21T01:38:25Z",
                        "close_date": "2025-07-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-03-22T19:06:55.820092Z",
                        "edited_at": "2025-07-06T14:35:25.656181Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32721,
                    "type": "question_series",
                    "name": "Q2 AI Forecasting Benchmark Tournament",
                    "slug": "aibq2",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-04-21T01:38:25Z",
                    "close_date": "2025-07-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-03-22T19:06:55.820092Z",
                    "edited_at": "2025-07-06T14:35:25.656181Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 36992,
                "title": "Will Mahmoud Khalil be deported before July 1, 2025?",
                "created_at": "2025-05-09T21:48:34.563237Z",
                "open_time": "2025-05-14T14:00:00Z",
                "cp_reveal_time": "2025-05-14T16:00:00Z",
                "spot_scoring_time": "2025-05-14T16:00:00Z",
                "scheduled_resolve_time": "2025-07-01T00:00:00Z",
                "actual_resolve_time": "2025-07-02T17:37:00Z",
                "resolution_set_time": "2025-07-02T18:15:06.925207Z",
                "scheduled_close_time": "2025-05-14T16:00:00Z",
                "actual_close_time": "2025-05-14T16: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": "[Mahmoud Khalil's challenge to his detention moves forward]()",
                "resolution_criteria": "This question resolves as **Yes** if the United States deports Mahmoud Khalil before July 1, 2025. For purposes of this question, \"deported\" means Khalil being transported out of the territory of the United States against his will.",
                "fine_print": "",
                "post_id": 37639,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1747235994.025071,
                                "end_time": null,
                                "forecaster_count": 79,
                                "interval_lower_bounds": [
                                    0.14
                                ],
                                "centers": [
                                    0.2
                                ],
                                "interval_upper_bounds": [
                                    0.30225818348754147
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1747235994.025071,
                            "end_time": null,
                            "forecaster_count": 79,
                            "interval_lower_bounds": [
                                0.14
                            ],
                            "centers": [
                                0.2
                            ],
                            "interval_upper_bounds": [
                                0.30225818348754147
                            ],
                            "forecast_values": [
                                0.8,
                                0.2
                            ],
                            "means": [
                                0.2577462457747313
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.09722222970319579,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.4917921310571585,
                                    0.3191073460209369,
                                    1.7849254295694605,
                                    0.0,
                                    0.6683702162141048,
                                    2.497254616649286,
                                    0.0,
                                    0.0,
                                    0.3138368122426305,
                                    0.7513609248868253,
                                    1.0950842358735975,
                                    0.0,
                                    0.027414264600835975,
                                    0.0,
                                    0.0,
                                    1.1875870998173612,
                                    0.0,
                                    0.41139789546716327,
                                    0.0,
                                    0.0,
                                    1.6916893665594266,
                                    0.0,
                                    0.0,
                                    0.2990786581517114,
                                    0.0,
                                    0.8264527837167096,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.9860219252587494,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0010197534288651899,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8433303443076081,
                                    0.47138118161917414,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.01597739522374575,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.2622754525086275,
                                    0.0,
                                    0.001291273368885473,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0003751463215435882,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.2370020429323049,
                                    0.0,
                                    0.0,
                                    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": 60.99817299283586,
                            "peer_score": 20.365624603963532,
                            "coverage": 0.9854555627703667,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9854555627703667,
                            "spot_peer_score": 22.097711000760057,
                            "spot_baseline_score": 67.80719051126377,
                            "baseline_archived_score": 60.99817299283586,
                            "peer_archived_score": 20.365624603963532,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 22.097711000760057,
                            "spot_baseline_archived_score": 67.80719051126377
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 85,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "[Mahmoud Khalil's challenge to his detention moves forward]()"
        },
        {
            "id": 37638,
            "title": "Will the state of Texas ban THC before July 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-the-state-of-texas-ban-thc-before-july-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-05-09T21:48:34.419743Z",
            "published_at": "2025-05-14T12:00:00Z",
            "edited_at": "2025-07-03T15:44:14.036050Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 86,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-14T14:00:00Z",
            "scheduled_close_time": "2025-05-14T14:00:00Z",
            "scheduled_resolve_time": "2025-07-01T00:00:00Z",
            "open_time": "2025-05-14T12:00:00Z",
            "nr_forecasters": 79,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32721,
                        "type": "question_series",
                        "name": "Q2 AI Forecasting Benchmark Tournament",
                        "slug": "aibq2",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-04-21T01:38:25Z",
                        "close_date": "2025-07-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-03-22T19:06:55.820092Z",
                        "edited_at": "2025-07-06T14:35:25.656181Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32721,
                    "type": "question_series",
                    "name": "Q2 AI Forecasting Benchmark Tournament",
                    "slug": "aibq2",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-04-21T01:38:25Z",
                    "close_date": "2025-07-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-03-22T19:06:55.820092Z",
                    "edited_at": "2025-07-06T14:35:25.656181Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 36991,
                "title": "Will the state of Texas ban THC before July 1, 2025?",
                "created_at": "2025-05-09T21:48:34.419743Z",
                "open_time": "2025-05-14T12:00:00Z",
                "cp_reveal_time": "2025-05-14T14:00:00Z",
                "spot_scoring_time": "2025-05-14T14:00:00Z",
                "scheduled_resolve_time": "2025-07-01T00:00:00Z",
                "actual_resolve_time": "2025-07-02T17:37:00Z",
                "resolution_set_time": "2025-07-02T18:14:33.915843Z",
                "scheduled_close_time": "2025-05-14T14:00:00Z",
                "actual_close_time": "2025-05-14T14: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": "Beaumont Enterprise: [Will THC see its final death blow in Texas this session?](https://www.beaumontenterprise.com/news/article/texas-senate-bill-aims-ban-thc-activists-call-20279801.php)",
                "resolution_criteria": "This question resolves as **Yes** if before July 1, 2025, Texas enacts a law prohibiting the sale of THC. If no new prohibitions on the sale of THC become law in Texas before that date, this question resolves as No.",
                "fine_print": "For it to count, a law must fully prohibit the sale of THC within the state. This question resolves upon a ban being signed into law, rather than when it is implemented. An enacted law being later overturned will not cause the question to re-resolve. Partial bans (for example laws prohibiting the sale of THC to persons under 21 years of age) will not count. This question pertains to the sale of THC within the state, not to the purchase of it by individuals.",
                "post_id": 37638,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1747230306.084909,
                                "end_time": null,
                                "forecaster_count": 79,
                                "interval_lower_bounds": [
                                    0.1137
                                ],
                                "centers": [
                                    0.15
                                ],
                                "interval_upper_bounds": [
                                    0.25
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1747230306.084909,
                            "end_time": null,
                            "forecaster_count": 79,
                            "interval_lower_bounds": [
                                0.1137
                            ],
                            "centers": [
                                0.15
                            ],
                            "interval_upper_bounds": [
                                0.25
                            ],
                            "forecast_values": [
                                0.85,
                                0.15
                            ],
                            "means": [
                                0.19293183440724662
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.41139789546716327,
                                    0.0,
                                    1.1908868837894961,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.7690262475956686,
                                    1.4601546929271674,
                                    0.0,
                                    0.18691676533295776,
                                    0.0,
                                    3.383094673354102,
                                    0.0,
                                    0.3967414175681562,
                                    0.2867886946879334,
                                    0.13100237621305458,
                                    0.5391135320339995,
                                    0.0,
                                    0.34029419999880384,
                                    0.0,
                                    0.0,
                                    2.2382586043141908,
                                    0.3191073460209369,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.7580797413763698,
                                    0.162491984359063,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.1483061005595134,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5590197058964325,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0005676640048993487,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": 68.0784461404356,
                            "peer_score": 5.973977239015662,
                            "coverage": 0.9823125576310687,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9823125576310687,
                            "spot_peer_score": 10.411435868417701,
                            "spot_baseline_score": 76.55347463629771,
                            "baseline_archived_score": 68.0784461404356,
                            "peer_archived_score": 5.973977239015662,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 10.411435868417701,
                            "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": 84,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "Beaumont Enterprise: [Will THC see its final death blow in Texas this session?](https://www.beaumontenterprise.com/news/article/texas-senate-bill-aims-ban-thc-activists-call-20279801.php)"
        },
        {
            "id": 37635,
            "title": "Will Javier Milei have a higher approval rating than Claudia Sheinbaum on June 28, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-javier-milei-have-a-higher-approval-rating-than-claudia-sheinbaum-on-june-28-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-05-09T21:48:34.404402Z",
            "published_at": "2025-05-14T04:00:00Z",
            "edited_at": "2025-07-03T15:41:49.201714Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 85,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-14T06:00:00Z",
            "scheduled_close_time": "2025-05-14T06:00:00Z",
            "scheduled_resolve_time": "2025-06-28T00:00:00Z",
            "open_time": "2025-05-14T04:00:00Z",
            "nr_forecasters": 78,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32607,
                        "name": "2025 Leaderboard",
                        "slug": "2025_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "question_series": [
                    {
                        "id": 32721,
                        "type": "question_series",
                        "name": "Q2 AI Forecasting Benchmark Tournament",
                        "slug": "aibq2",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-04-21T01:38:25Z",
                        "close_date": "2025-07-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-03-22T19:06:55.820092Z",
                        "edited_at": "2025-07-06T14:35:25.656181Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32721,
                    "type": "question_series",
                    "name": "Q2 AI Forecasting Benchmark Tournament",
                    "slug": "aibq2",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-04-21T01:38:25Z",
                    "close_date": "2025-07-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-03-22T19:06:55.820092Z",
                    "edited_at": "2025-07-06T14:35:25.656181Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 36988,
                "title": "Will Javier Milei have a higher approval rating than Claudia Sheinbaum on June 28, 2025?",
                "created_at": "2025-05-09T21:48:34.404402Z",
                "open_time": "2025-05-14T04:00:00Z",
                "cp_reveal_time": "2025-05-14T06:00:00Z",
                "spot_scoring_time": "2025-05-14T06:00:00Z",
                "scheduled_resolve_time": "2025-06-28T00:00:00Z",
                "actual_resolve_time": "2025-06-28T20:44:00Z",
                "resolution_set_time": "2025-06-28T20:44:40.092499Z",
                "scheduled_close_time": "2025-05-14T06:00:00Z",
                "actual_close_time": "2025-05-14T06: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": "At the time of this question, Sheinbaum is at 60% as compared with Milei at 61%.",
                "resolution_criteria": "This question resolves as **Yes** if Javier Milei has a higher approval rating than Claudia Sheinbaum at [Morning Consult](https://pro.morningconsult.com/trackers/global-leader-approval) when checked by Metaculus on or after June 28, 2025. A tie or a lead by Sheinbaum resolves the question as **No**.",
                "fine_print": "",
                "post_id": 37635,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1747199887.261686,
                                "end_time": null,
                                "forecaster_count": 78,
                                "interval_lower_bounds": [
                                    0.2833333333333333
                                ],
                                "centers": [
                                    0.4225
                                ],
                                "interval_upper_bounds": [
                                    0.55
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1747199887.261686,
                            "end_time": null,
                            "forecaster_count": 78,
                            "interval_lower_bounds": [
                                0.2833333333333333
                            ],
                            "centers": [
                                0.4225
                            ],
                            "interval_upper_bounds": [
                                0.55
                            ],
                            "forecast_values": [
                                0.5775,
                                0.4225
                            ],
                            "means": [
                                0.41801654044951786
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.9447863337210879,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.2247655626667323,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.7795105213590894,
                                    0.0,
                                    0.4632431883235791,
                                    0.1601313494724224,
                                    0.0,
                                    0.49243091663929967,
                                    0.17192566867158657,
                                    0.0,
                                    1.037771199945589,
                                    0.0,
                                    0.08224649374643755,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.871421105028276,
                                    0.40880911918637236,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.334675221512731,
                                    0.0,
                                    0.21189784639931528,
                                    0.0,
                                    0.7499437156931522,
                                    0.07868445470428749,
                                    0.0,
                                    0.0,
                                    0.054167126145610874,
                                    0.0,
                                    0.001078956545637215,
                                    0.8423945157233667,
                                    0.0,
                                    0.0,
                                    0.8922909885556951,
                                    3.42759528229697,
                                    0.07526328335590458,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8648082934826132,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.9985802177067988,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": -27.77796521804054,
                            "peer_score": 3.929059833748089,
                            "coverage": 0.981921792626381,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.981921792626381,
                            "spot_peer_score": 6.687725810213885,
                            "spot_baseline_score": -24.297675349254046,
                            "baseline_archived_score": -27.77796521804054,
                            "peer_archived_score": 3.929059833748089,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 6.687725810213885,
                            "spot_baseline_archived_score": -24.297675349254046
                        },
                        "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": 83,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "At the time of this question, Sheinbaum is at 60% as compared with Milei at 61%."
        },
        {
            "id": 37631,
            "title": "Will Walmart have a higher market cap than Tesla on June 27, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-walmart-have-a-higher-market-cap-than-tesla-on-june-27-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-05-09T21:48:34.109556Z",
            "published_at": "2025-05-13T18:00:00Z",
            "edited_at": "2025-07-03T15:42:00.427238Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 83,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-13T20:00:00Z",
            "scheduled_close_time": "2025-05-13T20:00:00Z",
            "scheduled_resolve_time": "2025-06-27T00:00:00Z",
            "open_time": "2025-05-13T18:00:00Z",
            "nr_forecasters": 76,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32607,
                        "name": "2025 Leaderboard",
                        "slug": "2025_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "question_series": [
                    {
                        "id": 32721,
                        "type": "question_series",
                        "name": "Q2 AI Forecasting Benchmark Tournament",
                        "slug": "aibq2",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-04-21T01:38:25Z",
                        "close_date": "2025-07-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-03-22T19:06:55.820092Z",
                        "edited_at": "2025-07-06T14:35:25.656181Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32721,
                    "type": "question_series",
                    "name": "Q2 AI Forecasting Benchmark Tournament",
                    "slug": "aibq2",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-04-21T01:38:25Z",
                    "close_date": "2025-07-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-03-22T19:06:55.820092Z",
                    "edited_at": "2025-07-06T14:35:25.656181Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 36984,
                "title": "Will Walmart have a higher market cap than Tesla on June 27, 2025?",
                "created_at": "2025-05-09T21:48:34.109556Z",
                "open_time": "2025-05-13T18:00:00Z",
                "cp_reveal_time": "2025-05-13T20:00:00Z",
                "spot_scoring_time": "2025-05-13T20:00:00Z",
                "scheduled_resolve_time": "2025-06-27T00:00:00Z",
                "actual_resolve_time": "2025-06-27T17:19:00Z",
                "resolution_set_time": "2025-06-27T17:19:39.098167Z",
                "scheduled_close_time": "2025-05-13T20:00:00Z",
                "actual_close_time": "2025-05-13T20: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": "Business Insider: [Tesla's latest decline could be one for the history books, JPMorgan analysts say](https://www.businessinsider.com/tesla-stock-decline-jp-morgan-analyst-guidance-2025-3)",
                "resolution_criteria": "This question resolves as **Yes** if Walmart has a higher market capitalization than Tesla after the close of trading on June 27, 2025, according to [CompaniesMarketCap](https://companiesmarketcap.com/)",
                "fine_print": "",
                "post_id": 37631,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1747163771.067327,
                                "end_time": null,
                                "forecaster_count": 76,
                                "interval_lower_bounds": [
                                    0.35
                                ],
                                "centers": [
                                    0.45
                                ],
                                "interval_upper_bounds": [
                                    0.6
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1747163771.067327,
                            "end_time": null,
                            "forecaster_count": 76,
                            "interval_lower_bounds": [
                                0.35
                            ],
                            "centers": [
                                0.45
                            ],
                            "interval_upper_bounds": [
                                0.6
                            ],
                            "forecast_values": [
                                0.55,
                                0.45
                            ],
                            "means": [
                                0.464928532489598
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.16702785955340174,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.533487815080484,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.04063617914123495,
                                    0.0,
                                    0.47900326361428935,
                                    0.6956328972798366,
                                    0.0,
                                    0.13310460677455002,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.4603415241657507,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.7470313596766492,
                                    0.5943444604907019,
                                    0.0,
                                    0.006900644262869463,
                                    0.0,
                                    0.0,
                                    0.725040346466638,
                                    0.0,
                                    0.8404698975017634,
                                    0.00044483911207012384,
                                    1.0,
                                    0.6367580200117204,
                                    0.0,
                                    0.7038446451067445,
                                    0.0,
                                    0.15533933659248353,
                                    0.8998797983521587,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.00092497201079239,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.6492409177801748,
                                    0.046843471097372705,
                                    0.8151320187047331,
                                    0.0,
                                    0.0,
                                    0.7235310631641572,
                                    0.032507148338583335,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.0360192821782626,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6210359097296259,
                                    0.0,
                                    0.09133304969971341,
                                    0.9440804922695755,
                                    0.20672425844473,
                                    0.8981671833579743,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.05575177713795103,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": 16.419850992948263,
                            "peer_score": 6.661284934335252,
                            "coverage": 0.9836016048656571,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9836016048656571,
                            "spot_peer_score": 4.979690793879767,
                            "spot_baseline_score": 13.750352374993504,
                            "baseline_archived_score": 16.419850992948263,
                            "peer_archived_score": 6.661284934335252,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 4.979690793879767,
                            "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": 81,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "Business Insider: [Tesla's latest decline could be one for the history books, JPMorgan analysts say](https://www.businessinsider.com/tesla-stock-decline-jp-morgan-analyst-guidance-2025-3)"
        },
        {
            "id": 37630,
            "title": "Will both Abigail Spanberger and Winsome Earle-Sears win their respective parties' nomination in the 2025 Virginia gubernatorial race?",
            "short_title": "",
            "url_title": "",
            "slug": "will-both-abigail-spanberger-and-winsome-earle-sears-win-their-respective-parties-nomination-in-the-2025-virginia-gubernatorial-race",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-05-09T21:48:34.104508Z",
            "published_at": "2025-05-13T16:00:00Z",
            "edited_at": "2025-07-03T15:41:30.685706Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 83,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-13T18:00:00Z",
            "scheduled_close_time": "2025-05-13T18:00:00Z",
            "scheduled_resolve_time": "2025-06-18T00:00:00Z",
            "open_time": "2025-05-13T16:00:00Z",
            "nr_forecasters": 75,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32721,
                        "type": "question_series",
                        "name": "Q2 AI Forecasting Benchmark Tournament",
                        "slug": "aibq2",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-04-21T01:38:25Z",
                        "close_date": "2025-07-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-03-22T19:06:55.820092Z",
                        "edited_at": "2025-07-06T14:35:25.656181Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32721,
                    "type": "question_series",
                    "name": "Q2 AI Forecasting Benchmark Tournament",
                    "slug": "aibq2",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-04-21T01:38:25Z",
                    "close_date": "2025-07-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-03-22T19:06:55.820092Z",
                    "edited_at": "2025-07-06T14:35:25.656181Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 36983,
                "title": "Will both Abigail Spanberger and Winsome Earle-Sears win their respective parties' nomination in the 2025 Virginia gubernatorial race?",
                "created_at": "2025-05-09T21:48:34.104508Z",
                "open_time": "2025-05-13T16:00:00Z",
                "cp_reveal_time": "2025-05-13T18:00:00Z",
                "spot_scoring_time": "2025-05-13T18:00:00Z",
                "scheduled_resolve_time": "2025-06-18T00:00:00Z",
                "actual_resolve_time": "2025-06-19T22:40:00Z",
                "resolution_set_time": "2025-06-19T22:54:12.314449Z",
                "scheduled_close_time": "2025-05-13T18:00:00Z",
                "actual_close_time": "2025-05-13T18:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "annulled",
                "include_bots_in_aggregates": true,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "label": "",
                "unit": "",
                "open_upper_bound": false,
                "open_lower_bound": false,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_max": null,
                    "range_min": null,
                    "zero_point": null,
                    "open_upper_bound": false,
                    "open_lower_bound": false,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "CBS News: [Winsome Earle-Sears, Abigail Spanberger will face off in key Virginia governor's race](https://www.cbsnews.com/news/winsome-earle-sears-abigail-spanberger-virginia-governor/)",
                "resolution_criteria": "This question resolves as **Yes** if Abigail Spanberger is the presumptive Democratic Virginia gubernatorial nominee and Winsome Earle-Sears is the presumptive Republican nominee, following the primary elections.",
                "fine_print": "Both primary elections are currently scheduled for June 17, 2025. If both primaries are not held before June 30, 2025, the question will be **annulled**.",
                "post_id": 37630,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1747156594.552283,
                                "end_time": null,
                                "forecaster_count": 75,
                                "interval_lower_bounds": [
                                    0.85
                                ],
                                "centers": [
                                    0.95
                                ],
                                "interval_upper_bounds": [
                                    0.9654087358699016
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1747156594.552283,
                            "end_time": null,
                            "forecaster_count": 75,
                            "interval_lower_bounds": [
                                0.85
                            ],
                            "centers": [
                                0.95
                            ],
                            "interval_upper_bounds": [
                                0.9654087358699016
                            ],
                            "forecast_values": [
                                0.050000000000000044,
                                0.95
                            ],
                            "means": [
                                0.8861379227035433
                            ],
                            "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.3756459167785117,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0012808209520579696,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.516720051368963,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.45555165592256447,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.34300342395073097,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.002443062932311581,
                                    1.2765593931562529,
                                    0.0,
                                    0.025725976524552732,
                                    0.0,
                                    1.6549658653420036,
                                    0.0,
                                    0.0,
                                    0.4274130675954733,
                                    0.0,
                                    0.49647400126676244,
                                    0.0,
                                    0.5809629972812742,
                                    0.0,
                                    0.5499123981425624,
                                    4.65136662049033,
                                    0.9437171652598805,
                                    2.523689342898109,
                                    0.5381572064485178,
                                    0.4619462072628989
                                ]
                            ]
                        },
                        "score_data": {},
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 80,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "CBS News: [Winsome Earle-Sears, Abigail Spanberger will face off in key Virginia governor's race](https://www.cbsnews.com/news/winsome-earle-sears-abigail-spanberger-virginia-governor/)"
        },
        {
            "id": 37627,
            "title": "Will Donald Trump and Volodymyr Zelenskyy speak on the phone with each other before June 15, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-donald-trump-and-volodymyr-zelenskyy-speak-on-the-phone-with-each-other-before-june-15-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-05-09T21:48:33.809499Z",
            "published_at": "2025-05-13T10:00:00Z",
            "edited_at": "2025-07-03T15:41:17.129589Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 84,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-13T12:00:00Z",
            "scheduled_close_time": "2025-05-13T12:00:00Z",
            "scheduled_resolve_time": "2025-06-15T00:00:00Z",
            "open_time": "2025-05-13T10:00:00Z",
            "nr_forecasters": 77,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32721,
                        "type": "question_series",
                        "name": "Q2 AI Forecasting Benchmark Tournament",
                        "slug": "aibq2",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-04-21T01:38:25Z",
                        "close_date": "2025-07-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-03-22T19:06:55.820092Z",
                        "edited_at": "2025-07-06T14:35:25.656181Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32721,
                    "type": "question_series",
                    "name": "Q2 AI Forecasting Benchmark Tournament",
                    "slug": "aibq2",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-04-21T01:38:25Z",
                    "close_date": "2025-07-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-03-22T19:06:55.820092Z",
                    "edited_at": "2025-07-06T14:35:25.656181Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 36980,
                "title": "Will Donald Trump and Volodymyr Zelenskyy speak on the phone with each other before June 15, 2025?",
                "created_at": "2025-05-09T21:48:33.809499Z",
                "open_time": "2025-05-13T10:00:00Z",
                "cp_reveal_time": "2025-05-13T12:00:00Z",
                "spot_scoring_time": "2025-05-13T12:00:00Z",
                "scheduled_resolve_time": "2025-06-15T00:00:00Z",
                "actual_resolve_time": "2025-06-05T10:30:00Z",
                "resolution_set_time": "2025-06-05T10:31:45.662726Z",
                "scheduled_close_time": "2025-05-13T12:00:00Z",
                "actual_close_time": "2025-05-13T12: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": "Sky News: [Key moments that have shaped Trump and Zelenskyy's relationship](https://news.sky.com/story/trump-and-zelenskyys-relationship-from-perfect-phone-call-to-oval-office-clash-13331892)",
                "resolution_criteria": "This question resolves as **Yes** if, after May 12, 2025 and before June 15, 2025, Donald Trump and Volodymyr Zelenskyy speak on the phone with each other, according to [credible sources](https://www.metaculus.com/faq/#definitions).",
                "fine_print": "Both sides must acknowledge the phone call took place for it to count. \"Speak on the phone with each other\" is defined as both individuals, from different physical spaces, orally uttering words intended for the other individual into a telephone or equivalent device, those words being converted into electrical or digital signals in real time, and then transferred to the other individual via telecommunications links, where they are reconverted into sound waves at the other individual's listening device.",
                "post_id": 37627,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1747135820.584039,
                                "end_time": null,
                                "forecaster_count": 77,
                                "interval_lower_bounds": [
                                    0.3995000000000001
                                ],
                                "centers": [
                                    0.55
                                ],
                                "interval_upper_bounds": [
                                    0.6500000000000001
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1747135820.584039,
                            "end_time": null,
                            "forecaster_count": 77,
                            "interval_lower_bounds": [
                                0.3995000000000001
                            ],
                            "centers": [
                                0.55
                            ],
                            "interval_upper_bounds": [
                                0.6500000000000001
                            ],
                            "forecast_values": [
                                0.44999999999999996,
                                0.55
                            ],
                            "means": [
                                0.5149843327517041
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.7937707065887178,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5991934486207914,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.2630284580779729,
                                    0.0,
                                    0.0006357209650978351,
                                    0.0,
                                    0.0,
                                    0.1295428914576127,
                                    0.0,
                                    0.0,
                                    0.012081674919003055,
                                    0.0,
                                    1.0334090807654872,
                                    0.0,
                                    0.14670818709218508,
                                    0.0,
                                    0.0,
                                    0.8421065725502827,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.9444368072528766,
                                    1.1327771015001873,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.0,
                                    0.35736496982613525,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0011420111692213952,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.9963226671078671,
                                    0.18197306897364698,
                                    0.07966169775072467,
                                    0.0,
                                    0.626040305310885,
                                    0.46317919748337,
                                    0.0,
                                    0.0,
                                    0.3810919053759498,
                                    0.0,
                                    2.7168057703419235,
                                    0.0,
                                    0.0,
                                    0.10083964581808723,
                                    0.0,
                                    0.07958137921877678,
                                    0.0,
                                    0.0,
                                    1.1438819563286695,
                                    0.20932612500505898,
                                    1.2044582528291703,
                                    0.0,
                                    0.0,
                                    0.1952379986272593,
                                    0.0,
                                    0.05265403039884038,
                                    0.1265952290903183,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0008735776126710382,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.2401491334992293,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": 21.534393712503686,
                            "peer_score": 21.954620307962195,
                            "coverage": 0.9852767279081875,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9852767279081875,
                            "spot_peer_score": 16.86316188994289,
                            "spot_baseline_score": 13.750352374993504,
                            "baseline_archived_score": 21.534393712503686,
                            "peer_archived_score": 21.954620307962195,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 16.86316188994289,
                            "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": 82,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "Sky News: [Key moments that have shaped Trump and Zelenskyy's relationship](https://news.sky.com/story/trump-and-zelenskyys-relationship-from-perfect-phone-call-to-oval-office-clash-13331892)"
        },
        {
            "id": 37626,
            "title": "Will the price of bananas reported by the US BLS for May 2025 be under 63 cents a pound?",
            "short_title": "",
            "url_title": "",
            "slug": "will-the-price-of-bananas-reported-by-the-us-bls-for-may-2025-be-under-63-cents-a-pound",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-05-09T21:48:33.803389Z",
            "published_at": "2025-05-13T08:00:00Z",
            "edited_at": "2025-07-03T15:43:14.376473Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 84,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-13T10:00:00Z",
            "scheduled_close_time": "2025-05-13T10:00:00Z",
            "scheduled_resolve_time": "2025-06-11T00:00:00Z",
            "open_time": "2025-05-13T08:00:00Z",
            "nr_forecasters": 77,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32721,
                        "type": "question_series",
                        "name": "Q2 AI Forecasting Benchmark Tournament",
                        "slug": "aibq2",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-04-21T01:38:25Z",
                        "close_date": "2025-07-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-03-22T19:06:55.820092Z",
                        "edited_at": "2025-07-06T14:35:25.656181Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32721,
                    "type": "question_series",
                    "name": "Q2 AI Forecasting Benchmark Tournament",
                    "slug": "aibq2",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-04-21T01:38:25Z",
                    "close_date": "2025-07-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-03-22T19:06:55.820092Z",
                    "edited_at": "2025-07-06T14:35:25.656181Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 36979,
                "title": "Will the price of bananas reported by the US BLS for May 2025 be under 63 cents a pound?",
                "created_at": "2025-05-09T21:48:33.803389Z",
                "open_time": "2025-05-13T08:00:00Z",
                "cp_reveal_time": "2025-05-13T10:00:00Z",
                "spot_scoring_time": "2025-05-13T10:00:00Z",
                "scheduled_resolve_time": "2025-06-11T00:00:00Z",
                "actual_resolve_time": "2025-06-15T01:35:00Z",
                "resolution_set_time": "2025-06-15T01:35:11.753057Z",
                "scheduled_close_time": "2025-05-13T10:00:00Z",
                "actual_close_time": "2025-05-13T10: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": "Quartz: [Move over, eggs – bananas are the next victim](https://qz.com/bananas-dole-price-hikes-inflation-port-fees-trump-tari-1851772583)",
                "resolution_criteria": "This question resolves as **Yes** if the price reported by the Bureau of Labor Statistics [here](https://data.bls.gov/toppicks?survey=ap) for Bananas, per lb. - APU0000711211, to the thousandths of a decimal point, is under $0.6300 for May 2025.",
                "fine_print": "",
                "post_id": 37626,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1747128619.845515,
                                "end_time": null,
                                "forecaster_count": 77,
                                "interval_lower_bounds": [
                                    0.35
                                ],
                                "centers": [
                                    0.6333333333333333
                                ],
                                "interval_upper_bounds": [
                                    0.6958850804051654
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1747128619.845515,
                            "end_time": null,
                            "forecaster_count": 77,
                            "interval_lower_bounds": [
                                0.35
                            ],
                            "centers": [
                                0.6333333333333333
                            ],
                            "interval_upper_bounds": [
                                0.6958850804051654
                            ],
                            "forecast_values": [
                                0.3666666666666667,
                                0.6333333333333333
                            ],
                            "means": [
                                0.5497109480824269
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.11745326059771638,
                                    0.16948948535457445,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.10562890489112646,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.648157824207587,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5899750586313761,
                                    0.7485007948841444,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6696744542258694,
                                    0.0,
                                    0.20932612500505898,
                                    0.0,
                                    0.0,
                                    0.7104904717787289,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.0628888820769253,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.10198165698730863,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.2916478014574389,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.4904753668705708,
                                    0.0,
                                    0.0,
                                    0.3137398054893638,
                                    0.0,
                                    2.1414096696606197,
                                    0.7937707065887178,
                                    0.13633578835620466,
                                    0.4073539589446246,
                                    0.8414412190720929,
                                    0.35601024036552253,
                                    0.0,
                                    0.33493505235387105,
                                    0.0,
                                    0.626040305310885,
                                    1.1319919730565826,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0726293967494268,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.983521368641682,
                                    0.0,
                                    0.0,
                                    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": -46.84504755160057,
                            "peer_score": 0.4882869749902004,
                            "coverage": 0.985849322213067,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.985849322213067,
                            "spot_peer_score": 0.11589618628797581,
                            "spot_baseline_score": -44.74589769712211,
                            "baseline_archived_score": -46.84504755160057,
                            "peer_archived_score": 0.4882869749902004,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 0.11589618628797581,
                            "spot_baseline_archived_score": -44.74589769712211
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 82,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "Quartz: [Move over, eggs – bananas are the next victim](https://qz.com/bananas-dole-price-hikes-inflation-port-fees-trump-tari-1851772583)"
        },
        {
            "id": 37621,
            "title": "Will the NFL ban the \"Tush-Push\" before June 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-the-nfl-ban-the-tush-push-before-june-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-05-09T21:48:33.625196Z",
            "published_at": "2025-05-12T22:00:00Z",
            "edited_at": "2025-07-03T15:41:47.833287Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 85,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-05-13T00:00:00Z",
            "scheduled_close_time": "2025-05-13T00:00:00Z",
            "scheduled_resolve_time": "2025-06-01T00:00:00Z",
            "open_time": "2025-05-12T22:00:00Z",
            "nr_forecasters": 77,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32721,
                        "type": "question_series",
                        "name": "Q2 AI Forecasting Benchmark Tournament",
                        "slug": "aibq2",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-04-21T01:38:25Z",
                        "close_date": "2025-07-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-03-22T19:06:55.820092Z",
                        "edited_at": "2025-07-06T14:35:25.656181Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32721,
                    "type": "question_series",
                    "name": "Q2 AI Forecasting Benchmark Tournament",
                    "slug": "aibq2",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-04-21T01:38:25Z",
                    "close_date": "2025-07-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-03-22T19:06:55.820092Z",
                    "edited_at": "2025-07-06T14:35:25.656181Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 36974,
                "title": "Will the NFL ban the \"Tush-Push\" before June 1, 2025?",
                "created_at": "2025-05-09T21:48:33.625196Z",
                "open_time": "2025-05-12T22:00:00Z",
                "cp_reveal_time": "2025-05-13T00:00:00Z",
                "spot_scoring_time": "2025-05-13T00:00:00Z",
                "scheduled_resolve_time": "2025-06-01T00:00:00Z",
                "actual_resolve_time": "2025-06-02T13:39:00Z",
                "resolution_set_time": "2025-06-02T13:41:56.772470Z",
                "scheduled_close_time": "2025-05-13T00:00:00Z",
                "actual_close_time": "2025-05-13T00: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": "ESPN: [Vote on tush push ban tabled by NFL owners for more discussion](https://www.espn.com/nfl/story/_/id/44490292/sources-tush-push-ban-vote-tabled-nfl-owners) | CBS Sports: [Expansive 'Tush Push' ban could have strong support at NFL's next owners meeting, per report](https://www.cbssports.com/nfl/news/expansive-tush-push-ban-could-have-strong-support-at-nfls-next-owners-meeting-per-report/)",
                "resolution_criteria": "This question resolves as **Yes** if the National Football League officially approves or announces a rule restricting the quarterback sneak known as the [Tush-Push](https://en.wikipedia.org/wiki/Quarterback_sneak#Tush_push) before June 1, 2025. If there are no reports of this occurring before that date, this question resolves as **No**.",
                "fine_print": "",
                "post_id": 37621,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1747092894.028777,
                                "end_time": null,
                                "forecaster_count": 77,
                                "interval_lower_bounds": [
                                    0.3
                                ],
                                "centers": [
                                    0.6925
                                ],
                                "interval_upper_bounds": [
                                    0.75
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1747092894.028777,
                            "end_time": null,
                            "forecaster_count": 77,
                            "interval_lower_bounds": [
                                0.3
                            ],
                            "centers": [
                                0.6925
                            ],
                            "interval_upper_bounds": [
                                0.75
                            ],
                            "forecast_values": [
                                0.3075,
                                0.6925
                            ],
                            "means": [
                                0.5667417697312417
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.15774725839889664,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.06235169715667622,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8287098096292149,
                                    0.0,
                                    0.13633578835620466,
                                    0.0,
                                    1.087490234956241,
                                    0.7176979056243937,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5545426186623912,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.9444368072528766,
                                    0.1952379986272593,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.06773163967248513,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6647367894266478,
                                    0.1265952290903183,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.1458448168481206,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0006357209650978351,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.08625829385506563,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.1559436362635933,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6431105872098865,
                                    0.0,
                                    0.0,
                                    0.4327000768271672,
                                    0.7955297906654594,
                                    1.2858653369124349,
                                    0.8916243659088019,
                                    0.8414412190720929,
                                    0.0,
                                    0.0,
                                    0.24974762010423984,
                                    0.0,
                                    0.0,
                                    0.2748170669261738,
                                    0.0,
                                    0.046059371797171324,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    3.653239506754126,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.008438384594982272,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": -58.03111759944278,
                            "peer_score": 0.5013236720902314,
                            "coverage": 0.985663429432445,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.985663429432445,
                            "spot_peer_score": -9.2370235242446,
                            "spot_baseline_score": -70.13416844354849,
                            "baseline_archived_score": -58.03111759944278,
                            "peer_archived_score": 0.5013236720902314,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": -9.2370235242446,
                            "spot_baseline_archived_score": -70.13416844354849
                        },
                        "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": 83,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "ESPN: [Vote on tush push ban tabled by NFL owners for more discussion](https://www.espn.com/nfl/story/_/id/44490292/sources-tush-push-ban-vote-tabled-nfl-owners) | CBS Sports: [Expansive 'Tush Push' ban could have strong support at NFL's next owners meeting, per report](https://www.cbssports.com/nfl/news/expansive-tush-push-ban-could-have-strong-support-at-nfls-next-owners-meeting-per-report/)"
        }
    ]
}