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

{
    "count": 5526,
    "next": "http://www.metaculus.com/api2/questions/?format=api&limit=20&offset=580",
    "previous": "http://www.metaculus.com/api2/questions/?format=api&limit=20&offset=540",
    "results": [
        {
            "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/)"
        },
        {
            "id": 35690,
            "title": "Will Amazon still list a 12-pack of Coca-Cola as \"SNAP EBT eligible\" on April 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-amazon-still-list-a-12-pack-of-coca-cola-as-snap-ebt-eligible-on-april-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-03-02T04:05:18.820518Z",
            "published_at": "2025-03-06T20:00:00Z",
            "edited_at": "2025-07-03T15:42:02.126389Z",
            "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": 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": 35140,
                "title": "Will Amazon still list a 12-pack of Coca-Cola as \"SNAP EBT eligible\" on April 1, 2025?",
                "created_at": "2025-03-02T04:05:18.820518Z",
                "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-02T02:17:00Z",
                "resolution_set_time": "2025-04-02T02:17:46.056715Z",
                "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": "yes",
                "include_bots_in_aggregates": true,
                "question_weight": 0.9,
                "default_score_type": "peer",
                "label": "",
                "unit": "",
                "open_upper_bound": false,
                "open_lower_bound": false,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_max": null,
                    "range_min": null,
                    "zero_point": null,
                    "open_upper_bound": false,
                    "open_lower_bound": false,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "",
                "resolution_criteria": "This question resolves as **Yes** if a 12-page of Coca-Cola at [this link](https://www.amazon.com/Coca-Cola-Soda-Soft-Drink-Pack/dp/B000T9WLTK?ref_=ast_sto_dp&th=1), when accessed by Metaculus from the United States on or after April 1, 2025, is listed using the exact phrase \"SNAP EBT eligible\"(forecasters please note that it *is* listed as such on February 19, 2025). If it is *not* listed as SNAP EBT eligible when checked by Metataculus on or after April 1, 2025, this resolves as **No**.",
                "fine_print": "The link in the resolution criteria is provided for convenience, but if Amazon's primary listing for a 12-pack of canned Coca-Cola appears elsewhere, then that will be used for resolution. In order to streamline resolution, synonyms or rephrasings will not count; the phrase must specifically be \"SNAP EBT eligible\".",
                "post_id": 35690,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1741294508.086441,
                                "end_time": null,
                                "forecaster_count": 31,
                                "interval_lower_bounds": [
                                    0.85
                                ],
                                "centers": [
                                    0.85
                                ],
                                "interval_upper_bounds": [
                                    0.9
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1741294508.086441,
                            "end_time": null,
                            "forecaster_count": 31,
                            "interval_lower_bounds": [
                                0.85
                            ],
                            "centers": [
                                0.85
                            ],
                            "interval_upper_bounds": [
                                0.9
                            ],
                            "forecast_values": [
                                0.15000000000000002,
                                0.85
                            ],
                            "means": [
                                0.8609210076208461
                            ],
                            "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.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8331016997804591,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.015708539450405595,
                                    0.0,
                                    0.0,
                                    0.0,
                                    5.375585608608546,
                                    0.0,
                                    0.0,
                                    1.0103811422615863,
                                    0.0,
                                    1.8652009356717758,
                                    0.0,
                                    0.028218870368318452,
                                    0.0,
                                    0.0,
                                    0.5195744883169232,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": 78.30814290553367,
                            "peer_score": -1.8073791629731213,
                            "coverage": 0.9889104319281049,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9889104319281049,
                            "spot_peer_score": -3.368090836806111,
                            "spot_baseline_score": 76.55347463629771,
                            "baseline_archived_score": 78.30814290553367,
                            "peer_archived_score": -1.8073791629731213,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": -3.368090836806111,
                            "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": 86,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": ""
        },
        {
            "id": 35689,
            "title": "Will the USDA still list \"snack foods\" on its \"What Can SNAP Buy?\" page on April 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-the-usda-still-list-snack-foods-on-its-what-can-snap-buy-page-on-april-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-03-02T04:05:18.788507Z",
            "published_at": "2025-03-06T20:00:00Z",
            "edited_at": "2025-07-03T15:41:43.411647Z",
            "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": 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": 35139,
                "title": "Will the USDA still list \"snack foods\" on its \"What Can SNAP Buy?\" page on April 1, 2025?",
                "created_at": "2025-03-02T04:05:18.788507Z",
                "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-02T02:18:00Z",
                "resolution_set_time": "2025-04-02T02:18:58.793616Z",
                "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": "yes",
                "include_bots_in_aggregates": true,
                "question_weight": 0.9,
                "default_score_type": "peer",
                "label": "",
                "unit": "",
                "open_upper_bound": false,
                "open_lower_bound": false,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_max": null,
                    "range_min": null,
                    "zero_point": null,
                    "open_upper_bound": false,
                    "open_lower_bound": false,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "NY Post: [Americans on food stamps could be banned from buying ‘bad food and sugary drinks,’ Trump USDA chief says](https://nypost.com/2025/02/14/us-news/americans-on-food-stamps-could-be-banned-from-buying-bad-food-and-sugary-drinks-trump-usda-chief-says/)",
                "resolution_criteria": "This question resolves as **Yes** if \"snack foods\" is specifically listed on the United States Department of Agriculture's [What Can SNAP Buy?](https://www.fns.usda.gov/snap/eligible-food-items) webpage as something that is explicitly mentioned as something that can can be purchased by recipients of the Supplemental Nutrition Assistance Program. (Forecasters please note that it *is* explicitly mentioned as of February 19, 2025.) If it is *not* explicitly mentioned when checked by Metataculus on or after April 1, 2025, this resolves as **No**.",
                "fine_print": "In order to streamline resolution, synonyms will not count; the phrase must specifically be \"snack foods.\" The question will resolve as soon as the page is accessed by Metaculus Admins on the resolution date. However, if there are issues accessing the page, then resolution will wait up to April 7, 2025, at which point if Metaculus has still not been able to access the resolution source, this question will be **annulled**.",
                "post_id": 35689,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1741294312.301225,
                                "end_time": null,
                                "forecaster_count": 31,
                                "interval_lower_bounds": [
                                    0.8
                                ],
                                "centers": [
                                    0.85
                                ],
                                "interval_upper_bounds": [
                                    0.85
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1741294312.301225,
                            "end_time": null,
                            "forecaster_count": 31,
                            "interval_lower_bounds": [
                                0.8
                            ],
                            "centers": [
                                0.85
                            ],
                            "interval_upper_bounds": [
                                0.85
                            ],
                            "forecast_values": [
                                0.15000000000000002,
                                0.85
                            ],
                            "means": [
                                0.8247971367279524
                            ],
                            "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.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0646131558445074,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.973648733400507,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.2358265416482139,
                                    0.0,
                                    0.3733687775975512,
                                    0.0,
                                    0.33432944568041745,
                                    1.1607734674133714,
                                    0.0,
                                    0.20851081619995687,
                                    0.0,
                                    0.0,
                                    5.361831881444331,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.924487322967572,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.010381142261586365,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": 76.45450980265797,
                            "peer_score": 1.7259232759815872,
                            "coverage": 0.9942886963817807,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9942886963817807,
                            "spot_peer_score": 2.970915785799026,
                            "spot_baseline_score": 76.55347463629771,
                            "baseline_archived_score": 76.45450980265797,
                            "peer_archived_score": 1.7259232759815872,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 2.970915785799026,
                            "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": 86,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "NY Post: [Americans on food stamps could be banned from buying ‘bad food and sugary drinks,’ Trump USDA chief says](https://nypost.com/2025/02/14/us-news/americans-on-food-stamps-could-be-banned-from-buying-bad-food-and-sugary-drinks-trump-usda-chief-says/)"
        },
        {
            "id": 35688,
            "title": "Will the US Mint list the amount of present gold holdings of Fort Knox as 147.3 million ounces on April 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-the-us-mint-list-the-amount-of-present-gold-holdings-of-fort-knox-as-1473-million-ounces-on-april-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-03-02T04:05:18.453602Z",
            "published_at": "2025-03-05T08:00:00Z",
            "edited_at": "2025-07-03T15:40:56.660214Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 84,
            "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-05T08: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": 35138,
                "title": "Will the US Mint list the amount of present gold holdings of Fort Knox as 147.3 million ounces on April 1, 2025?",
                "created_at": "2025-03-02T04:05:18.453602Z",
                "open_time": "2025-03-05T08: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-02T02:19:00Z",
                "resolution_set_time": "2025-04-02T02:20:15.347192Z",
                "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": "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": "[Musk signals DOGE could look into gold at Fort Knox](https://thehill.com/homenews/administration/5149699-elon-musk-doge-fort-knox-gold/)",
                "resolution_criteria": "This question resolves as **Yes** if the amount of present gold holdings of Fort Knox is listed as 147.3 million ounces at [this link](https://www.usmint.gov/learn/tours-and-locations/fort-knox) when checked by Metaculus on or after April 1, 2025.",
                "fine_print": "No other resolution source will be considered. Question resolves based on the value shown at the specific webpage listed. Should the webpage be offline on April 1, 2025, resolution will wait until the end of this tournament's resolutions, at which time if the page is still down the question will be **annulled**.",
                "post_id": 35688,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1741164921.98194,
                                "end_time": null,
                                "forecaster_count": 28,
                                "interval_lower_bounds": [
                                    0.85
                                ],
                                "centers": [
                                    0.9
                                ],
                                "interval_upper_bounds": [
                                    0.95
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1741164921.98194,
                            "end_time": null,
                            "forecaster_count": 28,
                            "interval_lower_bounds": [
                                0.85
                            ],
                            "centers": [
                                0.9
                            ],
                            "interval_upper_bounds": [
                                0.95
                            ],
                            "forecast_values": [
                                0.09999999999999998,
                                0.9
                            ],
                            "means": [
                                0.8776060204494049
                            ],
                            "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.05830818042997517,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8249082519936364,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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.8646809795523955,
                                    0.44071068269949837,
                                    0.0,
                                    0.6298688465053773,
                                    0.0,
                                    2.353186905302426,
                                    0.037197912973893646,
                                    0.0,
                                    0.2748574657272404,
                                    0.0,
                                    1.9090410564170732,
                                    0.3108648595307786,
                                    0.0,
                                    0.3935277555318061,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": 79.92112847688851,
                            "peer_score": 7.27972796684649,
                            "coverage": 0.9433159780502318,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9433159780502318,
                            "spot_peer_score": 7.480597203717301,
                            "spot_baseline_score": 84.79969065549501,
                            "baseline_archived_score": 79.92112847688851,
                            "peer_archived_score": 7.27972796684649,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 7.480597203717301,
                            "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": 83,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "[Musk signals DOGE could look into gold at Fort Knox](https://thehill.com/homenews/administration/5149699-elon-musk-doge-fort-knox-gold/)"
        },
        {
            "id": 35687,
            "title": "Will the JFK Library be open on March 31, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-the-jfk-library-be-open-on-march-31-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-03-02T04:05:18.423207Z",
            "published_at": "2025-03-05T08:00:00Z",
            "edited_at": "2025-07-03T15:42:08.408803Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 84,
            "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-05T08: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": 35137,
                "title": "Will the JFK Library be open on March 31, 2025?",
                "created_at": "2025-03-02T04:05:18.423207Z",
                "open_time": "2025-03-05T08: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-02T02:20:00Z",
                "resolution_set_time": "2025-04-02T02:22:12.269948Z",
                "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": "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": "[JFK Library in Boston closed until further notice due to federal job cuts, source says](https://www.cbsnews.com/boston/news/jfk-library-boston-closed-federal-job-cuts/)",
                "resolution_criteria": "This question resolves as **Yes** if the JFK Library & Museum according to [its website](https://www.jfklibrary.org/) when accessed by Metaculus on or after April 1, 2025 is no longer temporarily closed until further notice and is again open to visitors from the public for any amount of hours whatsoever.",
                "fine_print": "",
                "post_id": 35687,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1741164647.2687,
                                "end_time": null,
                                "forecaster_count": 28,
                                "interval_lower_bounds": [
                                    0.3
                                ],
                                "centers": [
                                    0.85
                                ],
                                "interval_upper_bounds": [
                                    0.9
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1741164647.2687,
                            "end_time": null,
                            "forecaster_count": 28,
                            "interval_lower_bounds": [
                                0.3
                            ],
                            "centers": [
                                0.85
                            ],
                            "interval_upper_bounds": [
                                0.9
                            ],
                            "forecast_values": [
                                0.15000000000000002,
                                0.85
                            ],
                            "means": [
                                0.6867787977324249
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.7334835713503243,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.11892943297667151,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.9090545283477725,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.7924263776831669,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.037197912973893646,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.08517259963641256,
                                    0.24207219377702496,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.5351846251056722,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.7336589013074177,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.9833381695165418,
                                    0.0,
                                    0.013684347437579939,
                                    0.0,
                                    0.3108648595307786,
                                    1.602085377020844,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": 69.9119333223538,
                            "peer_score": 35.10364437946229,
                            "coverage": 0.9488572558429507,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9488572558429507,
                            "spot_peer_score": 40.42617185799139,
                            "spot_baseline_score": 76.55347463629771,
                            "baseline_archived_score": 69.9119333223538,
                            "peer_archived_score": 35.10364437946229,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 40.42617185799139,
                            "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": 83,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "[JFK Library in Boston closed until further notice due to federal job cuts, source says](https://www.cbsnews.com/boston/news/jfk-library-boston-closed-federal-job-cuts/)"
        },
        {
            "id": 35686,
            "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:05:18.392542Z",
            "published_at": "2025-03-05T08:00:00Z",
            "edited_at": "2025-07-03T15:42:11.848437Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 85,
            "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-05T08: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": 35136,
                "title": "Will the Artemis Accords have 54 signatories on April 1, 2025?",
                "created_at": "2025-03-02T04:05:18.392542Z",
                "open_time": "2025-03-05T08: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:05.354782Z",
                "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": 35686,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1741164922.734789,
                                "end_time": null,
                                "forecaster_count": 29,
                                "interval_lower_bounds": [
                                    0.25
                                ],
                                "centers": [
                                    0.574
                                ],
                                "interval_upper_bounds": [
                                    0.65
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1741164922.734789,
                            "end_time": null,
                            "forecaster_count": 29,
                            "interval_lower_bounds": [
                                0.25
                            ],
                            "centers": [
                                0.574
                            ],
                            "interval_upper_bounds": [
                                0.65
                            ],
                            "forecast_values": [
                                0.42600000000000005,
                                0.574
                            ],
                            "means": [
                                0.4747854049544978
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.09207380390900106,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5516434298894375,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.761419003562789,
                                    0.0,
                                    0.0,
                                    0.8277762550959286,
                                    0.0,
                                    0.858652546154139,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.29507347854722077,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.10829599059260063,
                                    0.49919970777631545,
                                    0.3168414300125717,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.7312376381014487,
                                    0.0,
                                    0.0,
                                    1.3909023865940453,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8737097651107917,
                                    0.0,
                                    0.033872059528572265,
                                    0.0,
                                    0.0,
                                    0.6803385023255489,
                                    0.0,
                                    0.0,
                                    1.0,
                                    0.0,
                                    0.012460834330696993,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.250282548042939,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": 8.832667250263313,
                            "peer_score": 11.562384716573712,
                            "coverage": 0.954094543920623,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.954094543920623,
                            "spot_peer_score": -14.315514080175793,
                            "spot_baseline_score": -23.10746644362487,
                            "baseline_archived_score": 8.832667250263313,
                            "peer_archived_score": 11.562384716573712,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": -14.315514080175793,
                            "spot_baseline_archived_score": -23.10746644362487
                        },
                        "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": "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": 35685,
            "title": "Will Donald Trump or Elon Musk tweet (X post) about the Diversity Visa before April 1, 2025",
            "short_title": "",
            "url_title": "",
            "slug": "will-donald-trump-or-elon-musk-tweet-x-post-about-the-diversity-visa-before-april-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-03-02T04:05:18.361689Z",
            "published_at": "2025-03-05T08:00:00Z",
            "edited_at": "2025-07-03T15:40:58.837862Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 83,
            "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-05T08: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": 35135,
                "title": "Will Donald Trump or Elon Musk tweet (X post) about the Diversity Visa before April 1, 2025",
                "created_at": "2025-03-02T04:05:18.361689Z",
                "open_time": "2025-03-05T08: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-03T01:21:00Z",
                "resolution_set_time": "2025-04-03T01:23:28.087559Z",
                "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": 0.7,
                "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": "Recent tweet [here](https://x.com/fentasyl/status/1894451029934039492) from a Twitter/X account followed by Elon Musk.",
                "resolution_criteria": "This question resolves as **Yes** if, before April 1, 2025 either Donald Trump or Elon Musk tweet using the exact words \"diversity visa\" as shown through [this search](https://x.com/search?f=top&q=%22diversity%20visa%22%20(from%3Arealdonaldtrump%20OR%20from%3Aelonmusk)&src=typed_query) on Twitter/X, which will be checked by Metaculus on or after April 1, 2025. If a tweet (now renamed to X post) containing the phrase is seen by a Metaculus Admin at that time, this question resolves as **Yes**. If not, it resolves as **No**.",
                "fine_print": "",
                "post_id": 35685,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1741164963.68102,
                                "end_time": null,
                                "forecaster_count": 27,
                                "interval_lower_bounds": [
                                    0.12
                                ],
                                "centers": [
                                    0.19933333333333333
                                ],
                                "interval_upper_bounds": [
                                    0.22
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1741164963.68102,
                            "end_time": null,
                            "forecaster_count": 27,
                            "interval_lower_bounds": [
                                0.12
                            ],
                            "centers": [
                                0.19933333333333333
                            ],
                            "interval_upper_bounds": [
                                0.22
                            ],
                            "forecast_values": [
                                0.8006666666666666,
                                0.19933333333333333
                            ],
                            "means": [
                                0.1785952775923236
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    1.0,
                                    0.0,
                                    0.0,
                                    0.04091934181495329,
                                    0.0,
                                    0.0,
                                    0.03130111324493288,
                                    0.0,
                                    0.947210517040647,
                                    0.0,
                                    0.23351825246045652,
                                    0.0,
                                    0.0,
                                    1.5721935028440046,
                                    0.0,
                                    0.26629006976841835,
                                    0.0,
                                    0.7429155235659053,
                                    1.4387711247852137,
                                    0.0,
                                    0.9074353916842878,
                                    0.0,
                                    0.0,
                                    0.6672027243250322,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.48480115213825536,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.46343562596728616,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.11123030328809189,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": 69.14410407955134,
                            "peer_score": 1.349447985211806,
                            "coverage": 0.959027309152815,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.959027309152815,
                            "spot_peer_score": -1.4078714478016758,
                            "spot_baseline_score": 67.92736503223908,
                            "baseline_archived_score": 69.14410407955134,
                            "peer_archived_score": 1.349447985211806,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": -1.4078714478016758,
                            "spot_baseline_archived_score": 67.92736503223908
                        },
                        "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": "Recent tweet [here](https://x.com/fentasyl/status/1894451029934039492) from a Twitter/X account followed by Elon Musk."
        },
        {
            "id": 35684,
            "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:05:18.329565Z",
            "published_at": "2025-03-05T08:00:00Z",
            "edited_at": "2025-07-03T15:43:52.379418Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 84,
            "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-05T08: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": 35134,
                "title": "Will President Trump issue a new presidential action mentioning the Diversity Visa before April 1, 2025?",
                "created_at": "2025-03-02T04:05:18.329565Z",
                "open_time": "2025-03-05T08: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:54:00Z",
                "resolution_set_time": "2025-04-01T01:56:22.060737Z",
                "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": 0.7,
                "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": 35684,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1741164921.52963,
                                "end_time": null,
                                "forecaster_count": 28,
                                "interval_lower_bounds": [
                                    0.09000000000000001
                                ],
                                "centers": [
                                    0.15
                                ],
                                "interval_upper_bounds": [
                                    0.223
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1741164921.52963,
                            "end_time": null,
                            "forecaster_count": 28,
                            "interval_lower_bounds": [
                                0.09000000000000001
                            ],
                            "centers": [
                                0.15
                            ],
                            "interval_upper_bounds": [
                                0.223
                            ],
                            "forecast_values": [
                                0.85,
                                0.15
                            ],
                            "means": [
                                0.17138195847692686
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.3315487681516363,
                                    0.0,
                                    0.0,
                                    0.7471400545026624,
                                    0.6753507208774424,
                                    1.4349378106836834,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6869937429455594,
                                    1.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.9353587733660349,
                                    0.0,
                                    0.24207219377702496,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.7280913951951714,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.932802049766552,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.05830818042997517,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.3108648595307786,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.013684347437579939,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": 53.64416881127053,
                            "peer_score": 11.010332423305819,
                            "coverage": 0.9645667030413945,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9645667030413945,
                            "spot_peer_score": 11.005619713761645,
                            "spot_baseline_score": 76.55347463629771,
                            "baseline_archived_score": 53.64416881127053,
                            "peer_archived_score": 11.010332423305819,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 11.005619713761645,
                            "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": 83,
            "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": 35683,
            "title": "Will the US State Department's Diversity Visa page still be online on March 31, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-the-us-state-departments-diversity-visa-page-still-be-online-on-march-31-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-03-02T04:05:17.931858Z",
            "published_at": "2025-03-05T08:00:00Z",
            "edited_at": "2025-07-03T15:41:12.351017Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 83,
            "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-05T08: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": 35133,
                "title": "Will the US State Department's Diversity Visa page still be online on March 31, 2025?",
                "created_at": "2025-03-02T04:05:17.931858Z",
                "open_time": "2025-03-05T08: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-02T02:22:00Z",
                "resolution_set_time": "2025-04-02T02:23:22.982795Z",
                "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": "yes",
                "include_bots_in_aggregates": true,
                "question_weight": 0.7,
                "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": "[Donald Trump's 2017 tweet discussing the DV program](https://x.com/realDonaldTrump/status/925684982307348480)",
                "resolution_criteria": "This question resolves as **Yes** if the Step 1 Submit an Entry page with instructions for registerning for the Diversity Immigrant Visa (DV) Program is at [this location](https://travel.state.gov/content/travel/en/us-visas/immigrate/diversity-visa-program-entry/diversity-visa-submit-entry1.html) when attempted to be accessed by Metaculus on or after April 1, 2025.",
                "fine_print": "",
                "post_id": 35683,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1741164816.846173,
                                "end_time": null,
                                "forecaster_count": 27,
                                "interval_lower_bounds": [
                                    0.9
                                ],
                                "centers": [
                                    0.9390000000000001
                                ],
                                "interval_upper_bounds": [
                                    0.95
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1741164816.846173,
                            "end_time": null,
                            "forecaster_count": 27,
                            "interval_lower_bounds": [
                                0.9
                            ],
                            "centers": [
                                0.9390000000000001
                            ],
                            "interval_upper_bounds": [
                                0.95
                            ],
                            "forecast_values": [
                                0.06099999999999994,
                                0.9390000000000001
                            ],
                            "means": [
                                0.9235517117508841
                            ],
                            "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.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.09369360910749297,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.8232761721710502,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.9715769570268549,
                                    0.0,
                                    0.0,
                                    1.6030611589824653,
                                    0.23351825246045652,
                                    2.8433094921142246,
                                    0.0,
                                    0.3295834077306168,
                                    1.0092055933343236,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": 89.33974603205677,
                            "peer_score": 2.8156651223304463,
                            "coverage": 0.9698852555619347,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9698852555619347,
                            "spot_peer_score": 2.0365741006194535,
                            "spot_baseline_score": 90.91970629916875,
                            "baseline_archived_score": 89.33974603205677,
                            "peer_archived_score": 2.8156651223304463,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 2.0365741006194535,
                            "spot_baseline_archived_score": 90.91970629916875
                        },
                        "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": "[Donald Trump's 2017 tweet discussing the DV program](https://x.com/realDonaldTrump/status/925684982307348480)"
        },
        {
            "id": 35665,
            "title": "Will a fourth person solve a Rubik's cube in less than 3.44 seconds before March 31, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-a-fourth-person-solve-a-rubiks-cube-in-less-than-344-seconds-before-march-31-2025",
            "author_id": 228596,
            "author_username": "BenWilson",
            "coauthors": [],
            "created_at": "2025-03-02T04:05:16.547351Z",
            "published_at": "2025-03-03T15:00:00Z",
            "edited_at": "2025-07-03T15:44:28.116077Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 88,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-03-03T16:00:00Z",
            "scheduled_close_time": "2025-03-03T16:00:00Z",
            "scheduled_resolve_time": "2025-03-31T00:00:00Z",
            "open_time": "2025-03-03T15: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": 35115,
                "title": "Will a fourth person solve a Rubik's cube in less than 3.44 seconds before March 31, 2025?",
                "created_at": "2025-03-02T04:05:16.547351Z",
                "open_time": "2025-03-03T15:00:00Z",
                "cp_reveal_time": "2025-03-03T16:00:00Z",
                "spot_scoring_time": "2025-03-03T16:00:00Z",
                "scheduled_resolve_time": "2025-03-31T00:00:00Z",
                "actual_resolve_time": "2025-03-31T21:42:00Z",
                "resolution_set_time": "2025-03-31T21:45:36.369145Z",
                "scheduled_close_time": "2025-03-03T16:00:00Z",
                "actual_close_time": "2025-03-03T16: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": "*This question is part of the* [*Bridgewater Forecasting Contest*](https://www.metaculus.com/bridgewater/)*. To be eligible to win prizes in the competition you must register for the tournament. The last day to register is March 24, 2025. Sign up or check your registration status* [*here*](https://www.metaculus.com/bridgewater/)*.*\n\n***\n\nThe Rubik's Cube was invented in 1974, released in 1980, and had its first world 'speedcubing' championship [just 8 years later](https://en.wikipedia.org/wiki/Speedcubing#History). The winner achieved a world record of 22.95 seconds. Since then, [17 more people](https://ruwix.com/the-rubiks-cube/history-of-the-world-record-evolution/) have held this record, lowering the time to below 4 seconds. Speedcubers use memorized algorithms to solve the Rubik's Cube and top performances rely on choosing the fastest option and executing it flawlessly.\n\nAs of January 17, 2025, three performances are separated by the rest. While 20 people [have achieved](https://www.worldcubeassociation.org/results/rankings/333/single) a time below 4s, only 3 have achieved one below 3.44s:\n\n* Max Park in 2023 (3.13s)\n* Ruihang Xu (许瑞航) in 2024 (3.24s)\n* Yiheng Wang (王艺衡) in 2024 (3.27s)",
                "resolution_criteria": "This question will resolve as **Yes** if, before March 31, 2025, Eastern Time, the [World Cube Association](https://www.worldcubeassociation.org/results/rankings/333/single) reports that a person besides Max Park, Ruihang Xu, and Yiheng Wang has achieved a single time below 3.44s at solving the 3x3x3 Rubik's Cube at an [official event](https://www.worldcubeassociation.org/competitions).",
                "fine_print": "",
                "post_id": 35665,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1741017427.792524,
                                "end_time": null,
                                "forecaster_count": 30,
                                "interval_lower_bounds": [
                                    0.1525
                                ],
                                "centers": [
                                    0.35
                                ],
                                "interval_upper_bounds": [
                                    0.496
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1741017427.792524,
                            "end_time": null,
                            "forecaster_count": 30,
                            "interval_lower_bounds": [
                                0.1525
                            ],
                            "centers": [
                                0.35
                            ],
                            "interval_upper_bounds": [
                                0.496
                            ],
                            "forecast_values": [
                                0.65,
                                0.35
                            ],
                            "means": [
                                0.37232031189530185
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.13357075254608086,
                                    0.0,
                                    0.153865828537011,
                                    0.0,
                                    0.0,
                                    0.20040048597024865,
                                    0.0,
                                    0.8305036517217669,
                                    0.0,
                                    0.0,
                                    1.378748230052289,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6707135414768655,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.3268262380230357,
                                    0.6850893156161345,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.011364900518339544,
                                    0.0,
                                    0.2010418409121184,
                                    0.0,
                                    0.0,
                                    0.6761370961605792,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.25190162765868773,
                                    0.5059112341124612,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.7549731054070336,
                                    0.3660118313347263,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.620502543612061,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.29095551644889905,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.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
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": 48.66255066264662,
                            "peer_score": 6.276325633709115,
                            "coverage": 0.8960929705699285,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.8960929705699285,
                            "spot_peer_score": 2.522718216789515,
                            "spot_baseline_score": 37.85116232537298,
                            "baseline_archived_score": 48.66255066264662,
                            "peer_archived_score": 6.276325633709115,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 2.522718216789515,
                            "spot_baseline_archived_score": 37.85116232537298
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 86,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "*This question is part of the* [*Bridgewater Forecasting Contest*](https://www.metaculus.com/bridgewater/)*. To be eligible to win prizes in the competition you must register for the tournament. The last day to register is March 24, 2025. Sign up or check your registration status* [*here*](https://www.metaculus.com/bridgewater/)*.*\n\n***\n\nThe Rubik's Cube was invented in 1974, released in 1980, and had its first world 'speedcubing' championship [just 8 years later](https://en.wikipedia.org/wiki/Speedcubing#History). The winner achieved a world record of 22.95 seconds. Since then, [17 more people](https://ruwix.com/the-rubiks-cube/history-of-the-world-record-evolution/) have held this record, lowering the time to below 4 seconds. Speedcubers use memorized algorithms to solve the Rubik's Cube and top performances rely on choosing the fastest option and executing it flawlessly.\n\nAs of January 17, 2025, three performances are separated by the rest. While 20 people [have achieved](https://www.worldcubeassociation.org/results/rankings/333/single) a time below 4s, only 3 have achieved one below 3.44s:\n\n* Max Park in 2023 (3.13s)\n* Ruihang Xu (许瑞航) in 2024 (3.24s)\n* Yiheng Wang (王艺衡) in 2024 (3.27s)"
        }
    ]
}