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

{
    "count": 5595,
    "next": "http://www.metaculus.com/api2/questions/?format=api&limit=20&offset=640",
    "previous": "http://www.metaculus.com/api2/questions/?format=api&limit=20&offset=600",
    "results": [
        {
            "id": 35724,
            "title": "Will the Artemis Accords have 54 signatories on April 1, 2025?",
            "short_title": "Artemis Accords has 54 (or more) signatories April 1, 2025",
            "url_title": "Artemis Accords has 54 (or more) signatories April 1, 2025",
            "slug": "artemis-accords-has-54-or-more-signatories-april-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-03-02T04:36:26.503647Z",
            "published_at": "2025-03-03T08:00:00Z",
            "edited_at": "2025-07-03T15:42:15.411310Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 15,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-03-05T09:00:00Z",
            "scheduled_close_time": "2025-03-05T09:00:00Z",
            "scheduled_resolve_time": "2025-04-01T00:00:00Z",
            "open_time": "2025-03-03T08:00:00Z",
            "nr_forecasters": 10,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32631,
                        "type": "question_series",
                        "name": "Pro Forecasters - AI Forecasting Benchmark Q1 2025",
                        "slug": "pro-benchmark-q12025",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1_IPFp1SQ.webp",
                        "prize_pool": null,
                        "start_date": "2025-01-17T06:00:00Z",
                        "close_date": "2025-04-08T18:00:00Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-01-10T22:19:31.310481Z",
                        "edited_at": "2025-05-12T14:08:22.584970Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32631,
                    "type": "question_series",
                    "name": "Pro Forecasters - AI Forecasting Benchmark Q1 2025",
                    "slug": "pro-benchmark-q12025",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1_IPFp1SQ.webp",
                    "prize_pool": null,
                    "start_date": "2025-01-17T06:00:00Z",
                    "close_date": "2025-04-08T18:00:00Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-01-10T22:19:31.310481Z",
                    "edited_at": "2025-05-12T14:08:22.584970Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 35174,
                "title": "Will the Artemis Accords have 54 signatories on April 1, 2025?",
                "created_at": "2025-03-02T04:36:26.503647Z",
                "open_time": "2025-03-03T08:00:00Z",
                "cp_reveal_time": "2025-03-05T09:00:00Z",
                "spot_scoring_time": "2025-03-05T09:00:00Z",
                "scheduled_resolve_time": "2025-04-01T00:00:00Z",
                "actual_resolve_time": "2025-04-01T01:26:00Z",
                "resolution_set_time": "2025-04-01T01:28:16.448335Z",
                "scheduled_close_time": "2025-03-05T09:00:00Z",
                "actual_close_time": "2025-03-05T09: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": "There are 53 signatories at the time of this question: Angola, Argentina, Armenia, Australia, Austria, Bahrain, Belgium, Brazil, Bulgaria, Canada, Chile, Colombia, the Republic of Cyprus, Czech Republic, Denmark, Dominican Republic, Ecuador, Estonia, Finland, France, Germany, Greece, Iceland, India, Israel, Italy, Japan, Liechtenstein, Lithuania, Luxembourg, Mexico, Netherlands, New Zealand, Nigeria, Panama, Peru, Poland, the Republic of Korea, Romania, Rwanda, Saudi Arabia, Singapore, Slovakia, Slovenia, Spain, Sweden, Switzerland, Thailand, Ukraine, the United Arab Emirates, the United Kingdom, the United States, and Uruguay. [(source)](https://www.state.gov/bureau-of-oceans-and-international-environmental-and-scientific-affairs/artemis-accords)",
                "resolution_criteria": "This question resolves as **Yes** if the Artemis Accords has 54 (or more) signatories on April 1, 2025.",
                "fine_print": "",
                "post_id": 35724,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1741164095.281967,
                                "end_time": null,
                                "forecaster_count": 10,
                                "interval_lower_bounds": [
                                    0.35
                                ],
                                "centers": [
                                    0.35
                                ],
                                "interval_upper_bounds": [
                                    0.367
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1741164095.281967,
                            "end_time": null,
                            "forecaster_count": 10,
                            "interval_lower_bounds": [
                                0.35
                            ],
                            "centers": [
                                0.35
                            ],
                            "interval_upper_bounds": [
                                0.367
                            ],
                            "forecast_values": [
                                0.65,
                                0.35
                            ],
                            "means": [
                                0.3741320043887454
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.7161608149020564,
                                    0.0,
                                    0.0,
                                    0.3960520319014228,
                                    0.0,
                                    1.340480546600963,
                                    1.596589295778137,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.11506274851461015,
                                    0.2392546405498639,
                                    0.0,
                                    0.0,
                                    0.4868836570685514,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": {
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.8482985814858457,
                            "peer_score": 4.828502753222446,
                            "coverage": 0.8482985814858457,
                            "baseline_score": 4.280377068614125,
                            "spot_peer_score": 12.422423818975082,
                            "spot_baseline_score": 37.85116232537298,
                            "relative_legacy_archived_score": 0.0,
                            "peer_archived_score": 4.828502753222446,
                            "baseline_archived_score": 4.280377068614125,
                            "spot_peer_archived_score": 12.422423818975082,
                            "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": 21,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "There are 53 signatories at the time of this question: Angola, Argentina, Armenia, Australia, Austria, Bahrain, Belgium, Brazil, Bulgaria, Canada, Chile, Colombia, the Republic of Cyprus, Czech Republic, Denmark, Dominican Republic, Ecuador, Estonia, Finland, France, Germany, Greece, Iceland, India, Israel, Italy, Japan, Liechtenstein, Lithuania, Luxembourg, Mexico, Netherlands, New Zealand, Nigeria, Panama, Peru, Poland, the Republic of Korea, Romania, Rwanda, Saudi Arabia, Singapore, Slovakia, Slovenia, Spain, Sweden, Switzerland, Thailand, Ukraine, the United Arab Emirates, the United Kingdom, the United States, and Uruguay. [(source)](https://www.state.gov/bureau-of-oceans-and-international-environmental-and-scientific-affairs/artemis-accords)"
        },
        {
            "id": 35723,
            "title": "Will President Trump issue a new presidential action mentioning the Diversity Visa before April 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-president-trump-issue-a-new-presidential-action-mentioning-the-diversity-visa-before-april-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-03-02T04:36:25.871209Z",
            "published_at": "2025-03-03T08:00:00Z",
            "edited_at": "2025-07-03T15:44:53.594654Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 20,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-03-05T09:00:00Z",
            "scheduled_close_time": "2025-03-05T09:00:00Z",
            "scheduled_resolve_time": "2025-04-01T00:00:00Z",
            "open_time": "2025-03-03T08:00:00Z",
            "nr_forecasters": 10,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32631,
                        "type": "question_series",
                        "name": "Pro Forecasters - AI Forecasting Benchmark Q1 2025",
                        "slug": "pro-benchmark-q12025",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1_IPFp1SQ.webp",
                        "prize_pool": null,
                        "start_date": "2025-01-17T06:00:00Z",
                        "close_date": "2025-04-08T18:00:00Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-01-10T22:19:31.310481Z",
                        "edited_at": "2025-05-12T14:08:22.584970Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32631,
                    "type": "question_series",
                    "name": "Pro Forecasters - AI Forecasting Benchmark Q1 2025",
                    "slug": "pro-benchmark-q12025",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1_IPFp1SQ.webp",
                    "prize_pool": null,
                    "start_date": "2025-01-17T06:00:00Z",
                    "close_date": "2025-04-08T18:00:00Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-01-10T22:19:31.310481Z",
                    "edited_at": "2025-05-12T14:08:22.584970Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 35173,
                "title": "Will President Trump issue a new presidential action mentioning the Diversity Visa before April 1, 2025?",
                "created_at": "2025-03-02T04:36:25.871209Z",
                "open_time": "2025-03-03T08:00:00Z",
                "cp_reveal_time": "2025-03-05T09:00:00Z",
                "spot_scoring_time": "2025-03-05T09:00:00Z",
                "scheduled_resolve_time": "2025-04-01T00:00:00Z",
                "actual_resolve_time": "2025-04-01T01:53:00Z",
                "resolution_set_time": "2025-04-01T01:56:53.559755Z",
                "scheduled_close_time": "2025-03-05T09:00:00Z",
                "actual_close_time": "2025-03-05T09: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": "National Immigration Forum: [Trump’s First 100 Days: Potential Immigration Actions](https://immigrationforum.org/article/trumps-first-100-days-potential-immigration-actions/)",
                "resolution_criteria": "This question resolves as **Yes** if, before April 1, 2025, President Donald J. Trump issues a [presidential action](https://www.whitehouse.gov/presidential-actions/) mentioning the \"Diversity Visa\" (using exactly those words). If this does not occur before that date, this resolves as **No**.",
                "fine_print": "To count, the presidential action must be published and publicly accessible (likely appearing on the presidential actions section of the White House website) before the specified time. A verbal statement or other written announcement besides a presidential action (for example a post on social media), is not sufficient.",
                "post_id": 35723,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1741164082.060752,
                                "end_time": null,
                                "forecaster_count": 10,
                                "interval_lower_bounds": [
                                    0.125
                                ],
                                "centers": [
                                    0.15
                                ],
                                "interval_upper_bounds": [
                                    0.17
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1741164082.060752,
                            "end_time": null,
                            "forecaster_count": 10,
                            "interval_lower_bounds": [
                                0.125
                            ],
                            "centers": [
                                0.15
                            ],
                            "interval_upper_bounds": [
                                0.17
                            ],
                            "forecast_values": [
                                0.85,
                                0.15
                            ],
                            "means": [
                                0.16978394846207043
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.0243157823203375,
                                    0.0,
                                    0.49027544292935926,
                                    0.0,
                                    0.0,
                                    1.0,
                                    0.0,
                                    1.3127501106801933,
                                    0.2392546405498639,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.3960520319014228,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.31277297841981777,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.11506274851461015,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": 49.81754245385567,
                            "peer_score": 3.7795479281981637,
                            "coverage": 0.9105659938034287,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9105659938034287,
                            "spot_peer_score": 8.779959450194276,
                            "spot_baseline_score": 76.55347463629771,
                            "baseline_archived_score": 49.81754245385567,
                            "peer_archived_score": 3.7795479281981637,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 8.779959450194276,
                            "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": 24,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "National Immigration Forum: [Trump’s First 100 Days: Potential Immigration Actions](https://immigrationforum.org/article/trumps-first-100-days-potential-immigration-actions/)"
        },
        {
            "id": 35708,
            "title": "Will NOAA's Climate.gov still be online on April 1, 2025?",
            "short_title": "climate.gov up or down?",
            "url_title": "climate.gov up or down?",
            "slug": "climategov-up-or-down",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-03-02T04:05:19.818895Z",
            "published_at": "2025-03-07T11:00:00Z",
            "edited_at": "2025-07-03T15:40:53.346249Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 81,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-03-07T12:00:00Z",
            "scheduled_close_time": "2025-03-07T12:00:00Z",
            "scheduled_resolve_time": "2025-04-01T00:00:00Z",
            "open_time": "2025-03-07T11:00:00Z",
            "nr_forecasters": 25,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32627,
                        "type": "question_series",
                        "name": "Q1 AI Forecasting Benchmark Tournament",
                        "slug": "aibq1",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-01-20T01:38:25Z",
                        "close_date": "2025-04-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-01-05T18:44:23.854392Z",
                        "edited_at": "2025-04-23T14:35:34.045143Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32627,
                    "type": "question_series",
                    "name": "Q1 AI Forecasting Benchmark Tournament",
                    "slug": "aibq1",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-01-20T01:38:25Z",
                    "close_date": "2025-04-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-01-05T18:44:23.854392Z",
                    "edited_at": "2025-04-23T14:35:34.045143Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 35158,
                "title": "Will NOAA's Climate.gov still be online on April 1, 2025?",
                "created_at": "2025-03-02T04:05:19.818895Z",
                "open_time": "2025-03-07T11:00:00Z",
                "cp_reveal_time": "2025-03-07T12:00:00Z",
                "spot_scoring_time": "2025-03-07T12:00:00Z",
                "scheduled_resolve_time": "2025-04-01T00:00:00Z",
                "actual_resolve_time": "2025-04-01T01:20:00Z",
                "resolution_set_time": "2025-04-01T01:21:55.471927Z",
                "scheduled_close_time": "2025-03-07T12:00:00Z",
                "actual_close_time": "2025-03-07T12: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": "National Security Archive: [Disappearing Data: Trump Administration Removing Climate Information from Government Websites](https://nsarchive.gwu.edu/briefing-book/climate-change-transparency-project-foia/2025-02-06/disappearing-data-trump)",
                "resolution_criteria": "This question resolves as **Yes** if Climate.gov is online according to [Is It Down Right Now?](https://www.isitdownrightnow.com/climate.gov.html) when accessed by Metaculus on or after April 1, 2025.",
                "fine_print": "As of February 26, 2025, the resolution source returns the mesasge, \"Climate.gov is UP and reachable by us.\"",
                "post_id": 35708,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1741347869.877442,
                                "end_time": null,
                                "forecaster_count": 25,
                                "interval_lower_bounds": [
                                    0.75
                                ],
                                "centers": [
                                    0.85
                                ],
                                "interval_upper_bounds": [
                                    0.95
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1741347869.877442,
                            "end_time": null,
                            "forecaster_count": 25,
                            "interval_lower_bounds": [
                                0.75
                            ],
                            "centers": [
                                0.85
                            ],
                            "interval_upper_bounds": [
                                0.95
                            ],
                            "forecast_values": [
                                0.15000000000000002,
                                0.85
                            ],
                            "means": [
                                0.826010345650712
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.46890301972848125,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.7337519574005283,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.32108126843114476,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.9293231672836759,
                                    0.9039144894018473,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.2089666388646398,
                                    0.0,
                                    0.6587413533585318,
                                    0.0,
                                    0.0,
                                    0.56743799213796,
                                    0.0,
                                    0.0,
                                    0.027714863046207582,
                                    0.0,
                                    1.0260989215162262,
                                    0.0,
                                    0.0,
                                    0.07804183443061195,
                                    0.3239984154485755,
                                    1.9008766376974546,
                                    0.0,
                                    0.0,
                                    0.3678794411714424,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": 70.99323580831434,
                            "peer_score": 1.5696989391220462,
                            "coverage": 0.9328215761317147,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9328215761317147,
                            "spot_peer_score": 2.482692303260378,
                            "spot_baseline_score": 76.55347463629771,
                            "baseline_archived_score": 70.99323580831434,
                            "peer_archived_score": 1.5696989391220462,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 2.482692303260378,
                            "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": 80,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "National Security Archive: [Disappearing Data: Trump Administration Removing Climate Information from Government Websites](https://nsarchive.gwu.edu/briefing-book/climate-change-transparency-project-foia/2025-02-06/disappearing-data-trump)"
        },
        {
            "id": 35707,
            "title": "Will the US military's climate resiliance portal be back online on April 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-the-us-militarys-climate-resiliance-portal-be-back-online-on-april-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-03-02T04:05:19.788335Z",
            "published_at": "2025-03-07T11:00:00Z",
            "edited_at": "2025-07-03T15:40:45.385216Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 83,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-03-07T12:00:00Z",
            "scheduled_close_time": "2025-03-07T12:00:00Z",
            "scheduled_resolve_time": "2025-04-01T00:00:00Z",
            "open_time": "2025-03-07T11:00:00Z",
            "nr_forecasters": 26,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32627,
                        "type": "question_series",
                        "name": "Q1 AI Forecasting Benchmark Tournament",
                        "slug": "aibq1",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-01-20T01:38:25Z",
                        "close_date": "2025-04-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-01-05T18:44:23.854392Z",
                        "edited_at": "2025-04-23T14:35:34.045143Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32627,
                    "type": "question_series",
                    "name": "Q1 AI Forecasting Benchmark Tournament",
                    "slug": "aibq1",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-01-20T01:38:25Z",
                    "close_date": "2025-04-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-01-05T18:44:23.854392Z",
                    "edited_at": "2025-04-23T14:35:34.045143Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 35157,
                "title": "Will the US military's climate resiliance portal be back online on April 1, 2025?",
                "created_at": "2025-03-02T04:05:19.788335Z",
                "open_time": "2025-03-07T11:00:00Z",
                "cp_reveal_time": "2025-03-07T12:00:00Z",
                "spot_scoring_time": "2025-03-07T12:00:00Z",
                "scheduled_resolve_time": "2025-04-01T00:00:00Z",
                "actual_resolve_time": "2025-04-02T02:15:00Z",
                "resolution_set_time": "2025-04-02T02:16:21.715347Z",
                "scheduled_close_time": "2025-03-07T12:00:00Z",
                "actual_close_time": "2025-03-07T12:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "no",
                "include_bots_in_aggregates": true,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "label": "",
                "unit": "",
                "open_upper_bound": false,
                "open_lower_bound": false,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_max": null,
                    "range_min": null,
                    "zero_point": null,
                    "open_upper_bound": false,
                    "open_lower_bound": false,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "The Guardian [Scientists brace ‘for the worst’ as Trump purges climate mentions from websites](https://www.theguardian.com/us-news/2025/feb/04/trump-climate-change-federal-websites)",
                "resolution_criteria": "This question resolves as **Yes** if climate.mil is online according to [Is It Down Right Now?](https://www.isitdownrightnow.com/climate.mil.html) when accessed by Metaculus on or after April 1, 2025.",
                "fine_print": "As of February 26, 2025, the resolution source returns the mesasge, \"Climate.mil is DOWN for everyone.\"",
                "post_id": 35707,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1741348434.455096,
                                "end_time": null,
                                "forecaster_count": 26,
                                "interval_lower_bounds": [
                                    0.11
                                ],
                                "centers": [
                                    0.15
                                ],
                                "interval_upper_bounds": [
                                    0.2
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1741348434.455096,
                            "end_time": null,
                            "forecaster_count": 26,
                            "interval_lower_bounds": [
                                0.11
                            ],
                            "centers": [
                                0.15
                            ],
                            "interval_upper_bounds": [
                                0.2
                            ],
                            "forecast_values": [
                                0.85,
                                0.15
                            ],
                            "means": [
                                0.18379018834001803
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.29345347581623216,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.045093394185345845,
                                    1.1231891263245797,
                                    1.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    2.499163039716675,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.7114650010209351,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.4246972034401506,
                                    0.02510204527210512,
                                    0.0,
                                    0.8186979815576536,
                                    0.0,
                                    0.0,
                                    0.03449404060253258,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.7384602599698556,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": 71.5028080639849,
                            "peer_score": 1.989628878994085,
                            "coverage": 0.9379171752929688,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9379171752929688,
                            "spot_peer_score": 2.9566738644333275,
                            "spot_baseline_score": 76.55347463629771,
                            "baseline_archived_score": 71.5028080639849,
                            "peer_archived_score": 1.989628878994085,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 2.9566738644333275,
                            "spot_baseline_archived_score": 76.55347463629771
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 82,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "The Guardian [Scientists brace ‘for the worst’ as Trump purges climate mentions from websites](https://www.theguardian.com/us-news/2025/feb/04/trump-climate-change-federal-websites)"
        },
        {
            "id": 35706,
            "title": "Will Donald Trump visit China after the launch of this question and before April 1, 2025?",
            "short_title": "trump visits china",
            "url_title": "trump visits china",
            "slug": "trump-visits-china",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-03-02T04:05:19.757860Z",
            "published_at": "2025-03-07T11:00:00Z",
            "edited_at": "2025-07-03T15:44:53.861163Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 83,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-03-07T12:00:00Z",
            "scheduled_close_time": "2025-03-07T12:00:00Z",
            "scheduled_resolve_time": "2025-04-01T00:00:00Z",
            "open_time": "2025-03-07T11:00:00Z",
            "nr_forecasters": 27,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32627,
                        "type": "question_series",
                        "name": "Q1 AI Forecasting Benchmark Tournament",
                        "slug": "aibq1",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-01-20T01:38:25Z",
                        "close_date": "2025-04-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-01-05T18:44:23.854392Z",
                        "edited_at": "2025-04-23T14:35:34.045143Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32627,
                    "type": "question_series",
                    "name": "Q1 AI Forecasting Benchmark Tournament",
                    "slug": "aibq1",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-01-20T01:38:25Z",
                    "close_date": "2025-04-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-01-05T18:44:23.854392Z",
                    "edited_at": "2025-04-23T14:35:34.045143Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 35156,
                "title": "Will Donald Trump visit China after the launch of this question and before April 1, 2025?",
                "created_at": "2025-03-02T04:05:19.757860Z",
                "open_time": "2025-03-07T11:00:00Z",
                "cp_reveal_time": "2025-03-07T12:00:00Z",
                "spot_scoring_time": "2025-03-07T12:00:00Z",
                "scheduled_resolve_time": "2025-04-01T00:00:00Z",
                "actual_resolve_time": "2025-04-01T01:22:00Z",
                "resolution_set_time": "2025-04-01T01:23:00.266998Z",
                "scheduled_close_time": "2025-03-07T12:00:00Z",
                "actual_close_time": "2025-03-07T12: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": "Wikipedia: [List of international presidential trips made by Donald Trump](https://en.wikipedia.org/wiki/List_of_international_presidential_trips_made_by_Donald_Trump)",
                "resolution_criteria": "This question resolves as **Yes** if, after the launch of this question and before April 1, 2025, President Donald Trump personally visits China.",
                "fine_print": "",
                "post_id": 35706,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1741347867.49843,
                                "end_time": null,
                                "forecaster_count": 27,
                                "interval_lower_bounds": [
                                    0.05
                                ],
                                "centers": [
                                    0.073
                                ],
                                "interval_upper_bounds": [
                                    0.1
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1741347867.49843,
                            "end_time": null,
                            "forecaster_count": 27,
                            "interval_lower_bounds": [
                                0.05
                            ],
                            "centers": [
                                0.073
                            ],
                            "interval_upper_bounds": [
                                0.1
                            ],
                            "forecast_values": [
                                0.927,
                                0.073
                            ],
                            "means": [
                                0.08028165381596569
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.03130111324493288,
                                    0.7429155235659053,
                                    0.06414156534256711,
                                    0.0,
                                    3.525605646907138,
                                    0.0,
                                    0.30235531220200856,
                                    0.6701049752490269,
                                    1.1638519814167685,
                                    0.549267326712118,
                                    0.0,
                                    0.9074353916842878,
                                    0.0,
                                    0.0,
                                    0.7195332523735276,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.07805035281635142,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.15266220141285267,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": 84.95147906050512,
                            "peer_score": 2.611124163016788,
                            "coverage": 0.9437506275044547,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9437506275044547,
                            "spot_peer_score": 1.956387271522194,
                            "spot_baseline_score": 89.06412439634438,
                            "baseline_archived_score": 84.95147906050512,
                            "peer_archived_score": 2.611124163016788,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 1.956387271522194,
                            "spot_baseline_archived_score": 89.06412439634438
                        },
                        "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": "Wikipedia: [List of international presidential trips made by Donald Trump](https://en.wikipedia.org/wiki/List_of_international_presidential_trips_made_by_Donald_Trump)"
        },
        {
            "id": 35705,
            "title": "Will Donald Trump visit Russia after the launch of this question and before April 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-donald-trump-visit-russia-after-the-launch-of-this-question-and-before-april-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-03-02T04:05:19.726833Z",
            "published_at": "2025-03-07T11:00:00Z",
            "edited_at": "2025-07-03T15:44:08.395091Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 81,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-03-07T12:00:00Z",
            "scheduled_close_time": "2025-03-07T12:00:00Z",
            "scheduled_resolve_time": "2025-04-01T00:00:00Z",
            "open_time": "2025-03-07T11:00:00Z",
            "nr_forecasters": 25,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32627,
                        "type": "question_series",
                        "name": "Q1 AI Forecasting Benchmark Tournament",
                        "slug": "aibq1",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-01-20T01:38:25Z",
                        "close_date": "2025-04-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-01-05T18:44:23.854392Z",
                        "edited_at": "2025-04-23T14:35:34.045143Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32627,
                    "type": "question_series",
                    "name": "Q1 AI Forecasting Benchmark Tournament",
                    "slug": "aibq1",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-01-20T01:38:25Z",
                    "close_date": "2025-04-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-01-05T18:44:23.854392Z",
                    "edited_at": "2025-04-23T14:35:34.045143Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 35155,
                "title": "Will Donald Trump visit Russia after the launch of this question and before April 1, 2025?",
                "created_at": "2025-03-02T04:05:19.726833Z",
                "open_time": "2025-03-07T11:00:00Z",
                "cp_reveal_time": "2025-03-07T12:00:00Z",
                "spot_scoring_time": "2025-03-07T12:00:00Z",
                "scheduled_resolve_time": "2025-04-01T00:00:00Z",
                "actual_resolve_time": "2025-04-02T20:45:00Z",
                "resolution_set_time": "2025-04-02T20:46:04.080029Z",
                "scheduled_close_time": "2025-03-07T12:00:00Z",
                "actual_close_time": "2025-03-07T12: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": "Wikipedia: [List of international presidential trips made by Donald Trump](https://en.wikipedia.org/wiki/List_of_international_presidential_trips_made_by_Donald_Trump)",
                "resolution_criteria": "This question resolves as **Yes** if, after the launch of this question and before April 1, 2025, President Donald Trump personally visits Russia.",
                "fine_print": "",
                "post_id": 35705,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1741347877.980442,
                                "end_time": null,
                                "forecaster_count": 25,
                                "interval_lower_bounds": [
                                    0.05
                                ],
                                "centers": [
                                    0.12
                                ],
                                "interval_upper_bounds": [
                                    0.15
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1741347877.980442,
                            "end_time": null,
                            "forecaster_count": 25,
                            "interval_lower_bounds": [
                                0.05
                            ],
                            "centers": [
                                0.12
                            ],
                            "interval_upper_bounds": [
                                0.15
                            ],
                            "forecast_values": [
                                0.88,
                                0.12
                            ],
                            "means": [
                                0.11126077636410588
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.7217847456909756,
                                    0.1857459851945321,
                                    0.0,
                                    1.848285268849469,
                                    0.0,
                                    0.3678794411714424,
                                    0.0,
                                    0.0,
                                    1.0,
                                    0.0,
                                    0.2650492843267875,
                                    0.0,
                                    0.0,
                                    2.177024951743503,
                                    0.9039144894018473,
                                    0.0,
                                    0.0,
                                    0.3239984154485755,
                                    0.7230474180901949,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": 80.9962388511693,
                            "peer_score": -0.11228847333551467,
                            "coverage": 0.949355393052101,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.949355393052101,
                            "spot_peer_score": -2.164388554659133,
                            "spot_baseline_score": 81.55754288625727,
                            "baseline_archived_score": 80.9962388511693,
                            "peer_archived_score": -0.11228847333551467,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": -2.164388554659133,
                            "spot_baseline_archived_score": 81.55754288625727
                        },
                        "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": "Wikipedia: [List of international presidential trips made by Donald Trump](https://en.wikipedia.org/wiki/List_of_international_presidential_trips_made_by_Donald_Trump)"
        },
        {
            "id": 35704,
            "title": "Will Donald Trump visit Mexico after the launch of this question and before April 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-donald-trump-visit-mexico-after-the-launch-of-this-question-and-before-april-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-03-02T04:05:19.695056Z",
            "published_at": "2025-03-07T11:00:00Z",
            "edited_at": "2025-07-03T15:40:47.343416Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 83,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-03-07T12:00:00Z",
            "scheduled_close_time": "2025-03-07T12:00:00Z",
            "scheduled_resolve_time": "2025-04-01T00:00:00Z",
            "open_time": "2025-03-07T11:00:00Z",
            "nr_forecasters": 27,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32627,
                        "type": "question_series",
                        "name": "Q1 AI Forecasting Benchmark Tournament",
                        "slug": "aibq1",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-01-20T01:38:25Z",
                        "close_date": "2025-04-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-01-05T18:44:23.854392Z",
                        "edited_at": "2025-04-23T14:35:34.045143Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32627,
                    "type": "question_series",
                    "name": "Q1 AI Forecasting Benchmark Tournament",
                    "slug": "aibq1",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-01-20T01:38:25Z",
                    "close_date": "2025-04-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-01-05T18:44:23.854392Z",
                    "edited_at": "2025-04-23T14:35:34.045143Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 35154,
                "title": "Will Donald Trump visit Mexico after the launch of this question and before April 1, 2025?",
                "created_at": "2025-03-02T04:05:19.695056Z",
                "open_time": "2025-03-07T11:00:00Z",
                "cp_reveal_time": "2025-03-07T12:00:00Z",
                "spot_scoring_time": "2025-03-07T12:00:00Z",
                "scheduled_resolve_time": "2025-04-01T00:00:00Z",
                "actual_resolve_time": "2025-04-02T20:43:00Z",
                "resolution_set_time": "2025-04-02T20:43:25.939253Z",
                "scheduled_close_time": "2025-03-07T12:00:00Z",
                "actual_close_time": "2025-03-07T12: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": "Wikipedia: [List of international presidential trips made by Donald Trump](https://en.wikipedia.org/wiki/List_of_international_presidential_trips_made_by_Donald_Trump)",
                "resolution_criteria": "This question resolves as **Yes** if, after the launch of this question and before April 1, 2025, President Donald Trump personally visits Mexico.",
                "fine_print": "",
                "post_id": 35704,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1741348625.665118,
                                "end_time": null,
                                "forecaster_count": 27,
                                "interval_lower_bounds": [
                                    0.054000000000000006
                                ],
                                "centers": [
                                    0.1
                                ],
                                "interval_upper_bounds": [
                                    0.15
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1741348625.665118,
                            "end_time": null,
                            "forecaster_count": 27,
                            "interval_lower_bounds": [
                                0.054000000000000006
                            ],
                            "centers": [
                                0.1
                            ],
                            "interval_upper_bounds": [
                                0.15
                            ],
                            "forecast_values": [
                                0.9,
                                0.1
                            ],
                            "means": [
                                0.10986938378334088
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    1.0,
                                    0.0,
                                    0.0,
                                    1.5977390632642707,
                                    0.0,
                                    0.8218869508967813,
                                    0.23351825246045652,
                                    0.0,
                                    2.63183273077867,
                                    0.0,
                                    0.26629006976841835,
                                    0.0,
                                    0.0,
                                    1.2186039534858049,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.11123030328809189,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.9743087774866892,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.05181454149830181,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": 81.61254613302548,
                            "peer_score": 13.901290674024466,
                            "coverage": 0.9635740263594521,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9635740263594521,
                            "spot_peer_score": 12.228858677003567,
                            "spot_baseline_score": 84.79969065549501,
                            "baseline_archived_score": 81.61254613302548,
                            "peer_archived_score": 13.901290674024466,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 12.228858677003567,
                            "spot_baseline_archived_score": 84.79969065549501
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 82,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "Wikipedia: [List of international presidential trips made by Donald Trump](https://en.wikipedia.org/wiki/List_of_international_presidential_trips_made_by_Donald_Trump)"
        },
        {
            "id": 35703,
            "title": "Will Donald Trump visit Canada after the launch of this question and before April 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-donald-trump-visit-canada-after-the-launch-of-this-question-and-before-april-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-03-02T04:05:19.523858Z",
            "published_at": "2025-03-07T11:00:00Z",
            "edited_at": "2025-07-03T15:41:47.879340Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 83,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-03-07T12:00:00Z",
            "scheduled_close_time": "2025-03-07T12:00:00Z",
            "scheduled_resolve_time": "2025-04-01T00:00:00Z",
            "open_time": "2025-03-07T11:00:00Z",
            "nr_forecasters": 27,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32627,
                        "type": "question_series",
                        "name": "Q1 AI Forecasting Benchmark Tournament",
                        "slug": "aibq1",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-01-20T01:38:25Z",
                        "close_date": "2025-04-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-01-05T18:44:23.854392Z",
                        "edited_at": "2025-04-23T14:35:34.045143Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32627,
                    "type": "question_series",
                    "name": "Q1 AI Forecasting Benchmark Tournament",
                    "slug": "aibq1",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-01-20T01:38:25Z",
                    "close_date": "2025-04-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-01-05T18:44:23.854392Z",
                    "edited_at": "2025-04-23T14:35:34.045143Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 35153,
                "title": "Will Donald Trump visit Canada after the launch of this question and before April 1, 2025?",
                "created_at": "2025-03-02T04:05:19.523858Z",
                "open_time": "2025-03-07T11:00:00Z",
                "cp_reveal_time": "2025-03-07T12:00:00Z",
                "spot_scoring_time": "2025-03-07T12:00:00Z",
                "scheduled_resolve_time": "2025-04-01T00:00:00Z",
                "actual_resolve_time": "2025-04-02T20:42:00Z",
                "resolution_set_time": "2025-04-02T20:42:56.507712Z",
                "scheduled_close_time": "2025-03-07T12:00:00Z",
                "actual_close_time": "2025-03-07T12: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": "Wikipedia: [List of international presidential trips made by Donald Trump](https://en.wikipedia.org/wiki/List_of_international_presidential_trips_made_by_Donald_Trump)",
                "resolution_criteria": "This question resolves as **Yes** if, after the launch of this question and before April 1, 2025, President Donald Trump personally visits Canada.",
                "fine_print": "",
                "post_id": 35703,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1741348096.636954,
                                "end_time": null,
                                "forecaster_count": 27,
                                "interval_lower_bounds": [
                                    0.05
                                ],
                                "centers": [
                                    0.1
                                ],
                                "interval_upper_bounds": [
                                    0.1
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1741348096.636954,
                            "end_time": null,
                            "forecaster_count": 27,
                            "interval_lower_bounds": [
                                0.05
                            ],
                            "centers": [
                                0.1
                            ],
                            "interval_upper_bounds": [
                                0.1
                            ],
                            "forecast_values": [
                                0.9,
                                0.1
                            ],
                            "means": [
                                0.08454632217871962
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    1.0227784842835694,
                                    0.2188564438547366,
                                    0.04091934181495329,
                                    0.23351825246045652,
                                    1.156993073275999,
                                    0.8218869508967813,
                                    0.7429155235659053,
                                    0.0,
                                    0.0,
                                    3.4807353572345394,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6030611589824652,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.585560056558079,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": 84.53274787362747,
                            "peer_score": -1.1364482949860615,
                            "coverage": 0.9695481433471045,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9695481433471045,
                            "spot_peer_score": -2.242263795767399,
                            "spot_baseline_score": 84.79969065549501,
                            "baseline_archived_score": 84.53274787362747,
                            "peer_archived_score": -1.1364482949860615,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": -2.242263795767399,
                            "spot_baseline_archived_score": 84.79969065549501
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 82,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "Wikipedia: [List of international presidential trips made by Donald Trump](https://en.wikipedia.org/wiki/List_of_international_presidential_trips_made_by_Donald_Trump)"
        },
        {
            "id": 35702,
            "title": "Will the NFL ban the \"Tush-Push\" before April 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-the-nfl-ban-the-tush-push-before-april-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-03-02T04:05:19.493573Z",
            "published_at": "2025-03-07T11:00:00Z",
            "edited_at": "2025-07-03T15:40:54.308563Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 87,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-03-07T12:00:00Z",
            "scheduled_close_time": "2025-03-07T12:00:00Z",
            "scheduled_resolve_time": "2025-04-01T00:00:00Z",
            "open_time": "2025-03-07T11:00:00Z",
            "nr_forecasters": 29,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32627,
                        "type": "question_series",
                        "name": "Q1 AI Forecasting Benchmark Tournament",
                        "slug": "aibq1",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-01-20T01:38:25Z",
                        "close_date": "2025-04-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-01-05T18:44:23.854392Z",
                        "edited_at": "2025-04-23T14:35:34.045143Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32627,
                    "type": "question_series",
                    "name": "Q1 AI Forecasting Benchmark Tournament",
                    "slug": "aibq1",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-01-20T01:38:25Z",
                    "close_date": "2025-04-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-01-05T18:44:23.854392Z",
                    "edited_at": "2025-04-23T14:35:34.045143Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 35152,
                "title": "Will the NFL ban the \"Tush-Push\" before April 1, 2025?",
                "created_at": "2025-03-02T04:05:19.493573Z",
                "open_time": "2025-03-07T11:00:00Z",
                "cp_reveal_time": "2025-03-07T12:00:00Z",
                "spot_scoring_time": "2025-03-07T12:00:00Z",
                "scheduled_resolve_time": "2025-04-01T00:00:00Z",
                "actual_resolve_time": "2025-04-02T20:38:00Z",
                "resolution_set_time": "2025-04-02T20:42:21.471710Z",
                "scheduled_close_time": "2025-03-07T12:00:00Z",
                "actual_close_time": "2025-03-07T12: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": "[NFL opinions split on proposal to ban Tush Push](https://www.nbcsportsphiladelphia.com/nfl/philadelphia-eagles/tush-push-proposal-ban-eagles-brotherly-shove-packers-combine-owners-meetings/651116/)",
                "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 April 1, 2025. If there are no reports of this occurring before that date, this question resolves as **No**.",
                "fine_print": "",
                "post_id": 35702,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1741347874.950708,
                                "end_time": null,
                                "forecaster_count": 29,
                                "interval_lower_bounds": [
                                    0.2
                                ],
                                "centers": [
                                    0.2
                                ],
                                "interval_upper_bounds": [
                                    0.3
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1741347874.950708,
                            "end_time": null,
                            "forecaster_count": 29,
                            "interval_lower_bounds": [
                                0.2
                            ],
                            "centers": [
                                0.2
                            ],
                            "interval_upper_bounds": [
                                0.3
                            ],
                            "forecast_values": [
                                0.8,
                                0.2
                            ],
                            "means": [
                                0.26385201852812423
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.12637014538023153,
                                    0.0,
                                    0.0,
                                    0.6149678299500161,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.353648890774598,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    2.9054611693028733,
                                    0.0,
                                    0.0,
                                    0.22042859672213486,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.4013068821831965,
                                    0.9105903213533636,
                                    0.0,
                                    1.1576274892781189,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6803385023255489,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.35834256537117526,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5546969869327895,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": 61.04241138512461,
                            "peer_score": 3.9805514975577356,
                            "coverage": 0.975009845826361,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.975009845826361,
                            "spot_peer_score": 9.07409855385981,
                            "spot_baseline_score": 67.80719051126377,
                            "baseline_archived_score": 61.04241138512461,
                            "peer_archived_score": 3.9805514975577356,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 9.07409855385981,
                            "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": "[NFL opinions split on proposal to ban Tush Push](https://www.nbcsportsphiladelphia.com/nfl/philadelphia-eagles/tush-push-proposal-ban-eagles-brotherly-shove-packers-combine-owners-meetings/651116/)"
        },
        {
            "id": 35701,
            "title": "Will bluebird bio file for bankruptcy before April 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-bluebird-bio-file-for-bankruptcy-before-april-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-03-02T04:05:19.463231Z",
            "published_at": "2025-03-07T11:00:00Z",
            "edited_at": "2025-07-03T15:45:04.676757Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 86,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-03-07T12:00:00Z",
            "scheduled_close_time": "2025-03-07T12:00:00Z",
            "scheduled_resolve_time": "2025-04-01T00:00:00Z",
            "open_time": "2025-03-07T11:00:00Z",
            "nr_forecasters": 30,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32627,
                        "type": "question_series",
                        "name": "Q1 AI Forecasting Benchmark Tournament",
                        "slug": "aibq1",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-01-20T01:38:25Z",
                        "close_date": "2025-04-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-01-05T18:44:23.854392Z",
                        "edited_at": "2025-04-23T14:35:34.045143Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32627,
                    "type": "question_series",
                    "name": "Q1 AI Forecasting Benchmark Tournament",
                    "slug": "aibq1",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-01-20T01:38:25Z",
                    "close_date": "2025-04-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-01-05T18:44:23.854392Z",
                    "edited_at": "2025-04-23T14:35:34.045143Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 35151,
                "title": "Will bluebird bio file for bankruptcy before April 1, 2025?",
                "created_at": "2025-03-02T04:05:19.463231Z",
                "open_time": "2025-03-07T11:00:00Z",
                "cp_reveal_time": "2025-03-07T12:00:00Z",
                "spot_scoring_time": "2025-03-07T12:00:00Z",
                "scheduled_resolve_time": "2025-04-01T00:00:00Z",
                "actual_resolve_time": "2025-04-02T20:37:00Z",
                "resolution_set_time": "2025-04-02T20:38:27.212081Z",
                "scheduled_close_time": "2025-03-07T12:00:00Z",
                "actual_close_time": "2025-03-07T12:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "no",
                "include_bots_in_aggregates": true,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "label": "",
                "unit": "",
                "open_upper_bound": false,
                "open_lower_bound": false,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_max": null,
                    "range_min": null,
                    "zero_point": null,
                    "open_upper_bound": false,
                    "open_lower_bound": false,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "Reuters: [Bluebird bio to cut 25% of jobs in fresh bid to battle cash crunch](https://www.reuters.com/business/healthcare-pharmaceuticals/bluebird-bio-cut-25-workforce-part-restructuring-2024-09-24/)",
                "resolution_criteria": "This question will resolve as **Yes** if bluebird bio, Inc., files any petition for bankruptcy protection in the United States, under any chapter of the United States Bankruptcy Code, before April 1, 2025. The question will resolves on the filing of such a petition, not on whether any bankruptcy protection is granted by a court. If no such petition is filed by that date, this question will resolve as **No**.",
                "fine_print": "",
                "post_id": 35701,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1741348184.452253,
                                "end_time": null,
                                "forecaster_count": 30,
                                "interval_lower_bounds": [
                                    0.05
                                ],
                                "centers": [
                                    0.15
                                ],
                                "interval_upper_bounds": [
                                    0.19399999999999998
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1741348184.452253,
                            "end_time": null,
                            "forecaster_count": 30,
                            "interval_lower_bounds": [
                                0.05
                            ],
                            "centers": [
                                0.15
                            ],
                            "interval_upper_bounds": [
                                0.19399999999999998
                            ],
                            "forecast_values": [
                                0.85,
                                0.15
                            ],
                            "means": [
                                0.17635098110542924
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.6376996866280927,
                                    0.0,
                                    0.0,
                                    0.0,
                                    2.1283468540955193,
                                    0.0,
                                    0.0,
                                    1.2581744010322857,
                                    0.0,
                                    0.05892591724387544,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    2.1930098103896003,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8305036517217669,
                                    0.4789264546165807,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5608812398816437,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.9120497244989734,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.4087506853414205,
                                    0.0,
                                    0.0,
                                    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": 83.85235249456147,
                            "peer_score": 4.173262288165633,
                            "coverage": 0.9813207664092382,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9813207664092382,
                            "spot_peer_score": 1.1704331667007069,
                            "spot_baseline_score": 76.55347463629771,
                            "baseline_archived_score": 83.85235249456147,
                            "peer_archived_score": 4.173262288165633,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 1.1704331667007069,
                            "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": 85,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "Reuters: [Bluebird bio to cut 25% of jobs in fresh bid to battle cash crunch](https://www.reuters.com/business/healthcare-pharmaceuticals/bluebird-bio-cut-25-workforce-part-restructuring-2024-09-24/)"
        },
        {
            "id": 35700,
            "title": "Will the National UFO Reporting Center report a sighting of a cube-shaped UFO in March 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-the-national-ufo-reporting-center-report-a-sighting-of-a-cube-shaped-ufo-in-march-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-03-02T04:05:19.432579Z",
            "published_at": "2025-03-07T11:00:00Z",
            "edited_at": "2025-07-03T15:42:31.293137Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 86,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-03-07T12:00:00Z",
            "scheduled_close_time": "2025-03-07T12:00:00Z",
            "scheduled_resolve_time": "2025-04-01T00:00:00Z",
            "open_time": "2025-03-07T11:00:00Z",
            "nr_forecasters": 30,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32627,
                        "type": "question_series",
                        "name": "Q1 AI Forecasting Benchmark Tournament",
                        "slug": "aibq1",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-01-20T01:38:25Z",
                        "close_date": "2025-04-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-01-05T18:44:23.854392Z",
                        "edited_at": "2025-04-23T14:35:34.045143Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32627,
                    "type": "question_series",
                    "name": "Q1 AI Forecasting Benchmark Tournament",
                    "slug": "aibq1",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-01-20T01:38:25Z",
                    "close_date": "2025-04-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-01-05T18:44:23.854392Z",
                    "edited_at": "2025-04-23T14:35:34.045143Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 35150,
                "title": "Will the National UFO Reporting Center report a sighting of a cube-shaped UFO in March 2025?",
                "created_at": "2025-03-02T04:05:19.432579Z",
                "open_time": "2025-03-07T11:00:00Z",
                "cp_reveal_time": "2025-03-07T12:00:00Z",
                "spot_scoring_time": "2025-03-07T12:00:00Z",
                "scheduled_resolve_time": "2025-04-01T00:00:00Z",
                "actual_resolve_time": "2025-04-02T20:33:00Z",
                "resolution_set_time": "2025-04-02T20:34:30.323869Z",
                "scheduled_close_time": "2025-03-07T12:00:00Z",
                "actual_close_time": "2025-03-07T12: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 [National UFO Reporting Center](https://nuforc.org/about-us/): \"The National UFO Reporting Center was founded in 1974 by noted UFO investigator Robert J. Gribble. The Center’s primary function over the past five decades has been to receive, record, and to the greatest degree possible, corroborate and document reports from individuals who have been witness to unusual, possibly UFO-related events. Throughout its history, the Center has processed over 180,000 reports, and has distributed its information to thousands of individuals.\"",
                "resolution_criteria": "This question resolves as **Yes** if The National UFO Reporting Center posts a report of a sighting of a UFO/UAP shaped like a cube in March 2025 at [this link](https://nuforc.org/ndx/?id=event) when accessed by Metaculus on or after April 1, 2025.",
                "fine_print": "For example, although rare in the history of NUFORC, the month of December 2024 [had](https://nuforc.org/subndx/?id=e202412) six sightings with a cube shape.",
                "post_id": 35700,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1741348184.637997,
                                "end_time": null,
                                "forecaster_count": 30,
                                "interval_lower_bounds": [
                                    0.1
                                ],
                                "centers": [
                                    0.18
                                ],
                                "interval_upper_bounds": [
                                    0.2
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1741348184.637997,
                            "end_time": null,
                            "forecaster_count": 30,
                            "interval_lower_bounds": [
                                0.1
                            ],
                            "centers": [
                                0.18
                            ],
                            "interval_upper_bounds": [
                                0.2
                            ],
                            "forecast_values": [
                                0.8200000000000001,
                                0.18
                            ],
                            "means": [
                                0.16470602813942223
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.5059112341124612,
                                    0.0,
                                    0.0,
                                    0.5089136360673787,
                                    0.0,
                                    0.2010418409121184,
                                    1.0456204770450541,
                                    0.0,
                                    0.5155575000105868,
                                    0.0,
                                    0.620502543612061,
                                    0.0,
                                    0.0,
                                    1.2279280136360515,
                                    0.0,
                                    0.0,
                                    0.7613006392846159,
                                    0.0,
                                    2.578740181021089,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.22827012898946356,
                                    0.09877132838432481,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.011364900518339544,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.030893002561247163,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.11525585627893538,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.017197143016031723,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": -148.4159228068037,
                            "peer_score": 1.6731528081025502,
                            "coverage": 0.9866989699999491,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9866989699999491,
                            "spot_peer_score": 17.71506538197975,
                            "spot_baseline_score": -147.39311883324126,
                            "baseline_archived_score": -148.4159228068037,
                            "peer_archived_score": 1.6731528081025502,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 17.71506538197975,
                            "spot_baseline_archived_score": -147.39311883324126
                        },
                        "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": "According to the [National UFO Reporting Center](https://nuforc.org/about-us/): \"The National UFO Reporting Center was founded in 1974 by noted UFO investigator Robert J. Gribble. The Center’s primary function over the past five decades has been to receive, record, and to the greatest degree possible, corroborate and document reports from individuals who have been witness to unusual, possibly UFO-related events. Throughout its history, the Center has processed over 180,000 reports, and has distributed its information to thousands of individuals.\""
        },
        {
            "id": 35699,
            "title": "Will the number of UFO sightings reported by the National UFO Reporting Center exceed 400 for March 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-the-number-of-ufo-sightings-reported-by-the-national-ufo-reporting-center-exceed-400-for-march-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-03-02T04:05:19.401580Z",
            "published_at": "2025-03-07T11:00:00Z",
            "edited_at": "2025-07-03T15:43:55.355536Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 87,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-03-07T12:00:00Z",
            "scheduled_close_time": "2025-03-07T12:00:00Z",
            "scheduled_resolve_time": "2025-04-01T00:00:00Z",
            "open_time": "2025-03-07T11:00:00Z",
            "nr_forecasters": 31,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32627,
                        "type": "question_series",
                        "name": "Q1 AI Forecasting Benchmark Tournament",
                        "slug": "aibq1",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-01-20T01:38:25Z",
                        "close_date": "2025-04-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-01-05T18:44:23.854392Z",
                        "edited_at": "2025-04-23T14:35:34.045143Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32627,
                    "type": "question_series",
                    "name": "Q1 AI Forecasting Benchmark Tournament",
                    "slug": "aibq1",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-01-20T01:38:25Z",
                    "close_date": "2025-04-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-01-05T18:44:23.854392Z",
                    "edited_at": "2025-04-23T14:35:34.045143Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 35149,
                "title": "Will the number of UFO sightings reported by the National UFO Reporting Center exceed 400 for March 2025?",
                "created_at": "2025-03-02T04:05:19.401580Z",
                "open_time": "2025-03-07T11:00:00Z",
                "cp_reveal_time": "2025-03-07T12:00:00Z",
                "spot_scoring_time": "2025-03-07T12:00:00Z",
                "scheduled_resolve_time": "2025-04-01T00:00:00Z",
                "actual_resolve_time": "2025-04-03T01:21:00Z",
                "resolution_set_time": "2025-04-03T01:23:36.553813Z",
                "scheduled_close_time": "2025-03-07T12:00:00Z",
                "actual_close_time": "2025-03-07T12:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "no",
                "include_bots_in_aggregates": true,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "label": "",
                "unit": "",
                "open_upper_bound": false,
                "open_lower_bound": false,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_max": null,
                    "range_min": null,
                    "zero_point": null,
                    "open_upper_bound": false,
                    "open_lower_bound": false,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "According to the [National UFO Reporting Center](https://nuforc.org/about-us/): \"The National UFO Reporting Center was founded in 1974 by noted UFO investigator Robert J. Gribble. The Center’s primary function over the past five decades has been to receive, record, and to the greatest degree possible, corroborate and document reports from individuals who have been witness to unusual, possibly UFO-related events. Throughout its history, the Center has processed over 180,000 reports, and has distributed its information to thousands of individuals.\"",
                "resolution_criteria": "This question resolves as **Yes** if The National UFO Reporting Center posts greater than 400 UFO/UAP sighting reports at [this link](https://nuforc.org/ndx/?id=event) for the month of March 2025, as displayed when accessed by Metaculus on or after April 1, 2025.",
                "fine_print": "",
                "post_id": 35699,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1741348295.404803,
                                "end_time": null,
                                "forecaster_count": 31,
                                "interval_lower_bounds": [
                                    0.15
                                ],
                                "centers": [
                                    0.3
                                ],
                                "interval_upper_bounds": [
                                    0.36
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1741348295.404803,
                            "end_time": null,
                            "forecaster_count": 31,
                            "interval_lower_bounds": [
                                0.15
                            ],
                            "centers": [
                                0.3
                            ],
                            "interval_upper_bounds": [
                                0.36
                            ],
                            "forecast_values": [
                                0.7,
                                0.3
                            ],
                            "means": [
                                0.2975994866216837
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6257872328778666,
                                    0.0,
                                    0.0,
                                    0.29853580031441634,
                                    0.0,
                                    0.7586143445231218,
                                    0.0,
                                    0.9611807844480444,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5189501885822867,
                                    0.0,
                                    0.41588412507835687,
                                    0.0,
                                    0.0,
                                    0.9941409785796557,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.5589803631771832,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6704211885037169,
                                    0.9134389029481002,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.1836394386094319,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.722108255103842,
                                    0.0,
                                    1.0,
                                    0.0,
                                    0.0,
                                    0.015708539450405595,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.010381142261586365,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": 43.83250364210737,
                            "peer_score": 8.592742580144227,
                            "coverage": 0.9934652072191239,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9934652072191239,
                            "spot_peer_score": 5.152075897274564,
                            "spot_baseline_score": 48.542682717024164,
                            "baseline_archived_score": 43.83250364210737,
                            "peer_archived_score": 8.592742580144227,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 5.152075897274564,
                            "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": 86,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "According to the [National UFO Reporting Center](https://nuforc.org/about-us/): \"The National UFO Reporting Center was founded in 1974 by noted UFO investigator Robert J. Gribble. The Center’s primary function over the past five decades has been to receive, record, and to the greatest degree possible, corroborate and document reports from individuals who have been witness to unusual, possibly UFO-related events. Throughout its history, the Center has processed over 180,000 reports, and has distributed its information to thousands of individuals.\""
        },
        {
            "id": 35698,
            "title": "Will Florida have the most pilot sightings of UFOs of any US state in March 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-florida-have-the-most-pilot-sightings-of-ufos-of-any-us-state-in-march-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-03-02T04:05:19.228449Z",
            "published_at": "2025-03-06T20:00:00Z",
            "edited_at": "2025-07-03T15:41:42.027598Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 83,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-03-06T21:00:00Z",
            "scheduled_close_time": "2025-03-06T21:00:00Z",
            "scheduled_resolve_time": "2025-04-01T00:00:00Z",
            "open_time": "2025-03-06T20:00:00Z",
            "nr_forecasters": 27,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32627,
                        "type": "question_series",
                        "name": "Q1 AI Forecasting Benchmark Tournament",
                        "slug": "aibq1",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-01-20T01:38:25Z",
                        "close_date": "2025-04-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-01-05T18:44:23.854392Z",
                        "edited_at": "2025-04-23T14:35:34.045143Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32627,
                    "type": "question_series",
                    "name": "Q1 AI Forecasting Benchmark Tournament",
                    "slug": "aibq1",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-01-20T01:38:25Z",
                    "close_date": "2025-04-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-01-05T18:44:23.854392Z",
                    "edited_at": "2025-04-23T14:35:34.045143Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 35148,
                "title": "Will Florida have the most pilot sightings of UFOs of any US state in March 2025?",
                "created_at": "2025-03-02T04:05:19.228449Z",
                "open_time": "2025-03-06T20:00:00Z",
                "cp_reveal_time": "2025-03-06T21:00:00Z",
                "spot_scoring_time": "2025-03-06T21:00:00Z",
                "scheduled_resolve_time": "2025-04-01T00:00:00Z",
                "actual_resolve_time": "2025-04-02T20:28:00Z",
                "resolution_set_time": "2025-04-02T20:29:49.556835Z",
                "scheduled_close_time": "2025-03-06T21:00:00Z",
                "actual_close_time": "2025-03-06T21:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "no",
                "include_bots_in_aggregates": true,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "label": "",
                "unit": "",
                "open_upper_bound": false,
                "open_lower_bound": false,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_max": null,
                    "range_min": null,
                    "zero_point": null,
                    "open_upper_bound": false,
                    "open_lower_bound": false,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "According to the [National UFO Reporting Center](https://nuforc.org/about-us/): \"The National UFO Reporting Center was founded in 1974 by noted UFO investigator Robert J. Gribble. The Center’s primary function over the past five decades has been to receive, record, and to the greatest degree possible, corroborate and document reports from individuals who have been witness to unusual, possibly UFO-related events. Throughout its history, the Center has processed over 180,000 reports, and has distributed its information to thousands of individuals.\"",
                "resolution_criteria": "This question resolves as **Yes** if The National UFO Reporting Center posts more pilot reports of a UFO/UAP having occurred in the state of Florida than any other state, for the month of March 2025 at [this link](https://nuforc.org/subndx/?id=x) when accessed by Metaculus on or after April 1, 2025.",
                "fine_print": "If Florida is tied with another state, resolves as No.",
                "post_id": 35698,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1741294532.775663,
                                "end_time": null,
                                "forecaster_count": 27,
                                "interval_lower_bounds": [
                                    0.2
                                ],
                                "centers": [
                                    0.34
                                ],
                                "interval_upper_bounds": [
                                    0.4
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1741294532.775663,
                            "end_time": null,
                            "forecaster_count": 27,
                            "interval_lower_bounds": [
                                0.2
                            ],
                            "centers": [
                                0.34
                            ],
                            "interval_upper_bounds": [
                                0.4
                            ],
                            "forecast_values": [
                                0.6599999999999999,
                                0.34
                            ],
                            "means": [
                                0.33856488932566103
                            ],
                            "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.10874699370748123,
                                    0.0,
                                    0.23351825246045652,
                                    0.0,
                                    0.0,
                                    2.1105254300770118,
                                    0.0,
                                    0.05181454149830181,
                                    0.0,
                                    0.0,
                                    0.43933936192822537,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8218869508967813,
                                    0.3346306710954027,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.0,
                                    1.3902176233227292,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.43289785514522633,
                                    0.34196503051998717,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.06414156534256711,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.9074353916842878,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6701049752490269,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": 48.04653486972548,
                            "peer_score": -1.8122063639189339,
                            "coverage": 0.9455077955457899,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9455077955457899,
                            "spot_peer_score": -5.593428579229951,
                            "spot_baseline_score": 40.05379295837285,
                            "baseline_archived_score": 48.04653486972548,
                            "peer_archived_score": -1.8122063639189339,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": -5.593428579229951,
                            "spot_baseline_archived_score": 40.05379295837285
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 82,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "According to the [National UFO Reporting Center](https://nuforc.org/about-us/): \"The National UFO Reporting Center was founded in 1974 by noted UFO investigator Robert J. Gribble. The Center’s primary function over the past five decades has been to receive, record, and to the greatest degree possible, corroborate and document reports from individuals who have been witness to unusual, possibly UFO-related events. Throughout its history, the Center has processed over 180,000 reports, and has distributed its information to thousands of individuals.\""
        },
        {
            "id": 35697,
            "title": "Will a pilot report of UFOs come from a country in South America in March 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-a-pilot-report-of-ufos-come-from-a-country-in-south-america-in-march-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-03-02T04:05:19.198002Z",
            "published_at": "2025-03-06T20:00:00Z",
            "edited_at": "2025-07-03T15:44:39.576325Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 81,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-03-06T21:00:00Z",
            "scheduled_close_time": "2025-03-06T21:00:00Z",
            "scheduled_resolve_time": "2025-04-01T00:00:00Z",
            "open_time": "2025-03-06T20:00:00Z",
            "nr_forecasters": 25,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32627,
                        "type": "question_series",
                        "name": "Q1 AI Forecasting Benchmark Tournament",
                        "slug": "aibq1",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-01-20T01:38:25Z",
                        "close_date": "2025-04-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-01-05T18:44:23.854392Z",
                        "edited_at": "2025-04-23T14:35:34.045143Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32627,
                    "type": "question_series",
                    "name": "Q1 AI Forecasting Benchmark Tournament",
                    "slug": "aibq1",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-01-20T01:38:25Z",
                    "close_date": "2025-04-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-01-05T18:44:23.854392Z",
                    "edited_at": "2025-04-23T14:35:34.045143Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 35147,
                "title": "Will a pilot report of UFOs come from a country in South America in March 2025?",
                "created_at": "2025-03-02T04:05:19.198002Z",
                "open_time": "2025-03-06T20:00:00Z",
                "cp_reveal_time": "2025-03-06T21:00:00Z",
                "spot_scoring_time": "2025-03-06T21:00:00Z",
                "scheduled_resolve_time": "2025-04-01T00:00:00Z",
                "actual_resolve_time": "2025-04-02T20:26:00Z",
                "resolution_set_time": "2025-04-02T20:28:04.891343Z",
                "scheduled_close_time": "2025-03-06T21:00:00Z",
                "actual_close_time": "2025-03-06T21: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": "For example, the resolution source [reports](https://nuforc.org/subndx/?id=x) a sighting in Brazil in December 2024.",
                "resolution_criteria": "This question resolves as **Yes** if The National UFO Reporting Center posts a pilot report of a UFO/UAP having occurred in a country on the South American continent, during the month of March 2025 at [this link](https://nuforc.org/subndx/?id=x) when accessed by Metaculus on or after April 1, 2025.",
                "fine_print": "",
                "post_id": 35697,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1741294205.612732,
                                "end_time": null,
                                "forecaster_count": 25,
                                "interval_lower_bounds": [
                                    0.15
                                ],
                                "centers": [
                                    0.2
                                ],
                                "interval_upper_bounds": [
                                    0.3
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1741294205.612732,
                            "end_time": null,
                            "forecaster_count": 25,
                            "interval_lower_bounds": [
                                0.15
                            ],
                            "centers": [
                                0.2
                            ],
                            "interval_upper_bounds": [
                                0.3
                            ],
                            "forecast_values": [
                                0.8,
                                0.2
                            ],
                            "means": [
                                0.2073956130968148
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.7337519574005283,
                                    0.0,
                                    0.29451485373338854,
                                    0.0,
                                    0.027714863046207582,
                                    0.21526221595892353,
                                    0.0,
                                    0.41766650953930634,
                                    0.0,
                                    0.03808445092208783,
                                    0.0,
                                    0.0,
                                    1.065875332499216,
                                    0.4160730744622002,
                                    0.0,
                                    0.0,
                                    1.0,
                                    0.5267121648213062,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.2479696983050695,
                                    0.0,
                                    0.0,
                                    0.5898635470599414,
                                    0.0,
                                    0.0,
                                    2.456022673551937,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.46890301972848125,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.01831563888873418,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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.88565946849626,
                            "peer_score": 3.191852099342908,
                            "coverage": 0.950456158320109,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.950456158320109,
                            "spot_peer_score": 0.6485608011547712,
                            "spot_baseline_score": 67.80719051126377,
                            "baseline_archived_score": 59.88565946849626,
                            "peer_archived_score": 3.191852099342908,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 0.6485608011547712,
                            "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": 80,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "For example, the resolution source [reports](https://nuforc.org/subndx/?id=x) a sighting in Brazil in December 2024."
        },
        {
            "id": 35696,
            "title": "Will a pilot report of UFOs come from a country in Africa in March 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-a-pilot-report-of-ufos-come-from-a-country-in-africa-in-march-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-03-02T04:05:19.167587Z",
            "published_at": "2025-03-06T20:00:00Z",
            "edited_at": "2025-07-03T15:43:57.560533Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 82,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-03-06T21:00:00Z",
            "scheduled_close_time": "2025-03-06T21:00:00Z",
            "scheduled_resolve_time": "2025-04-01T00:00:00Z",
            "open_time": "2025-03-06T20:00:00Z",
            "nr_forecasters": 26,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32627,
                        "type": "question_series",
                        "name": "Q1 AI Forecasting Benchmark Tournament",
                        "slug": "aibq1",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-01-20T01:38:25Z",
                        "close_date": "2025-04-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-01-05T18:44:23.854392Z",
                        "edited_at": "2025-04-23T14:35:34.045143Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32627,
                    "type": "question_series",
                    "name": "Q1 AI Forecasting Benchmark Tournament",
                    "slug": "aibq1",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-01-20T01:38:25Z",
                    "close_date": "2025-04-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-01-05T18:44:23.854392Z",
                    "edited_at": "2025-04-23T14:35:34.045143Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 35146,
                "title": "Will a pilot report of UFOs come from a country in Africa in March 2025?",
                "created_at": "2025-03-02T04:05:19.167587Z",
                "open_time": "2025-03-06T20:00:00Z",
                "cp_reveal_time": "2025-03-06T21:00:00Z",
                "spot_scoring_time": "2025-03-06T21:00:00Z",
                "scheduled_resolve_time": "2025-04-01T00:00:00Z",
                "actual_resolve_time": "2025-04-01T01:23:00Z",
                "resolution_set_time": "2025-04-01T01:26:06.161899Z",
                "scheduled_close_time": "2025-03-06T21:00:00Z",
                "actual_close_time": "2025-03-06T21: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": "For example, the resolution source [reports](https://nuforc.org/sighting/?id=186297) a 4 craft inline formation of UFOs having been sighted on January 1, 2025 in Rwanda.",
                "resolution_criteria": "This question resolves as **Yes** if The National UFO Reporting Center posts a pilot report of a UFO/UAP having occurred in a country on the African continent, during the month of March 2025 at [this link](https://nuforc.org/subndx/?id=x) when accessed by Metaculus on or after April 1, 2025.",
                "fine_print": "",
                "post_id": 35696,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1741294037.916391,
                                "end_time": null,
                                "forecaster_count": 26,
                                "interval_lower_bounds": [
                                    0.1
                                ],
                                "centers": [
                                    0.125
                                ],
                                "interval_upper_bounds": [
                                    0.16500000000000004
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1741294037.916391,
                            "end_time": null,
                            "forecaster_count": 26,
                            "interval_lower_bounds": [
                                0.1
                            ],
                            "centers": [
                                0.125
                            ],
                            "interval_upper_bounds": [
                                0.16500000000000004
                            ],
                            "forecast_values": [
                                0.875,
                                0.125
                            ],
                            "means": [
                                0.14116351261716145
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.3087545511194514,
                                    0.0,
                                    0.0,
                                    0.44979924871225574,
                                    0.29345347581623216,
                                    2.236694367691505,
                                    0.0,
                                    0.37684779947282754,
                                    0.0,
                                    0.0,
                                    1.0287390215376124,
                                    0.90572503390162,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8531920221601862,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.045093394185345845,
                                    0.0,
                                    0.0,
                                    1.215516653309029,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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.58951561246985,
                            "peer_score": 0.5880712302654771,
                            "coverage": 0.9558291052447425,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9558291052447425,
                            "spot_peer_score": 1.0642259221607355,
                            "spot_baseline_score": 80.73549220576041,
                            "baseline_archived_score": 76.58951561246985,
                            "peer_archived_score": 0.5880712302654771,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 1.0642259221607355,
                            "spot_baseline_archived_score": 80.73549220576041
                        },
                        "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": "For example, the resolution source [reports](https://nuforc.org/sighting/?id=186297) a 4 craft inline formation of UFOs having been sighted on January 1, 2025 in Rwanda."
        },
        {
            "id": 35695,
            "title": "Before April 1, 2025, will Anthropic announce on the news section of its website that it is planning an IPO?",
            "short_title": "Anthropic IPO?",
            "url_title": "Anthropic IPO?",
            "slug": "anthropic-ipo",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-03-02T04:05:19.135723Z",
            "published_at": "2025-03-06T20:00:00Z",
            "edited_at": "2025-07-03T15:43:53.739650Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 82,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-03-06T21:00:00Z",
            "scheduled_close_time": "2025-03-06T21:00:00Z",
            "scheduled_resolve_time": "2025-04-01T00:00:00Z",
            "open_time": "2025-03-06T20:00:00Z",
            "nr_forecasters": 26,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32627,
                        "type": "question_series",
                        "name": "Q1 AI Forecasting Benchmark Tournament",
                        "slug": "aibq1",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-01-20T01:38:25Z",
                        "close_date": "2025-04-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-01-05T18:44:23.854392Z",
                        "edited_at": "2025-04-23T14:35:34.045143Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32627,
                    "type": "question_series",
                    "name": "Q1 AI Forecasting Benchmark Tournament",
                    "slug": "aibq1",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-01-20T01:38:25Z",
                    "close_date": "2025-04-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-01-05T18:44:23.854392Z",
                    "edited_at": "2025-04-23T14:35:34.045143Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 35145,
                "title": "Before April 1, 2025, will Anthropic announce on the news section of its website that it is planning an IPO?",
                "created_at": "2025-03-02T04:05:19.135723Z",
                "open_time": "2025-03-06T20:00:00Z",
                "cp_reveal_time": "2025-03-06T21:00:00Z",
                "spot_scoring_time": "2025-03-06T21:00:00Z",
                "scheduled_resolve_time": "2025-04-01T00:00:00Z",
                "actual_resolve_time": "2025-04-02T20:25:00Z",
                "resolution_set_time": "2025-04-02T20:25:54.019426Z",
                "scheduled_close_time": "2025-03-06T21:00:00Z",
                "actual_close_time": "2025-03-06T21: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 April 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": 35695,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1741294041.38414,
                                "end_time": null,
                                "forecaster_count": 26,
                                "interval_lower_bounds": [
                                    0.1
                                ],
                                "centers": [
                                    0.14333333333333334
                                ],
                                "interval_upper_bounds": [
                                    0.2
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1741294041.38414,
                            "end_time": null,
                            "forecaster_count": 26,
                            "interval_lower_bounds": [
                                0.1
                            ],
                            "centers": [
                                0.14333333333333334
                            ],
                            "interval_upper_bounds": [
                                0.2
                            ],
                            "forecast_values": [
                                0.8566666666666667,
                                0.14333333333333334
                            ],
                            "means": [
                                0.12816078549748092
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.02510204527210512,
                                    0.8242253107406733,
                                    0.0,
                                    0.7458114916587577,
                                    0.0,
                                    0.0,
                                    0.3331976193267136,
                                    0.045093394185345845,
                                    2.0806304890663863,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.1991785097178522,
                                    1.0079282477197984,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    2.4181544196159006,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.03449404060253258,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": 77.86145152440687,
                            "peer_score": -0.7706957721166621,
                            "coverage": 0.961745353606012,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.961745353606012,
                            "spot_peer_score": -2.4976012294898893,
                            "spot_baseline_score": 77.68058586979973,
                            "baseline_archived_score": 77.86145152440687,
                            "peer_archived_score": -0.7706957721166621,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": -2.4976012294898893,
                            "spot_baseline_archived_score": 77.68058586979973
                        },
                        "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": "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": 35694,
            "title": "Before April 1, 2025, will Databricks announce that it is planning an IPO?",
            "short_title": "Databricks IPO?",
            "url_title": "Databricks IPO?",
            "slug": "databricks-ipo",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-03-02T04:05:19.104712Z",
            "published_at": "2025-03-06T20:00:00Z",
            "edited_at": "2025-07-03T15:42:49.725601Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 83,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-03-06T21:00:00Z",
            "scheduled_close_time": "2025-03-06T21:00:00Z",
            "scheduled_resolve_time": "2025-04-01T00:00:00Z",
            "open_time": "2025-03-06T20:00:00Z",
            "nr_forecasters": 27,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32627,
                        "type": "question_series",
                        "name": "Q1 AI Forecasting Benchmark Tournament",
                        "slug": "aibq1",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-01-20T01:38:25Z",
                        "close_date": "2025-04-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-01-05T18:44:23.854392Z",
                        "edited_at": "2025-04-23T14:35:34.045143Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32627,
                    "type": "question_series",
                    "name": "Q1 AI Forecasting Benchmark Tournament",
                    "slug": "aibq1",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-01-20T01:38:25Z",
                    "close_date": "2025-04-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-01-05T18:44:23.854392Z",
                    "edited_at": "2025-04-23T14:35:34.045143Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 35144,
                "title": "Before April 1, 2025, will Databricks announce that it is planning an IPO?",
                "created_at": "2025-03-02T04:05:19.104712Z",
                "open_time": "2025-03-06T20:00:00Z",
                "cp_reveal_time": "2025-03-06T21:00:00Z",
                "spot_scoring_time": "2025-03-06T21:00:00Z",
                "scheduled_resolve_time": "2025-04-01T00:00:00Z",
                "actual_resolve_time": "2025-04-01T01:28:00Z",
                "resolution_set_time": "2025-04-01T01:30:11.528879Z",
                "scheduled_close_time": "2025-03-06T21:00:00Z",
                "actual_close_time": "2025-03-06T21: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": "TechCrunch: ['It's dumb to IPO this year': Databricks CEO explains why he's waiting to go public](https://finance.yahoo.com/news/dumb-ipo-databricks-ceo-explains-064957000.html)",
                "resolution_criteria": "This question will resolve as **Yes** if Databricks, Inc., announces before April 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.databricks.com/blog) section of its website. If there is no such announcement before that date, this question resolves as **No**.",
                "fine_print": "",
                "post_id": 35694,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1741294041.968079,
                                "end_time": null,
                                "forecaster_count": 27,
                                "interval_lower_bounds": [
                                    0.1
                                ],
                                "centers": [
                                    0.15
                                ],
                                "interval_upper_bounds": [
                                    0.25
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1741294041.968079,
                            "end_time": null,
                            "forecaster_count": 27,
                            "interval_lower_bounds": [
                                0.1
                            ],
                            "centers": [
                                0.15
                            ],
                            "interval_upper_bounds": [
                                0.25
                            ],
                            "forecast_values": [
                                0.85,
                                0.15
                            ],
                            "means": [
                                0.17067117793469072
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.9074353916842878,
                                    0.0,
                                    0.0,
                                    0.7417544739396777,
                                    0.0,
                                    0.0,
                                    0.30235531220200856,
                                    0.0,
                                    0.5484989782367781,
                                    0.34196503051998717,
                                    0.20380305925474834,
                                    0.0,
                                    0.0,
                                    1.4116691847470664,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.9063300008895445,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.38538527315093474,
                                    0.0,
                                    0.0,
                                    0.8218869508967813,
                                    0.0,
                                    1.33614098740567,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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.5303738386323,
                            "peer_score": 0.8045411011408822,
                            "coverage": 0.9670379330714544,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9670379330714544,
                            "spot_peer_score": 0.6038331759047523,
                            "spot_baseline_score": 76.55347463629771,
                            "baseline_archived_score": 76.5303738386323,
                            "peer_archived_score": 0.8045411011408822,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 0.6038331759047523,
                            "spot_baseline_archived_score": 76.55347463629771
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 82,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "TechCrunch: ['It's dumb to IPO this year': Databricks CEO explains why he's waiting to go public](https://finance.yahoo.com/news/dumb-ipo-databricks-ceo-explains-064957000.html)"
        },
        {
            "id": 35693,
            "title": "Before April 1, 2025, will Chime announce that it is planning an IPO?",
            "short_title": "",
            "url_title": "",
            "slug": "before-april-1-2025-will-chime-announce-that-it-is-planning-an-ipo",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-03-02T04:05:18.912679Z",
            "published_at": "2025-03-06T20:00:00Z",
            "edited_at": "2025-07-03T15:41:52.004056Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 87,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-03-06T21:00:00Z",
            "scheduled_close_time": "2025-03-06T21:00:00Z",
            "scheduled_resolve_time": "2025-04-01T00:00:00Z",
            "open_time": "2025-03-06T20:00:00Z",
            "nr_forecasters": 26,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32627,
                        "type": "question_series",
                        "name": "Q1 AI Forecasting Benchmark Tournament",
                        "slug": "aibq1",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-01-20T01:38:25Z",
                        "close_date": "2025-04-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-01-05T18:44:23.854392Z",
                        "edited_at": "2025-04-23T14:35:34.045143Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32627,
                    "type": "question_series",
                    "name": "Q1 AI Forecasting Benchmark Tournament",
                    "slug": "aibq1",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-01-20T01:38:25Z",
                    "close_date": "2025-04-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-01-05T18:44:23.854392Z",
                    "edited_at": "2025-04-23T14:35:34.045143Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 35143,
                "title": "Before April 1, 2025, will Chime announce that it is planning an IPO?",
                "created_at": "2025-03-02T04:05:18.912679Z",
                "open_time": "2025-03-06T20:00:00Z",
                "cp_reveal_time": "2025-03-06T21:00:00Z",
                "spot_scoring_time": "2025-03-06T21:00:00Z",
                "scheduled_resolve_time": "2025-04-01T00:00:00Z",
                "actual_resolve_time": "2025-04-03T02:25:00Z",
                "resolution_set_time": "2025-04-03T02:35:31.189019Z",
                "scheduled_close_time": "2025-03-06T21:00:00Z",
                "actual_close_time": "2025-03-06T21: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": "TechCrunch: [$25 billion valuation Chime takes another step toward an IPO](https://techcrunch.com/2024/12/19/25-billion-valuation-chime-takes-another-step-towards-an-ipo/)",
                "resolution_criteria": "This question will resolve as **Yes** if Chime, Inc., announces before April 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) OpenAI 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.chime.com/blog/) section of its website. If there is no such announcement before that date, this question resolves as **No**.",
                "fine_print": "",
                "post_id": 35693,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1741294044.596273,
                                "end_time": null,
                                "forecaster_count": 26,
                                "interval_lower_bounds": [
                                    0.22
                                ],
                                "centers": [
                                    0.6
                                ],
                                "interval_upper_bounds": [
                                    0.75
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1741294044.596273,
                            "end_time": null,
                            "forecaster_count": 26,
                            "interval_lower_bounds": [
                                0.22
                            ],
                            "centers": [
                                0.6
                            ],
                            "interval_upper_bounds": [
                                0.75
                            ],
                            "forecast_values": [
                                0.4,
                                0.6
                            ],
                            "means": [
                                0.49476904100577485
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.16823478873740735,
                                    0.0,
                                    0.0,
                                    0.25733870929039265,
                                    0.0,
                                    0.24118129605736216,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8186979815576536,
                                    0.0,
                                    0.90572503390162,
                                    0.0,
                                    0.0,
                                    0.14417292188463762,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.805003909757938,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.19496837784713386,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5793475753435411,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.282927529878855,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6217405798751604,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.44753224260823815,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.0892747199321242,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.08601202193743229,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.0716578792965692,
                                    0.0,
                                    0.0,
                                    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": -3.0582993115319317,
                            "peer_score": 1.6947904505066593,
                            "coverage": 0.9721586102909513,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9721586102909513,
                            "spot_peer_score": -14.48332688662501,
                            "spot_baseline_score": -32.19280948873623,
                            "baseline_archived_score": -3.0582993115319317,
                            "peer_archived_score": 1.6947904505066593,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": -14.48332688662501,
                            "spot_baseline_archived_score": -32.19280948873623
                        },
                        "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": "TechCrunch: [$25 billion valuation Chime takes another step toward an IPO](https://techcrunch.com/2024/12/19/25-billion-valuation-chime-takes-another-step-towards-an-ipo/)"
        },
        {
            "id": 35692,
            "title": "Before April 1, 2025, will Rippling announce that it is planning an IPO?",
            "short_title": "Rippling IPO?",
            "url_title": "Rippling IPO?",
            "slug": "rippling-ipo",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-03-02T04:05:18.881714Z",
            "published_at": "2025-03-06T20:00:00Z",
            "edited_at": "2025-07-03T15:45:08.136436Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 85,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-03-06T21:00:00Z",
            "scheduled_close_time": "2025-03-06T21:00:00Z",
            "scheduled_resolve_time": "2025-04-01T00:00:00Z",
            "open_time": "2025-03-06T20:00:00Z",
            "nr_forecasters": 29,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32627,
                        "type": "question_series",
                        "name": "Q1 AI Forecasting Benchmark Tournament",
                        "slug": "aibq1",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-01-20T01:38:25Z",
                        "close_date": "2025-04-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-01-05T18:44:23.854392Z",
                        "edited_at": "2025-04-23T14:35:34.045143Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32627,
                    "type": "question_series",
                    "name": "Q1 AI Forecasting Benchmark Tournament",
                    "slug": "aibq1",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-01-20T01:38:25Z",
                    "close_date": "2025-04-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-01-05T18:44:23.854392Z",
                    "edited_at": "2025-04-23T14:35:34.045143Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 35142,
                "title": "Before April 1, 2025, will Rippling announce that it is planning an IPO?",
                "created_at": "2025-03-02T04:05:18.881714Z",
                "open_time": "2025-03-06T20:00:00Z",
                "cp_reveal_time": "2025-03-06T21:00:00Z",
                "spot_scoring_time": "2025-03-06T21:00:00Z",
                "scheduled_resolve_time": "2025-04-01T00:00:00Z",
                "actual_resolve_time": "2025-04-02T19:55:00Z",
                "resolution_set_time": "2025-04-02T19:56:37.039079Z",
                "scheduled_close_time": "2025-03-06T21:00:00Z",
                "actual_close_time": "2025-03-06T21: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": "[Startup News: Shares of HR firm Rippling gain value as its business expands](https://forgeglobal.com/insights/blog/startup-news-shares-of-rippling-gain-value-as-its-business-expands/)",
                "resolution_criteria": "This question will resolve as **Yes** if Rippling, Inc., announces before April 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.rippling.com/blog) section of its website. If there is no such announcement before that date, this question resolves as **No**.",
                "fine_print": "",
                "post_id": 35692,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1741294436.388178,
                                "end_time": null,
                                "forecaster_count": 29,
                                "interval_lower_bounds": [
                                    0.1
                                ],
                                "centers": [
                                    0.15
                                ],
                                "interval_upper_bounds": [
                                    0.2
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1741294436.388178,
                            "end_time": null,
                            "forecaster_count": 29,
                            "interval_lower_bounds": [
                                0.1
                            ],
                            "centers": [
                                0.15
                            ],
                            "interval_upper_bounds": [
                                0.2
                            ],
                            "forecast_values": [
                                0.85,
                                0.15
                            ],
                            "means": [
                                0.20523015353157484
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    1.0,
                                    0.0,
                                    0.3190127781780022,
                                    0.5622814770832913,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.033872059528572265,
                                    1.2413799326322827,
                                    0.0,
                                    0.7511534702699268,
                                    0.0,
                                    0.0,
                                    0.7692925237446318,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6803385023255489,
                                    2.241130107568371,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.35834256537117526,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8277762550959286,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.49919970777631545,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": 77.44722025352203,
                            "peer_score": 3.133703068495923,
                            "coverage": 0.977764380309317,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.977764380309317,
                            "spot_peer_score": 5.085953451530622,
                            "spot_baseline_score": 76.55347463629771,
                            "baseline_archived_score": 77.44722025352203,
                            "peer_archived_score": 3.133703068495923,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 5.085953451530622,
                            "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": "[Startup News: Shares of HR firm Rippling gain value as its business expands](https://forgeglobal.com/insights/blog/startup-news-shares-of-rippling-gain-value-as-its-business-expands/)"
        },
        {
            "id": 35691,
            "title": "Will the reported rate of incidents of unruly passengers per 10,000 flights reported by the FAA exceed the long-term average for any week before April 1, 2025?",
            "short_title": "unruly passengers FAA exceed the long-term by April 1, 2025?",
            "url_title": "unruly passengers FAA exceed the long-term by April 1, 2025?",
            "slug": "unruly-passengers-faa-exceed-the-long-term-by-april-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-03-02T04:05:18.851202Z",
            "published_at": "2025-03-06T20:00:00Z",
            "edited_at": "2025-07-03T15:42:31.700067Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 85,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-03-06T21:00:00Z",
            "scheduled_close_time": "2025-03-06T21:00:00Z",
            "scheduled_resolve_time": "2025-04-01T00:00:00Z",
            "open_time": "2025-03-06T20:00:00Z",
            "nr_forecasters": 28,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32627,
                        "type": "question_series",
                        "name": "Q1 AI Forecasting Benchmark Tournament",
                        "slug": "aibq1",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-01-20T01:38:25Z",
                        "close_date": "2025-04-11T18:43:55Z",
                        "forecasting_end_date": null,
                        "meta_description": "",
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-01-05T18:44:23.854392Z",
                        "edited_at": "2025-04-23T14:35:34.045143Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false
                    }
                ],
                "default_project": {
                    "id": 32627,
                    "type": "question_series",
                    "name": "Q1 AI Forecasting Benchmark Tournament",
                    "slug": "aibq1",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-01-20T01:38:25Z",
                    "close_date": "2025-04-11T18:43:55Z",
                    "forecasting_end_date": null,
                    "meta_description": "",
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-01-05T18:44:23.854392Z",
                    "edited_at": "2025-04-23T14:35:34.045143Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false
                }
            },
            "question": {
                "id": 35141,
                "title": "Will the reported rate of incidents of unruly passengers per 10,000 flights reported by the FAA exceed the long-term average for any week before April 1, 2025?",
                "created_at": "2025-03-02T04:05:18.851202Z",
                "open_time": "2025-03-06T20:00:00Z",
                "cp_reveal_time": "2025-03-06T21:00:00Z",
                "spot_scoring_time": "2025-03-06T21:00:00Z",
                "scheduled_resolve_time": "2025-04-01T00:00:00Z",
                "actual_resolve_time": "2025-04-02T19:52:00Z",
                "resolution_set_time": "2025-04-02T19:54:19.404998Z",
                "scheduled_close_time": "2025-03-06T21:00:00Z",
                "actual_close_time": "2025-03-06T21: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": "Simple Flying: [2024 Saw A Rise In Unruly Passenger Incidents](https://simpleflying.com/2024-unruly-passengers-rise/)",
                "resolution_criteria": "This question resolves as **Yes** if the rate of reported Incidents of unruly passengers per 10,000 flights exceeds 1.818 for any week after the launch of this question, and before April 1, 2025, (as seen when a Metaculus Admin accesses the link on or after April 1, 2025), as reported by the Federal Aviation Administration at [this link](https://www.faa.gov/unruly).",
                "fine_print": "",
                "post_id": 35691,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1741294532.385387,
                                "end_time": null,
                                "forecaster_count": 28,
                                "interval_lower_bounds": [
                                    0.2
                                ],
                                "centers": [
                                    0.4075
                                ],
                                "interval_upper_bounds": [
                                    0.75
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1741294532.385387,
                            "end_time": null,
                            "forecaster_count": 28,
                            "interval_lower_bounds": [
                                0.2
                            ],
                            "centers": [
                                0.4075
                            ],
                            "interval_upper_bounds": [
                                0.75
                            ],
                            "forecast_values": [
                                0.5925,
                                0.4075
                            ],
                            "means": [
                                0.47508194991594493
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.29960928926580743,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6961457201104864,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.6290628750453326,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6091619622184999,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.24207219377702496,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.751575542230277,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5206264693890837,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.21228082485103633,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5482154774436659,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.6561945828504347,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.034391231724457294,
                                    0.037197912973893646,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6753507208774424,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.18526809390665838,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": 18.262972234714177,
                            "peer_score": 27.662662647841167,
                            "coverage": 0.9828245766957602,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9828245766957602,
                            "spot_peer_score": 24.74500613796253,
                            "spot_baseline_score": 24.48870591235345,
                            "baseline_archived_score": 18.262972234714177,
                            "peer_archived_score": 27.662662647841167,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 24.74500613796253,
                            "spot_baseline_archived_score": 24.48870591235345
                        },
                        "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": "Simple Flying: [2024 Saw A Rise In Unruly Passenger Incidents](https://simpleflying.com/2024-unruly-passengers-rise/)"
        }
    ]
}