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

{
    "count": 5947,
    "next": "http://www.metaculus.com/api2/questions/?format=api&limit=20&offset=1660",
    "previous": "http://www.metaculus.com/api2/questions/?format=api&limit=20&offset=1620",
    "results": [
        {
            "id": 30302,
            "title": "Will Bitcoin dominance exceed 63.0% on any single day in November or December 2024?",
            "short_title": "Bitcoin rally",
            "url_title": "Bitcoin rally",
            "slug": "bitcoin-rally",
            "author_id": 212347,
            "author_username": "g-w1",
            "coauthors": [],
            "created_at": "2024-11-19T21:08:33.552787Z",
            "published_at": "2024-11-19T21:08:38.345491Z",
            "edited_at": "2025-09-05T17:29:22.014315Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2024-11-19T21:08:38.345489Z",
            "comment_count": 0,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2024-11-21T23:33:00Z",
            "scheduled_close_time": "2025-01-01T07:24:00Z",
            "scheduled_resolve_time": "2025-01-01T07:24:00Z",
            "actual_resolve_time": "2024-11-21T23:33:00Z",
            "open_time": "2024-11-21T21:08:00Z",
            "nr_forecasters": 0,
            "html_metadata_json": null,
            "projects": {
                "community": [
                    {
                        "id": 3660,
                        "name": "Brown University Forecasting Team",
                        "type": "community",
                        "slug": "brown",
                        "description": "A Community page for the Brown University Forecasting Team.",
                        "order": 0,
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/Screenshot_2024-09-26_at_1.47.31PM_pjC1kqu.png",
                        "header_logo": "https://metaculus-web-media.s3.amazonaws.com/download_37_D4dN5Ol.png",
                        "followers_count": 24,
                        "default_permission": "forecaster",
                        "visibility": "unlisted",
                        "created_by": {
                            "id": 147748,
                            "username": "quinoa",
                            "is_bot": false,
                            "is_staff": false
                        }
                    }
                ],
                "default_project": {
                    "id": 3660,
                    "name": "Brown University Forecasting Team",
                    "type": "community",
                    "slug": "brown",
                    "description": "A Community page for the Brown University Forecasting Team.",
                    "order": 0,
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/Screenshot_2024-09-26_at_1.47.31PM_pjC1kqu.png",
                    "header_logo": "https://metaculus-web-media.s3.amazonaws.com/download_37_D4dN5Ol.png",
                    "followers_count": 24,
                    "default_permission": "forecaster",
                    "visibility": "unlisted",
                    "created_by": {
                        "id": 147748,
                        "username": "quinoa",
                        "is_bot": false,
                        "is_staff": false
                    }
                }
            },
            "question": {
                "id": 30104,
                "title": "Will Bitcoin dominance exceed 63.0% on any single day in November or December 2024?",
                "created_at": "2024-11-19T21:08:33.553138Z",
                "open_time": "2024-11-21T21:08:00Z",
                "cp_reveal_time": "2024-11-24T21:08:00Z",
                "spot_scoring_time": "2024-11-24T21:08:00Z",
                "scheduled_resolve_time": "2025-01-01T07:24:00Z",
                "actual_resolve_time": "2024-11-21T23:33:00Z",
                "resolution_set_time": "2024-11-21T23:34:34.316603Z",
                "scheduled_close_time": "2025-01-01T07:24:00Z",
                "actual_close_time": "2024-11-21T23:33:00Z",
                "type": "binary",
                "options": [],
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "annulled",
                "include_bots_in_aggregates": false,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "https://www.metaculus.com/questions/29900/bitcoin-dominance-630-on-any-day-in-novdec-2024/ crosspost for Brown group",
                "resolution_criteria": "from https://www.metaculus.com/questions/29900/bitcoin-dominance-630-on-any-day-in-novdec-2024/",
                "fine_print": "",
                "post_id": 30302,
                "aggregations": {
                    "recency_weighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 0,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "https://www.metaculus.com/questions/29900/bitcoin-dominance-630-on-any-day-in-novdec-2024/ crosspost for Brown group"
        },
        {
            "id": 30301,
            "title": "Will Astro Bot win the Game of the Year 2024 award?",
            "short_title": "Will Astro Bot win the Game of the Year 2024 award?",
            "url_title": "Will Astro Bot win the Game of the Year 2024 award?",
            "slug": "will-astro-bot-win-the-game-of-the-year-2024-award",
            "author_id": 212347,
            "author_username": "g-w1",
            "coauthors": [],
            "created_at": "2024-11-19T21:06:13.516085Z",
            "published_at": "2024-11-19T21:06:18.761713Z",
            "edited_at": "2025-09-05T17:29:02.093780Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2024-11-19T21:06:18.761711Z",
            "comment_count": 0,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2024-12-13T05:20:00Z",
            "scheduled_close_time": "2025-12-12T22:00:00Z",
            "scheduled_resolve_time": "2025-12-12T22:00:00Z",
            "actual_resolve_time": "2024-12-13T05:20:00Z",
            "open_time": "2024-11-21T21:06:00Z",
            "nr_forecasters": 14,
            "html_metadata_json": null,
            "projects": {
                "community": [
                    {
                        "id": 3660,
                        "name": "Brown University Forecasting Team",
                        "type": "community",
                        "slug": "brown",
                        "description": "A Community page for the Brown University Forecasting Team.",
                        "order": 0,
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/Screenshot_2024-09-26_at_1.47.31PM_pjC1kqu.png",
                        "header_logo": "https://metaculus-web-media.s3.amazonaws.com/download_37_D4dN5Ol.png",
                        "followers_count": 24,
                        "default_permission": "forecaster",
                        "visibility": "unlisted",
                        "created_by": {
                            "id": 147748,
                            "username": "quinoa",
                            "is_bot": false,
                            "is_staff": false
                        }
                    }
                ],
                "default_project": {
                    "id": 3660,
                    "name": "Brown University Forecasting Team",
                    "type": "community",
                    "slug": "brown",
                    "description": "A Community page for the Brown University Forecasting Team.",
                    "order": 0,
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/Screenshot_2024-09-26_at_1.47.31PM_pjC1kqu.png",
                    "header_logo": "https://metaculus-web-media.s3.amazonaws.com/download_37_D4dN5Ol.png",
                    "followers_count": 24,
                    "default_permission": "forecaster",
                    "visibility": "unlisted",
                    "created_by": {
                        "id": 147748,
                        "username": "quinoa",
                        "is_bot": false,
                        "is_staff": false
                    }
                }
            },
            "question": {
                "id": 30103,
                "title": "Will Astro Bot win the Game of the Year 2024 award?",
                "created_at": "2024-11-19T21:06:13.516420Z",
                "open_time": "2024-11-21T21:06:00Z",
                "cp_reveal_time": "2024-11-24T21:06:00Z",
                "spot_scoring_time": "2024-11-24T21:06:00Z",
                "scheduled_resolve_time": "2025-12-12T22:00:00Z",
                "actual_resolve_time": "2024-12-13T05:20:00Z",
                "resolution_set_time": "2024-12-13T05:22:05.433745Z",
                "scheduled_close_time": "2025-12-12T22:00:00Z",
                "actual_close_time": "2024-12-13T05:20:00Z",
                "type": "binary",
                "options": [],
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "yes",
                "include_bots_in_aggregates": false,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "crosspost of https://www.metaculus.com/questions/29902/will-astro-bot-win-the-game-of-the-year-2024-award/ for Brown",
                "resolution_criteria": "https://www.metaculus.com/questions/29902/will-astro-bot-win-the-game-of-the-year-2024-award/",
                "fine_print": "",
                "post_id": 30301,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1734062601.917729,
                                "end_time": null,
                                "forecaster_count": 13,
                                "interval_lower_bounds": [
                                    0.17
                                ],
                                "centers": [
                                    0.38
                                ],
                                "interval_upper_bounds": [
                                    0.72
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1734062601.917729,
                            "end_time": null,
                            "forecaster_count": 13,
                            "interval_lower_bounds": [
                                0.17
                            ],
                            "centers": [
                                0.38
                            ],
                            "interval_upper_bounds": [
                                0.72
                            ],
                            "forecast_values": [
                                0.62,
                                0.38
                            ],
                            "means": [
                                0.4703707131276663
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.20077883994766343,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.7490672709776599,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6419315407681068,
                                    0.0,
                                    0.0,
                                    0.25423829106281975,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.07386240743899689,
                                    0.0,
                                    0.11176713620916234,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.1535851000440937,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.3147232704804096,
                                    0.0,
                                    0.0,
                                    0.45972621534782,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8680988742991211,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.38296948584461915,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5457734721688206,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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.0
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": -2.3171895819229835,
                            "peer_score": 1.7181256369010798,
                            "coverage": 0.055039681474376496,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9955172998476298,
                            "spot_peer_score": 17.261396881200223,
                            "baseline_archived_score": -2.3171895819229835,
                            "peer_archived_score": 1.7181256369010798,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 17.261396881200223
                        },
                        "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": "forecaster",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 41,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "crosspost of https://www.metaculus.com/questions/29902/will-astro-bot-win-the-game-of-the-year-2024-award/ for Brown"
        },
        {
            "id": 30300,
            "title": "Will the International Criminal Court issue any warrants in November or December 2024?",
            "short_title": "ICC Warrant 2024?",
            "url_title": "ICC Warrant 2024?",
            "slug": "icc-warrant-2024",
            "author_id": 212347,
            "author_username": "g-w1",
            "coauthors": [],
            "created_at": "2024-11-19T21:04:40.277421Z",
            "published_at": "2024-11-19T21:05:16.898834Z",
            "edited_at": "2025-09-05T17:28:59.058984Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2024-11-19T21:05:16.898831Z",
            "comment_count": 0,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2024-01-01T17:00:00Z",
            "scheduled_close_time": "2024-01-01T17:00:00Z",
            "scheduled_resolve_time": "2024-01-01T17:00:00Z",
            "actual_resolve_time": "2024-11-21T23:45:00Z",
            "open_time": "2024-11-21T21:04:00Z",
            "nr_forecasters": 0,
            "html_metadata_json": null,
            "projects": {
                "category": [
                    {
                        "id": 3689,
                        "name": "Politics",
                        "slug": "politics",
                        "emoji": "🏛️",
                        "description": "Politics",
                        "type": "category"
                    }
                ],
                "community": [
                    {
                        "id": 3660,
                        "name": "Brown University Forecasting Team",
                        "type": "community",
                        "slug": "brown",
                        "description": "A Community page for the Brown University Forecasting Team.",
                        "order": 0,
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/Screenshot_2024-09-26_at_1.47.31PM_pjC1kqu.png",
                        "header_logo": "https://metaculus-web-media.s3.amazonaws.com/download_37_D4dN5Ol.png",
                        "followers_count": 24,
                        "default_permission": "forecaster",
                        "visibility": "unlisted",
                        "created_by": {
                            "id": 147748,
                            "username": "quinoa",
                            "is_bot": false,
                            "is_staff": false
                        }
                    }
                ],
                "default_project": {
                    "id": 3660,
                    "name": "Brown University Forecasting Team",
                    "type": "community",
                    "slug": "brown",
                    "description": "A Community page for the Brown University Forecasting Team.",
                    "order": 0,
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/Screenshot_2024-09-26_at_1.47.31PM_pjC1kqu.png",
                    "header_logo": "https://metaculus-web-media.s3.amazonaws.com/download_37_D4dN5Ol.png",
                    "followers_count": 24,
                    "default_permission": "forecaster",
                    "visibility": "unlisted",
                    "created_by": {
                        "id": 147748,
                        "username": "quinoa",
                        "is_bot": false,
                        "is_staff": false
                    }
                }
            },
            "question": {
                "id": 30102,
                "title": "Will the International Criminal Court issue any warrants in November or December 2024?",
                "created_at": "2024-11-19T21:04:40.277779Z",
                "open_time": "2024-11-21T21:04:00Z",
                "cp_reveal_time": "2024-11-24T21:04:40Z",
                "spot_scoring_time": "2024-11-24T21:04:40Z",
                "scheduled_resolve_time": "2024-01-01T17:00:00Z",
                "actual_resolve_time": "2024-11-21T23:45:00Z",
                "resolution_set_time": "2024-11-21T23:45:46.604109Z",
                "scheduled_close_time": "2024-01-01T17:00:00Z",
                "actual_close_time": "2024-01-01T17:00:00Z",
                "type": "binary",
                "options": [],
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "annulled",
                "include_bots_in_aggregates": false,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "reference to https://www.metaculus.com/questions/29903/will-the-icc-issue-any-warrants-in-nov-or-dec-2024/, but for the Brown group",
                "resolution_criteria": "see https://www.metaculus.com/questions/29903/will-the-icc-issue-any-warrants-in-nov-or-dec-2024/",
                "fine_print": "",
                "post_id": 30300,
                "aggregations": {
                    "recency_weighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 0,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "reference to https://www.metaculus.com/questions/29903/will-the-icc-issue-any-warrants-in-nov-or-dec-2024/, but for the Brown group"
        },
        {
            "id": 30297,
            "title": "Will Nvidia have the largest market cap in the world at the end of 2024?",
            "short_title": "Will Nvidia have the largest market cap at the end of 2024?",
            "url_title": "Will Nvidia have the largest market cap at the end of 2024?",
            "slug": "will-nvidia-have-the-largest-market-cap-at-the-end-of-2024",
            "author_id": 126626,
            "author_username": "skmmcj",
            "coauthors": [],
            "created_at": "2024-11-19T15:56:54.581402Z",
            "published_at": "2024-11-20T19:40:18Z",
            "edited_at": "2025-09-05T17:28:59.813530Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2024-11-20T19:40:18Z",
            "comment_count": 23,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2024-12-29T23:00:00Z",
            "scheduled_close_time": "2024-12-29T23:00:00Z",
            "scheduled_resolve_time": "2025-01-01T12:00:00Z",
            "actual_resolve_time": "2025-01-01T22:30:00Z",
            "open_time": "2024-11-21T15:30:00Z",
            "nr_forecasters": 118,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32594,
                        "name": "2024 Leaderboard",
                        "slug": "2024_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "site_main": [
                    {
                        "id": 144,
                        "type": "site_main",
                        "name": "Metaculus Community",
                        "slug": null,
                        "header_image": null,
                        "prize_pool": null,
                        "start_date": null,
                        "close_date": null,
                        "forecasting_end_date": null,
                        "html_metadata_json": null,
                        "is_ongoing": null,
                        "user_permission": "forecaster",
                        "created_at": "2023-11-08T16:55:29.484707Z",
                        "edited_at": "2025-07-18T17:28:18.838588Z",
                        "score_type": null,
                        "default_permission": "forecaster",
                        "visibility": "normal",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "exclude_and_show"
                    }
                ],
                "category": [
                    {
                        "id": 3698,
                        "name": "Economy & Business",
                        "slug": "economy-business",
                        "emoji": "💼",
                        "description": "Economy & Business",
                        "type": "category"
                    },
                    {
                        "id": 3701,
                        "name": "Technology",
                        "slug": "technology",
                        "emoji": "⚙️",
                        "description": "Technology",
                        "type": "category"
                    }
                ],
                "tournament": [
                    {
                        "id": 3672,
                        "type": "tournament",
                        "name": "🏆 Q4 2024 Quarterly Cup 🏆",
                        "slug": "quarterly-cup-2024q4",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/q4-cover.webp",
                        "prize_pool": null,
                        "start_date": "2024-10-08T13:00:25Z",
                        "close_date": "2025-01-10T05:30:25Z",
                        "forecasting_end_date": "2025-01-01T07:59:00Z",
                        "html_metadata_json": null,
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2024-09-30T16:51:26.101402Z",
                        "edited_at": "2025-02-03T20:02:59.488954Z",
                        "score_type": "peer_tournament",
                        "default_permission": "forecaster",
                        "visibility": "normal",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "exclude_and_show"
                    }
                ],
                "default_project": {
                    "id": 3672,
                    "type": "tournament",
                    "name": "🏆 Q4 2024 Quarterly Cup 🏆",
                    "slug": "quarterly-cup-2024q4",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/q4-cover.webp",
                    "prize_pool": null,
                    "start_date": "2024-10-08T13:00:25Z",
                    "close_date": "2025-01-10T05:30:25Z",
                    "forecasting_end_date": "2025-01-01T07:59:00Z",
                    "html_metadata_json": null,
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2024-09-30T16:51:26.101402Z",
                    "edited_at": "2025-02-03T20:02:59.488954Z",
                    "score_type": "peer_tournament",
                    "default_permission": "forecaster",
                    "visibility": "normal",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "exclude_and_show"
                },
                "question_series": [
                    {
                        "id": 32559,
                        "type": "question_series",
                        "name": "Bridgewater Forecasting Contest Warmup",
                        "slug": "bridgewater-warmup",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/tournament-cover_2_TqQCKYL.webp",
                        "prize_pool": null,
                        "start_date": "2024-12-11T06:00:00Z",
                        "close_date": "2025-02-03T18:00:00Z",
                        "forecasting_end_date": null,
                        "html_metadata_json": null,
                        "is_ongoing": false,
                        "user_permission": "forecaster",
                        "created_at": "2024-12-03T20:11:36.362514Z",
                        "edited_at": "2025-02-08T06:50:47.494484Z",
                        "score_type": "peer_tournament",
                        "default_permission": "forecaster",
                        "visibility": "normal",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "exclude_and_show"
                    }
                ]
            },
            "question": {
                "id": 30101,
                "title": "Will Nvidia have the largest market cap in the world at the end of 2024?",
                "created_at": "2024-11-19T15:56:54.581809Z",
                "open_time": "2024-11-21T15:30:00Z",
                "cp_reveal_time": "2024-11-24T15:30:00Z",
                "spot_scoring_time": "2024-11-24T15:30:00Z",
                "scheduled_resolve_time": "2025-01-01T12:00:00Z",
                "actual_resolve_time": "2025-01-01T22:30:00Z",
                "resolution_set_time": "2025-01-01T22:30:25.598534Z",
                "scheduled_close_time": "2024-12-29T23:00:00Z",
                "actual_close_time": "2024-12-29T23:00:00Z",
                "type": "binary",
                "options": [],
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "no",
                "include_bots_in_aggregates": false,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "Nvidia has seen a meteoric rise in the past two years, with its stock growing more than threefold in 2023, a feat which is looking to repeat in 2024. Nvidia's rise can be [largely attributed](https://www.bloomberg.com/news/articles/2024-06-06/nvidia-s-rise-to-3-trillion-fuels-jensanity-across-tech-world) to the rise of generative AI, as Nvidia [provides](https://www.cnbc.com/2024/06/02/nvidia-dominates-the-ai-chip-market-but-theres-rising-competition-.html) the vast majority of chips that are used to train these systems. However, in recent weeks, there have been [reports](https://www.bloomberg.com/news/articles/2024-11-13/openai-google-and-anthropic-are-struggling-to-build-more-advanced-ai) that the new LLMs from the leading companies (OpenAI, Anthropic, Google) are not showing the expected improvements.",
                "resolution_criteria": "This question will resolve as **Yes** if Nvidia has the largest market cup of any company according to [CompaniesMarketCap](https://companiesmarketcap.com/) after the close of trading on December 31, 2024.",
                "fine_print": "- If there are ambiguities regarding Nvidia's ranking, the \"End of year Market Cap\" values will be used from each of the top companies' [individual page](https://companiesmarketcap.com/nvidia/marketcap/).\n- If CompaniesMarketCap is unavailable, admins may wait until 7 January 2025 and then use alternative, credible sources.",
                "post_id": 30297,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1735510901.511961,
                                "end_time": null,
                                "forecaster_count": 103,
                                "interval_lower_bounds": [
                                    0.001
                                ],
                                "centers": [
                                    0.001
                                ],
                                "interval_upper_bounds": [
                                    0.006
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1735510901.511961,
                            "end_time": null,
                            "forecaster_count": 103,
                            "interval_lower_bounds": [
                                0.001
                            ],
                            "centers": [
                                0.001
                            ],
                            "interval_upper_bounds": [
                                0.006
                            ],
                            "forecast_values": [
                                0.999,
                                0.001
                            ],
                            "means": [
                                0.005906141261711694
                            ],
                            "histogram": [
                                [
                                    15.21493462411799,
                                    1.6442601480393795,
                                    1.4371078444711642,
                                    0.32479053661608687,
                                    0.0,
                                    0.10569891154990413,
                                    0.0,
                                    0.005805836553457768,
                                    0.0,
                                    0.0,
                                    0.0030580047396704126,
                                    0.0,
                                    0.012224307168577479,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0010784108305004398,
                                    0.0,
                                    0.004260043935447174,
                                    0.0,
                                    0.007064033012232248,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.003872103651154285,
                                    0.0,
                                    0.0,
                                    0.005074231987412313,
                                    0.0,
                                    0.0007857345343876863,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.01089655293969943,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0024156522646221978,
                                    0.00036601963165768176,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.006869491573638977,
                                    0.00524797978376936,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0027223742919663453,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.001191416139661783,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.00022111209728182583,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0002890555814196455,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0004530981350361459,
                                    0.0,
                                    0.0,
                                    0.0012497772419926385,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": 47.357959807529696,
                            "peer_score": 20.6050439925248,
                            "coverage": 0.9999737352860618,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9999737352860618,
                            "spot_peer_score": 11.874812395004128,
                            "spot_baseline_score": -83.65012677171204,
                            "baseline_archived_score": 47.357959807529696,
                            "peer_archived_score": 20.6050439925248,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 11.874812395004128,
                            "spot_baseline_archived_score": -83.65012677171204
                        },
                        "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": "forecaster",
            "vote": {
                "score": 3,
                "user_vote": null
            },
            "forecasts_count": 587,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "Nvidia has seen a meteoric rise in the past two years, with its stock growing more than threefold in 2023, a feat which is looking to repeat in 2024. Nvidia's rise can be [largely attributed](https://www.bloomberg.com/news/articles/2024-06-06/nvidia-s-rise-to-3-trillion-fuels-jensanity-across-tech-world) to the rise of generative AI, as Nvidia [provides](https://www.cnbc.com/2024/06/02/nvidia-dominates-the-ai-chip-market-but-theres-rising-competition-.html) the vast majority of chips that are used to train these systems. However, in recent weeks, there have been [reports](https://www.bloomberg.com/news/articles/2024-11-13/openai-google-and-anthropic-are-struggling-to-build-more-advanced-ai) that the new LLMs from the leading companies (OpenAI, Anthropic, Google) are not showing the expected improvements."
        },
        {
            "id": 30295,
            "title": "Will Bluesky reach 30 million users before 1 January 2025?",
            "short_title": "Will Bluesky reach 30 million users before 1 January 2025?",
            "url_title": "Will Bluesky reach 30 million users before 1 January 2025?",
            "slug": "will-bluesky-reach-30-million-users-before-1-january-2025",
            "author_id": 126626,
            "author_username": "skmmcj",
            "coauthors": [],
            "created_at": "2024-11-19T15:12:44.587047Z",
            "published_at": "2024-11-20T19:22:57.488948Z",
            "edited_at": "2025-09-05T17:29:03.106801Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2024-11-20T19:22:57.488946Z",
            "comment_count": 42,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2024-12-28T23:00:00Z",
            "scheduled_close_time": "2024-12-28T23:00:00Z",
            "scheduled_resolve_time": "2025-01-01T00:01:00Z",
            "actual_resolve_time": "2025-01-01T22:35:00Z",
            "open_time": "2024-11-21T15:30:00Z",
            "nr_forecasters": 139,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32594,
                        "name": "2024 Leaderboard",
                        "slug": "2024_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "site_main": [
                    {
                        "id": 144,
                        "type": "site_main",
                        "name": "Metaculus Community",
                        "slug": null,
                        "header_image": null,
                        "prize_pool": null,
                        "start_date": null,
                        "close_date": null,
                        "forecasting_end_date": null,
                        "html_metadata_json": null,
                        "is_ongoing": null,
                        "user_permission": "forecaster",
                        "created_at": "2023-11-08T16:55:29.484707Z",
                        "edited_at": "2025-07-18T17:28:18.838588Z",
                        "score_type": null,
                        "default_permission": "forecaster",
                        "visibility": "normal",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "exclude_and_show"
                    }
                ],
                "tournament": [
                    {
                        "id": 3672,
                        "type": "tournament",
                        "name": "🏆 Q4 2024 Quarterly Cup 🏆",
                        "slug": "quarterly-cup-2024q4",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/q4-cover.webp",
                        "prize_pool": null,
                        "start_date": "2024-10-08T13:00:25Z",
                        "close_date": "2025-01-10T05:30:25Z",
                        "forecasting_end_date": "2025-01-01T07:59:00Z",
                        "html_metadata_json": null,
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2024-09-30T16:51:26.101402Z",
                        "edited_at": "2025-02-03T20:02:59.488954Z",
                        "score_type": "peer_tournament",
                        "default_permission": "forecaster",
                        "visibility": "normal",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "exclude_and_show"
                    }
                ],
                "default_project": {
                    "id": 3672,
                    "type": "tournament",
                    "name": "🏆 Q4 2024 Quarterly Cup 🏆",
                    "slug": "quarterly-cup-2024q4",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/q4-cover.webp",
                    "prize_pool": null,
                    "start_date": "2024-10-08T13:00:25Z",
                    "close_date": "2025-01-10T05:30:25Z",
                    "forecasting_end_date": "2025-01-01T07:59:00Z",
                    "html_metadata_json": null,
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2024-09-30T16:51:26.101402Z",
                    "edited_at": "2025-02-03T20:02:59.488954Z",
                    "score_type": "peer_tournament",
                    "default_permission": "forecaster",
                    "visibility": "normal",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "exclude_and_show"
                },
                "category": [
                    {
                        "id": 3701,
                        "name": "Technology",
                        "slug": "technology",
                        "emoji": "⚙️",
                        "description": "Technology",
                        "type": "category"
                    }
                ]
            },
            "question": {
                "id": 30100,
                "title": "Will Bluesky reach 30 million users before 1 January 2025?",
                "created_at": "2024-11-19T15:12:44.587421Z",
                "open_time": "2024-11-21T15:30:00Z",
                "cp_reveal_time": "2024-11-24T15:30:00Z",
                "spot_scoring_time": "2024-11-24T15:30:00Z",
                "scheduled_resolve_time": "2025-01-01T00:01:00Z",
                "actual_resolve_time": "2025-01-01T22:35:00Z",
                "resolution_set_time": "2025-01-01T22:35:15.192743Z",
                "scheduled_close_time": "2024-12-28T23:00:00Z",
                "actual_close_time": "2024-12-28T23:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "no",
                "include_bots_in_aggregates": false,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "[Bluesky](https://en.wikipedia.org/wiki/Bluesky) is a decentralised social media platform developed by Twitter co-founder [Jack Dorsey](https://en.wikipedia.org/wiki/Jack_Dorsey). It aims to provide users with greater control over their data and the algorithms that curate their feeds. Since its public launch in February 2024, Bluesky has seen significant growth, going from 3 million users before launch to 20 million as of November 19, 2024, 10 million of which joined the platform over the past [two months](https://www.forbes.com/sites/bradadgate/2024/11/18/post-election-x-rival-bluesky-is-adding-millions-of-users/).",
                "resolution_criteria": "This question will resolve as **Yes** if, at any point before 1 January 2025, Bluesky reports at least 30 million users according to [this counter](https://bsky.jazco.dev/stats).",
                "fine_print": "If the counter stops reporting this number or there is reason to believe that the number reported is inaccurate, admins may resolve the question based on credible sources.",
                "post_id": 30295,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1735359844.672343,
                                "end_time": null,
                                "forecaster_count": 126,
                                "interval_lower_bounds": [
                                    0.001
                                ],
                                "centers": [
                                    0.001
                                ],
                                "interval_upper_bounds": [
                                    0.003
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1735359844.672343,
                            "end_time": null,
                            "forecaster_count": 126,
                            "interval_lower_bounds": [
                                0.001
                            ],
                            "centers": [
                                0.001
                            ],
                            "interval_upper_bounds": [
                                0.003
                            ],
                            "forecast_values": [
                                0.999,
                                0.001
                            ],
                            "means": [
                                0.00631866485577641
                            ],
                            "histogram": [
                                [
                                    17.503004226372763,
                                    1.543593888209566,
                                    0.6024480910618426,
                                    0.021363513910541834,
                                    0.4624891248556201,
                                    0.6681768096172142,
                                    0.0068742401723455885,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.11715997650283697,
                                    0.0005623901265472414,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.004947403540845617,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0010425629558802045,
                                    0.010579987263893507,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0014523731568833438,
                                    0.0003676616875423618,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0009281367527084389,
                                    0.00012478676181919342,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.00018797137840382663,
                                    5.48582156804221e-05,
                                    0.0,
                                    0.0,
                                    0.0010492118491379479,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.005695586435799019,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0014583731104158028,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    7.53835593295572e-05,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    3.625358952009665e-05,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": 61.685384254941425,
                            "peer_score": 22.13181653664933,
                            "coverage": 0.9964236586060177,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9964236586060177,
                            "spot_peer_score": 62.49282941516496,
                            "spot_baseline_score": -73.69655941662059,
                            "baseline_archived_score": 61.685384254941425,
                            "peer_archived_score": 22.13181653664933,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 62.49282941516496,
                            "spot_baseline_archived_score": -73.69655941662059
                        },
                        "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": "forecaster",
            "vote": {
                "score": 14,
                "user_vote": null
            },
            "forecasts_count": 824,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "[Bluesky](https://en.wikipedia.org/wiki/Bluesky) is a decentralised social media platform developed by Twitter co-founder [Jack Dorsey](https://en.wikipedia.org/wiki/Jack_Dorsey). It aims to provide users with greater control over their data and the algorithms that curate their feeds. Since its public launch in February 2024, Bluesky has seen significant growth, going from 3 million users before launch to 20 million as of November 19, 2024, 10 million of which joined the platform over the past [two months](https://www.forbes.com/sites/bradadgate/2024/11/18/post-election-x-rival-bluesky-is-adding-millions-of-users/)."
        },
        {
            "id": 30294,
            "title": "Will the US start the process of withdrawing from the Paris Climate Agreement before January 1, 2026?",
            "short_title": "Will the US exit the Paris Agreement again before 2026?",
            "url_title": "Will the US exit the Paris Agreement again before 2026?",
            "slug": "will-the-us-exit-the-paris-agreement-again-before-2026",
            "author_id": 210036,
            "author_username": "sitruk.eli",
            "coauthors": [],
            "created_at": "2024-11-19T14:37:25.665419Z",
            "published_at": "2024-12-09T11:55:27.420582Z",
            "edited_at": "2025-09-05T17:29:25.089179Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2024-12-09T11:55:27.420580Z",
            "comment_count": 5,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-01-29T01:00:00Z",
            "scheduled_close_time": "2025-06-30T14:25:00Z",
            "scheduled_resolve_time": "2026-01-01T15:25:00Z",
            "actual_resolve_time": "2025-01-29T01:00:00Z",
            "open_time": "2024-12-10T11:54:52Z",
            "nr_forecasters": 16,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32601,
                        "name": "2024-2025 Leaderboard",
                        "slug": "2024_2025_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "question_series": [
                    {
                        "id": 3574,
                        "type": "question_series",
                        "name": "2024 Electoral Consequences",
                        "slug": "us-conditionals",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/upscaled-4x-cover_DGFfV9U.webp",
                        "prize_pool": null,
                        "start_date": "2024-08-28T20:19:47Z",
                        "close_date": "2028-12-31T21:19:47Z",
                        "forecasting_end_date": null,
                        "html_metadata_json": null,
                        "is_ongoing": true,
                        "user_permission": null,
                        "created_at": "2024-08-28T20:19:47.580589Z",
                        "edited_at": "2025-09-16T01:22:26.940465Z",
                        "score_type": "peer_tournament",
                        "default_permission": "forecaster",
                        "visibility": "normal",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "exclude_and_show"
                    }
                ],
                "default_project": {
                    "id": 3574,
                    "type": "question_series",
                    "name": "2024 Electoral Consequences",
                    "slug": "us-conditionals",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/upscaled-4x-cover_DGFfV9U.webp",
                    "prize_pool": null,
                    "start_date": "2024-08-28T20:19:47Z",
                    "close_date": "2028-12-31T21:19:47Z",
                    "forecasting_end_date": null,
                    "html_metadata_json": null,
                    "is_ongoing": true,
                    "user_permission": null,
                    "created_at": "2024-08-28T20:19:47.580589Z",
                    "edited_at": "2025-09-16T01:22:26.940465Z",
                    "score_type": "peer_tournament",
                    "default_permission": "forecaster",
                    "visibility": "normal",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "exclude_and_show"
                },
                "category": [
                    {
                        "id": 3689,
                        "name": "Politics",
                        "slug": "politics",
                        "emoji": "🏛️",
                        "description": "Politics",
                        "type": "category"
                    },
                    {
                        "id": 3697,
                        "name": "Environment & Climate",
                        "slug": "environment-climate",
                        "emoji": "🌱",
                        "description": "Environment & Climate",
                        "type": "category"
                    }
                ]
            },
            "question": {
                "id": 30099,
                "title": "Will the US start the process of withdrawing from the Paris Climate Agreement before January 1, 2026?",
                "created_at": "2024-11-19T14:37:25.665789Z",
                "open_time": "2024-12-10T11:54:52Z",
                "cp_reveal_time": "2024-12-14T11:54:52Z",
                "spot_scoring_time": "2024-12-14T11:54:52Z",
                "scheduled_resolve_time": "2026-01-01T15:25:00Z",
                "actual_resolve_time": "2025-01-29T01:00:00Z",
                "resolution_set_time": "2025-01-30T03:08:57.432312Z",
                "scheduled_close_time": "2025-06-30T14:25:00Z",
                "actual_close_time": "2025-01-29T01:00:00Z",
                "type": "binary",
                "options": [],
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "yes",
                "include_bots_in_aggregates": false,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "The [Paris Agreement](https://en.wikipedia.org/wiki/Paris_Agreement), adopted in 2015, is a global treaty aimed at combating climate change by limiting global surface temperature rise to well below 2°C above pre-industrial levels, with an aspirational target of 1.5°C. Under the agreement, participating countries establish nationally determined contributions (NDCs) to reduce greenhouse gas emissions and are required to report their progress periodically. While non-binding in nature, the agreement relies heavily on international cooperation and mutual accountability to achieve its goals.\n\nDuring his first term in 2017, President Donald Trump announced the [United States' withdrawal](https://en.wikipedia.org/wiki/United_States_withdrawal_from_the_Paris_Agreement) from the Paris Agreement. He justified this decision by highlighting concerns about potential economic disadvantages to American industries and workers, arguing that the agreement imposed unfair restrictions on the U.S. while allowing major emitters, such as China and India, to continue higher levels of emissions. The withdrawal became effective on November 4, 2020.\n\nFollowing the 2020 election, President Biden reversed this decision, officially rejoining the agreement on February 19, 2021. However, with President Trump now re-elected, he has reiterated skepticism about international climate agreements and hinted at the possibility of [once again withdrawing](https://www.reuters.com/business/environment/trump-prepares-withdrawing-paris-climate-agreement-nyt-reports-2024-11-08/) the U.S. from the Paris Agreement. Such a withdrawal would require a formal notice of intent, followed by a mandatory one-year waiting period before it becomes effective.",
                "resolution_criteria": "This question will resolve as **Yes** if, before January 1, 2026, credible sources have reported that the US has given a formal notice of intention to withdraw from the Paris Agreement.",
                "fine_print": "- If the US withdraws from the Paris Agreement without a formal notice before January 1, 2026, this question will still resolve as **Yes**.",
                "post_id": 30294,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1737962640.843273,
                                "end_time": null,
                                "forecaster_count": 14,
                                "interval_lower_bounds": [
                                    0.8
                                ],
                                "centers": [
                                    0.99
                                ],
                                "interval_upper_bounds": [
                                    0.999
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1737962640.843273,
                            "end_time": null,
                            "forecaster_count": 14,
                            "interval_lower_bounds": [
                                0.8
                            ],
                            "centers": [
                                0.99
                            ],
                            "interval_upper_bounds": [
                                0.999
                            ],
                            "forecast_values": [
                                0.010000000000000009,
                                0.99
                            ],
                            "means": [
                                0.83247142851254
                            ],
                            "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,
                                    1.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.22188647333713657,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.09754477024200368,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.33423662601949417,
                                    0.0,
                                    0.0,
                                    0.17522973636453743,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.13404139897044384,
                                    0.0644634174904052,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    3.9966021787620694
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": 19.334897371206246,
                            "peer_score": 1.6629264496518823,
                            "coverage": 0.24258094885066184,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9895330289494351,
                            "spot_peer_score": 2.7452385858577206,
                            "spot_baseline_score": 65.99245584023782,
                            "baseline_archived_score": 19.334897371206246,
                            "peer_archived_score": 1.6629264496518823,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 2.7452385858577206,
                            "spot_baseline_archived_score": 65.99245584023782
                        },
                        "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": "forecaster",
            "vote": {
                "score": 3,
                "user_vote": null
            },
            "forecasts_count": 32,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "The [Paris Agreement](https://en.wikipedia.org/wiki/Paris_Agreement), adopted in 2015, is a global treaty aimed at combating climate change by limiting global surface temperature rise to well below 2°C above pre-industrial levels, with an aspirational target of 1.5°C. Under the agreement, participating countries establish nationally determined contributions (NDCs) to reduce greenhouse gas emissions and are required to report their progress periodically. While non-binding in nature, the agreement relies heavily on international cooperation and mutual accountability to achieve its goals.\n\nDuring his first term in 2017, President Donald Trump announced the [United States' withdrawal](https://en.wikipedia.org/wiki/United_States_withdrawal_from_the_Paris_Agreement) from the Paris Agreement. He justified this decision by highlighting concerns about potential economic disadvantages to American industries and workers, arguing that the agreement imposed unfair restrictions on the U.S. while allowing major emitters, such as China and India, to continue higher levels of emissions. The withdrawal became effective on November 4, 2020.\n\nFollowing the 2020 election, President Biden reversed this decision, officially rejoining the agreement on February 19, 2021. However, with President Trump now re-elected, he has reiterated skepticism about international climate agreements and hinted at the possibility of [once again withdrawing](https://www.reuters.com/business/environment/trump-prepares-withdrawing-paris-climate-agreement-nyt-reports-2024-11-08/) the U.S. from the Paris Agreement. Such a withdrawal would require a formal notice of intent, followed by a mandatory one-year waiting period before it becomes effective."
        },
        {
            "id": 30286,
            "title": "Will Astro Bot or Final Fantasy 7 Rebirth win Console Game of the Year in the 2024 Golden Joystick Awards?\n",
            "short_title": "",
            "url_title": "",
            "slug": "will-astro-bot-or-final-fantasy-7-rebirth-win-console-game-of-the-year-in-the-2024-golden-joystick-awards",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2024-11-19T14:16:58.047142Z",
            "published_at": "2024-11-19T15:30:00Z",
            "edited_at": "2025-09-05T17:28:55.571860Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 62,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2024-11-20T15:30:00Z",
            "scheduled_close_time": "2024-11-20T15:30:00Z",
            "scheduled_resolve_time": "2024-11-22T15:30:00Z",
            "actual_resolve_time": "2024-11-22T00:10:00Z",
            "open_time": "2024-11-19T15:30:00Z",
            "nr_forecasters": 33,
            "html_metadata_json": null,
            "projects": {
                "tournament": [
                    {
                        "id": 32506,
                        "type": "tournament",
                        "name": "Q4 AI Forecasting Benchmark Tournament",
                        "slug": "aibq4",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/q4-cover_5EtbdhX.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2024-10-08T19:25:49Z",
                        "close_date": "2025-01-08T19:25:50Z",
                        "forecasting_end_date": "2025-01-08T18:00:00Z",
                        "html_metadata_json": null,
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2024-10-07T19:26:23.380022Z",
                        "edited_at": "2025-08-08T08:47:04.289472Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "include"
                    }
                ],
                "default_project": {
                    "id": 32506,
                    "type": "tournament",
                    "name": "Q4 AI Forecasting Benchmark Tournament",
                    "slug": "aibq4",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/q4-cover_5EtbdhX.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2024-10-08T19:25:49Z",
                    "close_date": "2025-01-08T19:25:50Z",
                    "forecasting_end_date": "2025-01-08T18:00:00Z",
                    "html_metadata_json": null,
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2024-10-07T19:26:23.380022Z",
                    "edited_at": "2025-08-08T08:47:04.289472Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "include"
                }
            },
            "question": {
                "id": 30091,
                "title": "Will Astro Bot or Final Fantasy 7 Rebirth win Console Game of the Year in the 2024 Golden Joystick Awards?\n",
                "created_at": "2024-11-19T14:16:58.047142Z",
                "open_time": "2024-11-19T15:30:00Z",
                "cp_reveal_time": "2024-11-20T15:30:00Z",
                "spot_scoring_time": "2024-11-20T15:30:00Z",
                "scheduled_resolve_time": "2024-11-22T15:30:00Z",
                "actual_resolve_time": "2024-11-22T00:10:00Z",
                "resolution_set_time": "2024-11-22T00:10:30.287235Z",
                "scheduled_close_time": "2024-11-20T15:30:00Z",
                "actual_close_time": "2024-11-20T15:30: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",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "The 2024 nominees for Console Game of the Year are Astro Bot, Dragon’s Dogma 2, Final Fantasy VII Rebirth, Helldivers 2, Prince of Persia: The Lost Crown, and The Legend of Zelda: Echoes of Wisdom",
                "resolution_criteria": "This question resolves as **Yes** if Astro Bot or Final Fantasy 7 Rebirth win the 2024 Golden Joystick Award for Console Game of the Year in the awards ceremony, currently scheduled for November 21, 2024. \n",
                "fine_print": "",
                "post_id": 30286,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1732112430.613954,
                                "end_time": null,
                                "forecaster_count": 33,
                                "interval_lower_bounds": [
                                    0.5171948447730109
                                ],
                                "centers": [
                                    0.622
                                ],
                                "interval_upper_bounds": [
                                    0.7
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1732112430.613954,
                            "end_time": null,
                            "forecaster_count": 33,
                            "interval_lower_bounds": [
                                0.5171948447730109
                            ],
                            "centers": [
                                0.622
                            ],
                            "interval_upper_bounds": [
                                0.7
                            ],
                            "forecast_values": [
                                0.378,
                                0.622
                            ],
                            "means": [
                                0.5948246544520914
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.17472138726266326,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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.0528097329533694,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.00869886565297425,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.023645968432686428,
                                    0.9728914650820865,
                                    0.0,
                                    0.0,
                                    0.11777121751898838,
                                    0.0,
                                    0.088218564506665,
                                    0.6980965657768824,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.43233484424510626,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.07560105912010007,
                                    0.429306930151368,
                                    1.0699084006096016,
                                    0.7654150283970271,
                                    0.0,
                                    0.7060799159270379,
                                    0.0,
                                    0.0,
                                    0.6356799761664509,
                                    0.0,
                                    1.1670311563237294,
                                    0.0,
                                    0.2501577142572954,
                                    0.0,
                                    0.0,
                                    0.07223042033187795,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.22270172488500573,
                                    1.0370653427460357,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": -46.69429069546651,
                            "peer_score": -4.715135150051355,
                            "coverage": 0.9986422435994502,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9986422435994502,
                            "spot_peer_score": -0.5618233311430074,
                            "spot_baseline_score": -40.35418604410144,
                            "baseline_archived_score": -46.69429069546651,
                            "peer_archived_score": -4.715135150051355,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": -0.5618233311430074,
                            "spot_baseline_archived_score": -40.35418604410144
                        },
                        "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": 62,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "The 2024 nominees for Console Game of the Year are Astro Bot, Dragon’s Dogma 2, Final Fantasy VII Rebirth, Helldivers 2, Prince of Persia: The Lost Crown, and The Legend of Zelda: Echoes of Wisdom"
        },
        {
            "id": 30285,
            "title": "Will Planet Nine be discovered before 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-planet-nine-be-discovered-before-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2024-11-19T14:16:58.016323Z",
            "published_at": "2024-11-19T15:30:00Z",
            "edited_at": "2025-09-05T17:29:19.270686Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 62,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2024-11-20T15:30:00Z",
            "scheduled_close_time": "2024-11-20T15:30:00Z",
            "scheduled_resolve_time": "2025-01-01T15:30:00Z",
            "actual_resolve_time": "2025-01-03T00:36:00Z",
            "open_time": "2024-11-19T15:30:00Z",
            "nr_forecasters": 33,
            "html_metadata_json": null,
            "projects": {
                "tournament": [
                    {
                        "id": 32506,
                        "type": "tournament",
                        "name": "Q4 AI Forecasting Benchmark Tournament",
                        "slug": "aibq4",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/q4-cover_5EtbdhX.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2024-10-08T19:25:49Z",
                        "close_date": "2025-01-08T19:25:50Z",
                        "forecasting_end_date": "2025-01-08T18:00:00Z",
                        "html_metadata_json": null,
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2024-10-07T19:26:23.380022Z",
                        "edited_at": "2025-08-08T08:47:04.289472Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "include"
                    }
                ],
                "default_project": {
                    "id": 32506,
                    "type": "tournament",
                    "name": "Q4 AI Forecasting Benchmark Tournament",
                    "slug": "aibq4",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/q4-cover_5EtbdhX.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2024-10-08T19:25:49Z",
                    "close_date": "2025-01-08T19:25:50Z",
                    "forecasting_end_date": "2025-01-08T18:00:00Z",
                    "html_metadata_json": null,
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2024-10-07T19:26:23.380022Z",
                    "edited_at": "2025-08-08T08:47:04.289472Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "include"
                }
            },
            "question": {
                "id": 30090,
                "title": "Will Planet Nine be discovered before 2025?",
                "created_at": "2024-11-19T14:16:58.016323Z",
                "open_time": "2024-11-19T15:30:00Z",
                "cp_reveal_time": "2024-11-20T15:30:00Z",
                "spot_scoring_time": "2024-11-20T15:30:00Z",
                "scheduled_resolve_time": "2025-01-01T15:30:00Z",
                "actual_resolve_time": "2025-01-03T00:36:00Z",
                "resolution_set_time": "2025-01-03T00:38:13.720314Z",
                "scheduled_close_time": "2024-11-20T15:30:00Z",
                "actual_close_time": "2024-11-20T15:30: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",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "*Note: question text is copied directly from [here](https://www.metaculus.com/questions/4741/will-planet-nine-be-discovered-by-mid-2021/). This version has an extended resolution date.*\n\n---\n\nIn early 2016, two Caltech Professors -- Konstantin Batygin and Mike Brown -- created a major media splash by predicting the existence of [Planet Nine](https://en.wikipedia.org/wiki/Planet_Nine), a new, but as-yet unseen planet in the outer solar system. As originally envisioned, their trans-Neptunian world has an orbital period of about 20,000 years and a super-Earth mass more than sufficient to bring the Solar System's planetary inventory back up to nine.\n\n[Batygin and Brown's paper](https://iopscience.iop.org/article/10.3847/0004-6256/151/2/22), has been downloaded well over half a million times, and presents indirect dynamical evidence for the planet's existence. Its presence is inferred through the gravitational sculpting that it has produced in the trajectories of the most distant Pluto-like worlds that lie beyond Neptune's orbit.\n\n[Follow-up papers](https://ui.adsabs.harvard.edu/abs/2016AJ....151...22B/citations) by a range of authors have added a mixture of credibility, detail, and skepticism to the Planet Nine hypothesis. In the years since the announcement of the hypothesis, Planet Nine has been invoked as an [explanation](https://arxiv.org/abs/1610.04992) for the generation of highly inclined Kuiper belt objects such as Drac and Niku, it has been argued that it [can account for curious orbital commensurabilities](https://ui.adsabs.harvard.edu/abs/2017AJ....153...91M/abstract) among the most distant members of the Kuiper Belt, and it has been [hypothesized that it can explain](https://ui.adsabs.harvard.edu/abs/2017AJ....153...27G/abstract) the 6-degree tilt of the planetary orbits relative to the Sun's equator.\n\nThe planet, however, remains to be found.\n\nIf it does exist, its most likely sky location is probably in one of the two regions of the sky where the Galactic Plane intersects the ecliptic. Confusion from the myriad stars of the Milky Way's disk renders systematic searches difficult in these areas. Nonetheless, new techniques, such as the [use of data](https://arxiv.org/abs/1910.06383) from NASA's TESS Mission may potentially provide a breakthrough. Additionally, Batygin and co-authors have published [an update](https://arxiv.org/abs/1902.10103) to their original paper that contains a significant amount of new analysis and remains optimistic regarding the prospects for eventual detection.",
                "resolution_criteria": "For this question to resolve positive, the new Solar System planet must be detected by direct optical observation. The planet should have an inferred radius larger than that of Earth, and an orbital period greater than 5,000 years. If this does not happen before January 1, 2025, this question resolves as **No**.",
                "fine_print": "",
                "post_id": 30285,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1732112525.156358,
                                "end_time": null,
                                "forecaster_count": 33,
                                "interval_lower_bounds": [
                                    0.0155
                                ],
                                "centers": [
                                    0.02
                                ],
                                "interval_upper_bounds": [
                                    0.06395743095221712
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1732112525.156358,
                            "end_time": null,
                            "forecaster_count": 33,
                            "interval_lower_bounds": [
                                0.0155
                            ],
                            "centers": [
                                0.02
                            ],
                            "interval_upper_bounds": [
                                0.06395743095221712
                            ],
                            "forecast_values": [
                                0.98,
                                0.02
                            ],
                            "means": [
                                0.048333305756704525
                            ],
                            "histogram": [
                                [
                                    0.5778677609141162,
                                    3.098350825571228,
                                    1.352736120380996,
                                    0.42031229138251813,
                                    0.17472138726266326,
                                    1.097035937829636,
                                    1.4905147146935758,
                                    0.0,
                                    0.00869886565297425,
                                    0.0,
                                    0.3309518216528762,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6980965657768824,
                                    0.7510799892294853,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": 93.8827790733171,
                            "peer_score": 1.2755689193228599,
                            "coverage": 0.9977011625358352,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9977011625358352,
                            "spot_peer_score": 3.317244938452301,
                            "spot_baseline_score": 97.08536543404836,
                            "baseline_archived_score": 93.8827790733171,
                            "peer_archived_score": 1.2755689193228599,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 3.317244938452301,
                            "spot_baseline_archived_score": 97.08536543404836
                        },
                        "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": 62,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "*Note: question text is copied directly from [here](https://www.metaculus.com/questions/4741/will-planet-nine-be-discovered-by-mid-2021/). This version has an extended resolution date.*\n\n---\n\nIn early 2016, two Caltech Professors -- Konstantin Batygin and Mike Brown -- created a major media splash by predicting the existence of [Planet Nine](https://en.wikipedia.org/wiki/Planet_Nine), a new, but as-yet unseen planet in the outer solar system. As originally envisioned, their trans-Neptunian world has an orbital period of about 20,000 years and a super-Earth mass more than sufficient to bring the Solar System's planetary inventory back up to nine.\n\n[Batygin and Brown's paper](https://iopscience.iop.org/article/10.3847/0004-6256/151/2/22), has been downloaded well over half a million times, and presents indirect dynamical evidence for the planet's existence. Its presence is inferred through the gravitational sculpting that it has produced in the trajectories of the most distant Pluto-like worlds that lie beyond Neptune's orbit.\n\n[Follow-up papers](https://ui.adsabs.harvard.edu/abs/2016AJ....151...22B/citations) by a range of authors have added a mixture of credibility, detail, and skepticism to the Planet Nine hypothesis. In the years since the announcement of the hypothesis, Planet Nine has been invoked as an [explanation](https://arxiv.org/abs/1610.04992) for the generation of highly inclined Kuiper belt objects such as Drac and Niku, it has been argued that it [can account for curious orbital commensurabilities](https://ui.adsabs.harvard.edu/abs/2017AJ....153...91M/abstract) among the most distant members of the Kuiper Belt, and it has been [hypothesized that it can explain](https://ui.adsabs.harvard.edu/abs/2017AJ....153...27G/abstract) the 6-degree tilt of the planetary orbits relative to the Sun's equator.\n\nThe planet, however, remains to be found.\n\nIf it does exist, its most likely sky location is probably in one of the two regions of the sky where the Galactic Plane intersects the ecliptic. Confusion from the myriad stars of the Milky Way's disk renders systematic searches difficult in these areas. Nonetheless, new techniques, such as the [use of data](https://arxiv.org/abs/1910.06383) from NASA's TESS Mission may potentially provide a breakthrough. Additionally, Batygin and co-authors have published [an update](https://arxiv.org/abs/1902.10103) to their original paper that contains a significant amount of new analysis and remains optimistic regarding the prospects for eventual detection."
        },
        {
            "id": 30284,
            "title": "Will Larry Ellison be ranked in the top 2 of the Forbes Real-Time Billionaires List on December 31, 2024?",
            "short_title": "",
            "url_title": "",
            "slug": "will-larry-ellison-be-ranked-in-the-top-2-of-the-forbes-real-time-billionaires-list-on-december-31-2024",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2024-11-19T14:16:57.979238Z",
            "published_at": "2024-11-19T15:30:00Z",
            "edited_at": "2025-09-05T17:29:03.598940Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 58,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2024-11-20T15:30:00Z",
            "scheduled_close_time": "2024-11-20T15:30:00Z",
            "scheduled_resolve_time": "2025-01-01T15:30:00Z",
            "actual_resolve_time": "2025-01-01T00:57:00Z",
            "open_time": "2024-11-19T15:30:00Z",
            "nr_forecasters": 32,
            "html_metadata_json": null,
            "projects": {
                "tournament": [
                    {
                        "id": 32506,
                        "type": "tournament",
                        "name": "Q4 AI Forecasting Benchmark Tournament",
                        "slug": "aibq4",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/q4-cover_5EtbdhX.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2024-10-08T19:25:49Z",
                        "close_date": "2025-01-08T19:25:50Z",
                        "forecasting_end_date": "2025-01-08T18:00:00Z",
                        "html_metadata_json": null,
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2024-10-07T19:26:23.380022Z",
                        "edited_at": "2025-08-08T08:47:04.289472Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "include"
                    }
                ],
                "default_project": {
                    "id": 32506,
                    "type": "tournament",
                    "name": "Q4 AI Forecasting Benchmark Tournament",
                    "slug": "aibq4",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/q4-cover_5EtbdhX.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2024-10-08T19:25:49Z",
                    "close_date": "2025-01-08T19:25:50Z",
                    "forecasting_end_date": "2025-01-08T18:00:00Z",
                    "html_metadata_json": null,
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2024-10-07T19:26:23.380022Z",
                    "edited_at": "2025-08-08T08:47:04.289472Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "include"
                }
            },
            "question": {
                "id": 30089,
                "title": "Will Larry Ellison be ranked in the top 2 of the Forbes Real-Time Billionaires List on December 31, 2024?",
                "created_at": "2024-11-19T14:16:57.979238Z",
                "open_time": "2024-11-19T15:30:00Z",
                "cp_reveal_time": "2024-11-20T15:30:00Z",
                "spot_scoring_time": "2024-11-20T15:30:00Z",
                "scheduled_resolve_time": "2025-01-01T15:30:00Z",
                "actual_resolve_time": "2025-01-01T00:57:00Z",
                "resolution_set_time": "2025-01-01T00:59:23.051715Z",
                "scheduled_close_time": "2024-11-20T15:30:00Z",
                "actual_close_time": "2024-11-20T15:30: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",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "As of October 8, 2024, Elon Musk is ranked first on the list, with $260.8B. Larry Ellison is ranked 2nd, with $211.6 B. Mark Zuckerberg is 3rd, with $205.0 B. Jeff Bezos was 4th, with 200.9B. Bernard Arnault & family\nwas 5th, with $183.1B. And Warren Buffett with 6th, with $142.2B.",
                "resolution_criteria": "This question resolves as **Yes** if according to the [Forbes Real-Time Billionaires List](https://www.forbes.com/real-time-billionaires/#482980403d78) Larry Ellison is in 2nd place or better on December 31, 2024. Otherwise, this question resolves as **No**.",
                "fine_print": "A tie will count as **Yes**. If the resolution source is unavailable on December 31, 2024, resolution will wait until it is available (at which point it resolves based on the data shown), until January 3, 2024, at which point this question will be **annulled**. For more details on various edge cases regarding availability of or changes to the resolution source, please see Metaculus's ambiguity and annulment policies [here](https://www.metaculus.com/help/faq/#ambiguous-annulled).  ",
                "post_id": 30284,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1732112724.946872,
                                "end_time": null,
                                "forecaster_count": 32,
                                "interval_lower_bounds": [
                                    0.5
                                ],
                                "centers": [
                                    0.63
                                ],
                                "interval_upper_bounds": [
                                    0.7125
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1732112724.946872,
                            "end_time": null,
                            "forecaster_count": 32,
                            "interval_lower_bounds": [
                                0.5
                            ],
                            "centers": [
                                0.63
                            ],
                            "interval_upper_bounds": [
                                0.7125
                            ],
                            "forecast_values": [
                                0.37,
                                0.63
                            ],
                            "means": [
                                0.5776538260031112
                            ],
                            "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.5090028279124723,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.9738690914169136,
                                    0.0,
                                    0.03268672417676853,
                                    0.0,
                                    0.0,
                                    0.422729524609672,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0492373430437701,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.16798662710965054,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.3929316466670627,
                                    0.08253138866588176,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.21572547604369705,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.07016860785683743,
                                    0.0,
                                    0.6939525952509218,
                                    0.3058323220141224,
                                    0.19073805166550978,
                                    0.6147853173474982,
                                    0.0,
                                    0.3415440718595426,
                                    0.0,
                                    0.0,
                                    0.7275833211226961,
                                    1.243116734434214,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.10988860361829134,
                                    0.8355804261814468,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5724472223148853,
                                    0.0,
                                    0.0,
                                    0.27308960725456716,
                                    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": -47.91134827752507,
                            "peer_score": -4.72624279236282,
                            "coverage": 0.9967969348392001,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9967969348392001,
                            "spot_peer_score": -2.106074049044897,
                            "spot_baseline_score": -43.440282414577496,
                            "baseline_archived_score": -47.91134827752507,
                            "peer_archived_score": -4.72624279236282,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": -2.106074049044897,
                            "spot_baseline_archived_score": -43.440282414577496
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 56,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "As of October 8, 2024, Elon Musk is ranked first on the list, with $260.8B. Larry Ellison is ranked 2nd, with $211.6 B. Mark Zuckerberg is 3rd, with $205.0 B. Jeff Bezos was 4th, with 200.9B. Bernard Arnault & family\nwas 5th, with $183.1B. And Warren Buffett with 6th, with $142.2B."
        },
        {
            "id": 30283,
            "title": "Will the number of active US oil drilling rigs be less than 585 on December 27, 2024?",
            "short_title": "",
            "url_title": "",
            "slug": "will-the-number-of-active-us-oil-drilling-rigs-be-less-than-585-on-december-27-2024",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2024-11-19T14:16:57.742746Z",
            "published_at": "2024-11-19T15:30:00Z",
            "edited_at": "2025-09-05T17:29:24.471622Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 62,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2024-11-20T15:30:00Z",
            "scheduled_close_time": "2024-11-20T15:30:00Z",
            "scheduled_resolve_time": "2024-12-28T15:30:00Z",
            "actual_resolve_time": "2024-12-28T15:31:00Z",
            "open_time": "2024-11-19T15:30:00Z",
            "nr_forecasters": 33,
            "html_metadata_json": null,
            "projects": {
                "tournament": [
                    {
                        "id": 32506,
                        "type": "tournament",
                        "name": "Q4 AI Forecasting Benchmark Tournament",
                        "slug": "aibq4",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/q4-cover_5EtbdhX.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2024-10-08T19:25:49Z",
                        "close_date": "2025-01-08T19:25:50Z",
                        "forecasting_end_date": "2025-01-08T18:00:00Z",
                        "html_metadata_json": null,
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2024-10-07T19:26:23.380022Z",
                        "edited_at": "2025-08-08T08:47:04.289472Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "include"
                    }
                ],
                "default_project": {
                    "id": 32506,
                    "type": "tournament",
                    "name": "Q4 AI Forecasting Benchmark Tournament",
                    "slug": "aibq4",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/q4-cover_5EtbdhX.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2024-10-08T19:25:49Z",
                    "close_date": "2025-01-08T19:25:50Z",
                    "forecasting_end_date": "2025-01-08T18:00:00Z",
                    "html_metadata_json": null,
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2024-10-07T19:26:23.380022Z",
                    "edited_at": "2025-08-08T08:47:04.289472Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "include"
                }
            },
            "question": {
                "id": 30088,
                "title": "Will the number of active US oil drilling rigs be less than 585 on December 27, 2024?",
                "created_at": "2024-11-19T14:16:57.742746Z",
                "open_time": "2024-11-19T15:30:00Z",
                "cp_reveal_time": "2024-11-20T15:30:00Z",
                "spot_scoring_time": "2024-11-20T15:30:00Z",
                "scheduled_resolve_time": "2024-12-28T15:30:00Z",
                "actual_resolve_time": "2024-12-28T15:31:00Z",
                "resolution_set_time": "2024-12-28T15:32:10.073355Z",
                "scheduled_close_time": "2024-11-20T15:30:00Z",
                "actual_close_time": "2024-11-20T15:30:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "no",
                "include_bots_in_aggregates": true,
                "question_weight": 0.5,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "Baker Hughes [issues](https://rigcount.bakerhughes.com/) US oil rig counts every Friday, and issued oil rig counts to the petroleum industry since 1944.",
                "resolution_criteria": "This question resolves as **Yes** if the number of active oil drilling rigs is less than 585 on December 27, 2024, according to the Baker Hughes North American Rotary Rig Count, which can be accessed at [this](https://ycharts.com/indicators/us_rotary_rigs) Ycharts link.",
                "fine_print": "The link will be accessed by Metaculus Admins on or around December 28, 2024. In case of its inaccessibility, the secondary resolution source will be from Baker Hughes itself at [this link](https://rigcount.bakerhughes.com/na-rig-count). If both resolution links remain inaccessible by the end of the tournament, the question will be **annulled**.",
                "post_id": 30283,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1732112964.284042,
                                "end_time": null,
                                "forecaster_count": 33,
                                "interval_lower_bounds": [
                                    0.65
                                ],
                                "centers": [
                                    0.7015
                                ],
                                "interval_upper_bounds": [
                                    0.79
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1732112964.284042,
                            "end_time": null,
                            "forecaster_count": 33,
                            "interval_lower_bounds": [
                                0.65
                            ],
                            "centers": [
                                0.7015
                            ],
                            "interval_upper_bounds": [
                                0.79
                            ],
                            "forecast_values": [
                                0.2985,
                                0.7015
                            ],
                            "means": [
                                0.7096006364157756
                            ],
                            "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.47494197203925326,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.38723206162456447,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.7654150283970271,
                                    0.0,
                                    0.0,
                                    0.11777121751898838,
                                    0.1538804463707397,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.2801509562747174,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.9830352500633128,
                                    0.0,
                                    0.0,
                                    0.5424655621917919,
                                    0.2501577142572954,
                                    1.6980965657768823,
                                    0.0,
                                    0.0,
                                    0.0541425161069094,
                                    0.8379487954001852,
                                    0.4528880449875346,
                                    0.0,
                                    0.31286391742790765,
                                    0.0,
                                    0.22270172488500573,
                                    0.0,
                                    0.0,
                                    0.429306930151368,
                                    0.0,
                                    0.0,
                                    0.6984311595064419,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.04510278262054179,
                                    0.0,
                                    0.8104013634291142,
                                    0.0,
                                    0.0,
                                    0.1349426696819013,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.34848960163546905
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": -99.44461907523659,
                            "peer_score": 19.361401886621454,
                            "coverage": 0.9959138264920977,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9959138264920977,
                            "spot_peer_score": 33.0668022049363,
                            "spot_baseline_score": -74.41971633972821,
                            "baseline_archived_score": -99.44461907523659,
                            "peer_archived_score": 19.361401886621454,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 33.0668022049363,
                            "spot_baseline_archived_score": -74.41971633972821
                        },
                        "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": 61,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "Baker Hughes [issues](https://rigcount.bakerhughes.com/) US oil rig counts every Friday, and issued oil rig counts to the petroleum industry since 1944."
        },
        {
            "id": 30282,
            "title": "Will the number of active US oil drilling rigs be greater than or equal to 585 and less than or equal to 590 on December 27, 2024?",
            "short_title": "",
            "url_title": "",
            "slug": "will-the-number-of-active-us-oil-drilling-rigs-be-greater-than-or-equal-to-585-and-less-than-or-equal-to-590-on-december-27-2024",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2024-11-19T14:16:57.689202Z",
            "published_at": "2024-11-19T15:30:00Z",
            "edited_at": "2025-09-05T17:29:00.714386Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 61,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2024-11-20T15:30:00Z",
            "scheduled_close_time": "2024-11-20T15:30:00Z",
            "scheduled_resolve_time": "2024-12-28T15:30:00Z",
            "actual_resolve_time": "2024-12-28T15:32:00Z",
            "open_time": "2024-11-19T15:30:00Z",
            "nr_forecasters": 32,
            "html_metadata_json": null,
            "projects": {
                "tournament": [
                    {
                        "id": 32506,
                        "type": "tournament",
                        "name": "Q4 AI Forecasting Benchmark Tournament",
                        "slug": "aibq4",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/q4-cover_5EtbdhX.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2024-10-08T19:25:49Z",
                        "close_date": "2025-01-08T19:25:50Z",
                        "forecasting_end_date": "2025-01-08T18:00:00Z",
                        "html_metadata_json": null,
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2024-10-07T19:26:23.380022Z",
                        "edited_at": "2025-08-08T08:47:04.289472Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "include"
                    }
                ],
                "default_project": {
                    "id": 32506,
                    "type": "tournament",
                    "name": "Q4 AI Forecasting Benchmark Tournament",
                    "slug": "aibq4",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/q4-cover_5EtbdhX.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2024-10-08T19:25:49Z",
                    "close_date": "2025-01-08T19:25:50Z",
                    "forecasting_end_date": "2025-01-08T18:00:00Z",
                    "html_metadata_json": null,
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2024-10-07T19:26:23.380022Z",
                    "edited_at": "2025-08-08T08:47:04.289472Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "include"
                }
            },
            "question": {
                "id": 30087,
                "title": "Will the number of active US oil drilling rigs be greater than or equal to 585 and less than or equal to 590 on December 27, 2024?",
                "created_at": "2024-11-19T14:16:57.689202Z",
                "open_time": "2024-11-19T15:30:00Z",
                "cp_reveal_time": "2024-11-20T15:30:00Z",
                "spot_scoring_time": "2024-11-20T15:30:00Z",
                "scheduled_resolve_time": "2024-12-28T15:30:00Z",
                "actual_resolve_time": "2024-12-28T15:32:00Z",
                "resolution_set_time": "2024-12-28T15:33:15.157261Z",
                "scheduled_close_time": "2024-11-20T15:30:00Z",
                "actual_close_time": "2024-11-20T15:30:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "yes",
                "include_bots_in_aggregates": true,
                "question_weight": 0.5,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "Baker Hughes [issues](https://rigcount.bakerhughes.com/) US oil rig counts every Friday, and issued oil rig counts to the petroleum industry since 1944.",
                "resolution_criteria": "This question resolves as **Yes** if the number of active oil drilling rigs is greater than or equal to 585 and less than or equal to 590 on December 27, 2024, according to the Baker Hughes North American Rotary Rig Count, which can be accessed at [this](https://ycharts.com/indicators/us_rotary_rigs) Ycharts link.",
                "fine_print": "The link will be accessed by Metaculus Admins on or around December 28, 2024. In case of its inaccessibility, the secondary resolution source will be from Baker Hughes itself at [this link](https://rigcount.bakerhughes.com/na-rig-count). If both resolution links remain inaccessible by the end of the tournament, the question will be **annulled**.",
                "post_id": 30282,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1732113242.991566,
                                "end_time": null,
                                "forecaster_count": 32,
                                "interval_lower_bounds": [
                                    0.14170575170549693
                                ],
                                "centers": [
                                    0.17833333333333334
                                ],
                                "interval_upper_bounds": [
                                    0.31725000000000003
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1732113242.991566,
                            "end_time": null,
                            "forecaster_count": 32,
                            "interval_lower_bounds": [
                                0.14170575170549693
                            ],
                            "centers": [
                                0.17833333333333334
                            ],
                            "interval_upper_bounds": [
                                0.31725000000000003
                            ],
                            "forecast_values": [
                                0.8216666666666667,
                                0.17833333333333334
                            ],
                            "means": [
                                0.22080825724839795
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.0,
                                    0.44385270692097717,
                                    0.0,
                                    0.0,
                                    0.21572547604369705,
                                    0.0,
                                    0.0,
                                    0.27308960725456716,
                                    0.0,
                                    0.0,
                                    0.7620908974955233,
                                    1.5456040940264968,
                                    0.5184797798380378,
                                    0.46866138545748215,
                                    0.040463113133740285,
                                    0.3058323220141224,
                                    0.4554864846186767,
                                    0.0,
                                    0.0,
                                    0.24311673443421403,
                                    0.0,
                                    0.1490203721481303,
                                    0.0,
                                    0.12856727458371708,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8355804261814468,
                                    0.0,
                                    0.6939525952509218,
                                    0.0,
                                    0.03268672417676853,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5343386309475028,
                                    0.0,
                                    0.16798662710965054,
                                    0.0,
                                    0.0,
                                    0.5724472223148853,
                                    0.0,
                                    0.0,
                                    0.3415440718595426,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.08253138866588176,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.014369596090439076,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": -127.94398034212098,
                            "peer_score": 5.111822037190843,
                            "coverage": 0.9951299214942586,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9951299214942586,
                            "spot_peer_score": -7.44503528650341,
                            "spot_baseline_score": -148.73517040947337,
                            "baseline_archived_score": -127.94398034212098,
                            "peer_archived_score": 5.111822037190843,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": -7.44503528650341,
                            "spot_baseline_archived_score": -148.73517040947337
                        },
                        "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": 60,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "Baker Hughes [issues](https://rigcount.bakerhughes.com/) US oil rig counts every Friday, and issued oil rig counts to the petroleum industry since 1944."
        },
        {
            "id": 30281,
            "title": "Will the number of active US oil drilling rigs exceed 590 on December 27, 2024?",
            "short_title": "",
            "url_title": "",
            "slug": "will-the-number-of-active-us-oil-drilling-rigs-exceed-590-on-december-27-2024",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2024-11-19T14:16:57.643299Z",
            "published_at": "2024-11-19T15:30:00Z",
            "edited_at": "2025-09-05T17:29:07.701497Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 62,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2024-11-20T15:30:00Z",
            "scheduled_close_time": "2024-11-20T15:30:00Z",
            "scheduled_resolve_time": "2024-12-28T15:30:00Z",
            "actual_resolve_time": "2024-12-28T00:50:00Z",
            "open_time": "2024-11-19T15:30:00Z",
            "nr_forecasters": 32,
            "html_metadata_json": null,
            "projects": {
                "tournament": [
                    {
                        "id": 32506,
                        "type": "tournament",
                        "name": "Q4 AI Forecasting Benchmark Tournament",
                        "slug": "aibq4",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/q4-cover_5EtbdhX.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2024-10-08T19:25:49Z",
                        "close_date": "2025-01-08T19:25:50Z",
                        "forecasting_end_date": "2025-01-08T18:00:00Z",
                        "html_metadata_json": null,
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2024-10-07T19:26:23.380022Z",
                        "edited_at": "2025-08-08T08:47:04.289472Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "include"
                    }
                ],
                "default_project": {
                    "id": 32506,
                    "type": "tournament",
                    "name": "Q4 AI Forecasting Benchmark Tournament",
                    "slug": "aibq4",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/q4-cover_5EtbdhX.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2024-10-08T19:25:49Z",
                    "close_date": "2025-01-08T19:25:50Z",
                    "forecasting_end_date": "2025-01-08T18:00:00Z",
                    "html_metadata_json": null,
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2024-10-07T19:26:23.380022Z",
                    "edited_at": "2025-08-08T08:47:04.289472Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "include"
                }
            },
            "question": {
                "id": 30086,
                "title": "Will the number of active US oil drilling rigs exceed 590 on December 27, 2024?",
                "created_at": "2024-11-19T14:16:57.643299Z",
                "open_time": "2024-11-19T15:30:00Z",
                "cp_reveal_time": "2024-11-20T15:30:00Z",
                "spot_scoring_time": "2024-11-20T15:30:00Z",
                "scheduled_resolve_time": "2024-12-28T15:30:00Z",
                "actual_resolve_time": "2024-12-28T00:50:00Z",
                "resolution_set_time": "2024-12-28T00:51:08.061117Z",
                "scheduled_close_time": "2024-11-20T15:30:00Z",
                "actual_close_time": "2024-11-20T15:30:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "no",
                "include_bots_in_aggregates": true,
                "question_weight": 0.5,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "Baker Hughes [issues](https://rigcount.bakerhughes.com/) US oil rig counts every Friday, and issued oil rig counts to the petroleum industry since 1944.",
                "resolution_criteria": "This question resolves as **Yes** if the number of active oil drilling rigs exceeds 590 on December 27, 2024, according to the Baker Hughes North American Rotary Rig Count, which can be accessed at [this](https://ycharts.com/indicators/us_rotary_rigs) Ycharts link.",
                "fine_print": "The link will be accessed by Metaculus Admins on or around December 28, 2024. In case of its inaccessibility, the secondary resolution source will be from Baker Hughes itself at [this link](https://rigcount.bakerhughes.com/na-rig-count). If both resolution links remain inaccessible by the end of the tournament, the question will be **annulled**.",
                "post_id": 30281,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1732113529.138327,
                                "end_time": null,
                                "forecaster_count": 32,
                                "interval_lower_bounds": [
                                    0.12300000000000001
                                ],
                                "centers": [
                                    0.18
                                ],
                                "interval_upper_bounds": [
                                    0.3
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1732113529.138327,
                            "end_time": null,
                            "forecaster_count": 32,
                            "interval_lower_bounds": [
                                0.12300000000000001
                            ],
                            "centers": [
                                0.18
                            ],
                            "interval_upper_bounds": [
                                0.3
                            ],
                            "forecast_values": [
                                0.8200000000000001,
                                0.18
                            ],
                            "means": [
                                0.20590873391188277
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5040233939565613,
                                    0.040463113133740285,
                                    0.6308407491715394,
                                    0.9964268755630477,
                                    0.0,
                                    0.5724472223148853,
                                    0.0,
                                    0.0,
                                    1.1652126366075308,
                                    0.46866138545748215,
                                    0.16798662710965054,
                                    0.6939525952509218,
                                    1.3058323220141224,
                                    0.1670588470567197,
                                    0.0,
                                    0.27308960725456716,
                                    0.3415440718595426,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.09630553750946041,
                                    0.0,
                                    0.9147633448549574,
                                    0.0,
                                    0.0,
                                    0.38043555332875517,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.34429275062741416,
                                    0.0,
                                    0.7620908974955233,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": 72.85294279972537,
                            "peer_score": 1.6946554035309875,
                            "coverage": 0.994357610648429,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.994357610648429,
                            "spot_peer_score": 1.727284908688426,
                            "spot_baseline_score": 71.36958148433591,
                            "baseline_archived_score": 72.85294279972537,
                            "peer_archived_score": 1.6946554035309875,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 1.727284908688426,
                            "spot_baseline_archived_score": 71.36958148433591
                        },
                        "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": 61,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "Baker Hughes [issues](https://rigcount.bakerhughes.com/) US oil rig counts every Friday, and issued oil rig counts to the petroleum industry since 1944."
        },
        {
            "id": 30280,
            "title": "Will AMC Theatres file for bankruptcy before January 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-amc-theatres-file-for-bankruptcy-before-january-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2024-11-19T14:16:57.611104Z",
            "published_at": "2024-11-19T15:30:00Z",
            "edited_at": "2025-09-05T17:28:58.626750Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 59,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2024-11-20T15:30:00Z",
            "scheduled_close_time": "2024-11-20T15:30:00Z",
            "scheduled_resolve_time": "2025-01-01T15:30:00Z",
            "actual_resolve_time": "2025-01-02T02:41:00Z",
            "open_time": "2024-11-19T15:30:00Z",
            "nr_forecasters": 32,
            "html_metadata_json": null,
            "projects": {
                "tournament": [
                    {
                        "id": 32506,
                        "type": "tournament",
                        "name": "Q4 AI Forecasting Benchmark Tournament",
                        "slug": "aibq4",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/q4-cover_5EtbdhX.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2024-10-08T19:25:49Z",
                        "close_date": "2025-01-08T19:25:50Z",
                        "forecasting_end_date": "2025-01-08T18:00:00Z",
                        "html_metadata_json": null,
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2024-10-07T19:26:23.380022Z",
                        "edited_at": "2025-08-08T08:47:04.289472Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "include"
                    }
                ],
                "default_project": {
                    "id": 32506,
                    "type": "tournament",
                    "name": "Q4 AI Forecasting Benchmark Tournament",
                    "slug": "aibq4",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/q4-cover_5EtbdhX.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2024-10-08T19:25:49Z",
                    "close_date": "2025-01-08T19:25:50Z",
                    "forecasting_end_date": "2025-01-08T18:00:00Z",
                    "html_metadata_json": null,
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2024-10-07T19:26:23.380022Z",
                    "edited_at": "2025-08-08T08:47:04.289472Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "include"
                }
            },
            "question": {
                "id": 30085,
                "title": "Will AMC Theatres file for bankruptcy before January 1, 2025?",
                "created_at": "2024-11-19T14:16:57.611104Z",
                "open_time": "2024-11-19T15:30:00Z",
                "cp_reveal_time": "2024-11-20T15:30:00Z",
                "spot_scoring_time": "2024-11-20T15:30:00Z",
                "scheduled_resolve_time": "2025-01-01T15:30:00Z",
                "actual_resolve_time": "2025-01-02T02:41:00Z",
                "resolution_set_time": "2025-01-02T02:53:34.064140Z",
                "scheduled_close_time": "2024-11-20T15:30:00Z",
                "actual_close_time": "2024-11-20T15:30: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",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "Amid negative operating income and a large debtload (and high interest payments), meme stock AMC has recently [refinanced](https://www.hollywoodreporter.com/business/business-news/amc-theatres-refinancing-deal-2029-1235954760/) debt",
                "resolution_criteria": "This question will resolve as **Yes** if  AMC Entertainment Holdings, Inc., files any petition for bankruptcy protection in the United States, under any chapter of the United States Bankruptcy Code, before January 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": 30280,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1732113786.406494,
                                "end_time": null,
                                "forecaster_count": 32,
                                "interval_lower_bounds": [
                                    0.1
                                ],
                                "centers": [
                                    0.24
                                ],
                                "interval_upper_bounds": [
                                    0.35
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1732113786.406494,
                            "end_time": null,
                            "forecaster_count": 32,
                            "interval_lower_bounds": [
                                0.1
                            ],
                            "centers": [
                                0.24
                            ],
                            "interval_upper_bounds": [
                                0.35
                            ],
                            "forecast_values": [
                                0.76,
                                0.24
                            ],
                            "means": [
                                0.2485239519829011
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.128567274583717,
                                    0.0,
                                    0.08253138866588176,
                                    0.0,
                                    0.9778163735392204,
                                    0.0,
                                    0.16798662710965054,
                                    0.1520722194715711,
                                    0.5184797798380378,
                                    0.0,
                                    0.6308407491715394,
                                    0.0,
                                    0.0094962884186239,
                                    0.0,
                                    0.24311673443421403,
                                    0.6939525952509218,
                                    0.0,
                                    0.0,
                                    0.27308960725456716,
                                    0.0,
                                    0.0,
                                    0.14731282932738304,
                                    0.7262281581649579,
                                    0.8355804261814468,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.4944749737036336,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.551721786295901,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.9291329409453964,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.571173604994265,
                                    0.0,
                                    0.5724472223148853,
                                    0.0,
                                    0.0492373430437701,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.07016860785683743,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": 61.91026634054637,
                            "peer_score": 11.431271645992657,
                            "coverage": 0.9934020382745399,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9934020382745399,
                            "spot_peer_score": 8.190586754017996,
                            "spot_baseline_score": 60.40713236688608,
                            "baseline_archived_score": 61.91026634054637,
                            "peer_archived_score": 11.431271645992657,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 8.190586754017996,
                            "spot_baseline_archived_score": 60.40713236688608
                        },
                        "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": 59,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "Amid negative operating income and a large debtload (and high interest payments), meme stock AMC has recently [refinanced](https://www.hollywoodreporter.com/business/business-news/amc-theatres-refinancing-deal-2029-1235954760/) debt"
        },
        {
            "id": 30279,
            "title": "Will the number of FBI firearms background checks initiated through the NICS exceed 3.0M for November 2024?",
            "short_title": "",
            "url_title": "",
            "slug": "will-the-number-of-fbi-firearms-background-checks-initiated-through-the-nics-exceed-30m-for-november-2024",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2024-11-19T14:16:57.577450Z",
            "published_at": "2024-11-19T15:30:00Z",
            "edited_at": "2025-09-05T17:29:08.798445Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 57,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2024-11-20T15:30:00Z",
            "scheduled_close_time": "2024-11-20T15:30:00Z",
            "scheduled_resolve_time": "2024-12-17T15:30:00Z",
            "actual_resolve_time": "2024-12-10T16:01:00Z",
            "open_time": "2024-11-19T15:30:00Z",
            "nr_forecasters": 32,
            "html_metadata_json": null,
            "projects": {
                "tournament": [
                    {
                        "id": 32506,
                        "type": "tournament",
                        "name": "Q4 AI Forecasting Benchmark Tournament",
                        "slug": "aibq4",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/q4-cover_5EtbdhX.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2024-10-08T19:25:49Z",
                        "close_date": "2025-01-08T19:25:50Z",
                        "forecasting_end_date": "2025-01-08T18:00:00Z",
                        "html_metadata_json": null,
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2024-10-07T19:26:23.380022Z",
                        "edited_at": "2025-08-08T08:47:04.289472Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "include"
                    }
                ],
                "default_project": {
                    "id": 32506,
                    "type": "tournament",
                    "name": "Q4 AI Forecasting Benchmark Tournament",
                    "slug": "aibq4",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/q4-cover_5EtbdhX.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2024-10-08T19:25:49Z",
                    "close_date": "2025-01-08T19:25:50Z",
                    "forecasting_end_date": "2025-01-08T18:00:00Z",
                    "html_metadata_json": null,
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2024-10-07T19:26:23.380022Z",
                    "edited_at": "2025-08-08T08:47:04.289472Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "include"
                }
            },
            "question": {
                "id": 30084,
                "title": "Will the number of FBI firearms background checks initiated through the NICS exceed 3.0M for November 2024?",
                "created_at": "2024-11-19T14:16:57.577450Z",
                "open_time": "2024-11-19T15:30:00Z",
                "cp_reveal_time": "2024-11-20T15:30:00Z",
                "spot_scoring_time": "2024-11-20T15:30:00Z",
                "scheduled_resolve_time": "2024-12-17T15:30:00Z",
                "actual_resolve_time": "2024-12-10T16:01:00Z",
                "resolution_set_time": "2024-12-10T16:01:54.854072Z",
                "scheduled_close_time": "2024-11-20T15:30:00Z",
                "actual_close_time": "2024-11-20T15:30:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "no",
                "include_bots_in_aggregates": true,
                "question_weight": 0.4644,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "In the long term (since the turn of the 21st Century), firearms sales in the US have risen, surging in 2020, with numbers trending downward since. Starting in July 2024, year-over-year monthly numbers have again begun trending upward.",
                "resolution_criteria": "This question resolves as **Yes** if the National Instant Criminal Background Check System (NICS), which can be access through [this link](https://www.fbi.gov/file-repository/nics_firearm_checks_-_month_year.pdf/view), shows greater than 3,000,000 background check initiated in November 2024. If the number is less than or equal to 3,000,000, this question resolves as **No**.",
                "fine_print": "Numbers are expected to be reported in the month subsequent, so for example October numbers are expected to be reported in November. In case of reporting delays, resolution will wait, until the question will be annulled in early January 2025 if there are no numbers reported by then for the time in question.",
                "post_id": 30279,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1732114069.441211,
                                "end_time": null,
                                "forecaster_count": 32,
                                "interval_lower_bounds": [
                                    0.267
                                ],
                                "centers": [
                                    0.44549999999999995
                                ],
                                "interval_upper_bounds": [
                                    0.6915
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1732114069.441211,
                            "end_time": null,
                            "forecaster_count": 32,
                            "interval_lower_bounds": [
                                0.267
                            ],
                            "centers": [
                                0.44549999999999995
                            ],
                            "interval_upper_bounds": [
                                0.6915
                            ],
                            "forecast_values": [
                                0.5545,
                                0.44549999999999995
                            ],
                            "means": [
                                0.45281756938483336
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6235522877629692,
                                    0.14731282932738304,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.08491933480810765,
                                    0.8846906469164315,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6910498800346163,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.21572547604369705,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.11160910633783082,
                                    0.0492373430437701,
                                    0.0,
                                    0.0,
                                    1.3374928694646293,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.27308960725456716,
                                    0.0,
                                    0.0,
                                    0.8355804261814468,
                                    0.04218301259539243,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.46866138545748215,
                                    0.0,
                                    0.0,
                                    0.08253138866588176,
                                    0.0,
                                    1.0679232195096457,
                                    0.0,
                                    0.0,
                                    0.12856727458371708,
                                    0.16798662710965054,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.0,
                                    0.18084374145673693,
                                    0.0,
                                    0.3415440718595426,
                                    0.0,
                                    0.0,
                                    0.5184797798380378,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5724472223148853,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": 23.168588039979884,
                            "peer_score": 6.630164746884868,
                            "coverage": 0.9931698237387118,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9931698237387118,
                            "spot_peer_score": 3.937652095565062,
                            "spot_baseline_score": 14.925936549962287,
                            "baseline_archived_score": 23.168588039979884,
                            "peer_archived_score": 6.630164746884868,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 3.937652095565062,
                            "spot_baseline_archived_score": 14.925936549962287
                        },
                        "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": 57,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "In the long term (since the turn of the 21st Century), firearms sales in the US have risen, surging in 2020, with numbers trending downward since. Starting in July 2024, year-over-year monthly numbers have again begun trending upward."
        },
        {
            "id": 30278,
            "title": "Will the number of FBI firearms background checks initiated through the NICS exceed 2.8M for November 2024?",
            "short_title": "",
            "url_title": "",
            "slug": "will-the-number-of-fbi-firearms-background-checks-initiated-through-the-nics-exceed-28m-for-november-2024",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2024-11-19T14:16:57.384346Z",
            "published_at": "2024-11-19T15:30:00Z",
            "edited_at": "2025-09-05T17:29:06.132370Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 61,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2024-11-20T15:30:00Z",
            "scheduled_close_time": "2024-11-20T15:30:00Z",
            "scheduled_resolve_time": "2024-12-17T15:30:00Z",
            "actual_resolve_time": "2024-12-10T16:01:00Z",
            "open_time": "2024-11-19T15:30:00Z",
            "nr_forecasters": 32,
            "html_metadata_json": null,
            "projects": {
                "tournament": [
                    {
                        "id": 32506,
                        "type": "tournament",
                        "name": "Q4 AI Forecasting Benchmark Tournament",
                        "slug": "aibq4",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/q4-cover_5EtbdhX.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2024-10-08T19:25:49Z",
                        "close_date": "2025-01-08T19:25:50Z",
                        "forecasting_end_date": "2025-01-08T18:00:00Z",
                        "html_metadata_json": null,
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2024-10-07T19:26:23.380022Z",
                        "edited_at": "2025-08-08T08:47:04.289472Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "include"
                    }
                ],
                "default_project": {
                    "id": 32506,
                    "type": "tournament",
                    "name": "Q4 AI Forecasting Benchmark Tournament",
                    "slug": "aibq4",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/q4-cover_5EtbdhX.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2024-10-08T19:25:49Z",
                    "close_date": "2025-01-08T19:25:50Z",
                    "forecasting_end_date": "2025-01-08T18:00:00Z",
                    "html_metadata_json": null,
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2024-10-07T19:26:23.380022Z",
                    "edited_at": "2025-08-08T08:47:04.289472Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "include"
                }
            },
            "question": {
                "id": 30083,
                "title": "Will the number of FBI firearms background checks initiated through the NICS exceed 2.8M for November 2024?",
                "created_at": "2024-11-19T14:16:57.384346Z",
                "open_time": "2024-11-19T15:30:00Z",
                "cp_reveal_time": "2024-11-20T15:30:00Z",
                "spot_scoring_time": "2024-11-20T15:30:00Z",
                "scheduled_resolve_time": "2024-12-17T15:30:00Z",
                "actual_resolve_time": "2024-12-10T16:01:00Z",
                "resolution_set_time": "2024-12-10T16:01:20.119054Z",
                "scheduled_close_time": "2024-11-20T15:30:00Z",
                "actual_close_time": "2024-11-20T15:30:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "no",
                "include_bots_in_aggregates": true,
                "question_weight": 0.4644,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "In the long term (since the turn of the 21st Century), firearms sales in the US have risen, surging in 2020, with numbers trending downward since. Starting in July 2024, year-over-year monthly numbers have again begun trending upward.",
                "resolution_criteria": "This question resolves as **Yes** if the National Instant Criminal Background Check System (NICS), which can be access through [this link](https://www.fbi.gov/file-repository/nics_firearm_checks_-_month_year.pdf/view), shows greater than 2,800,000 background check initiated in November 2024. If the number is less than or equal to 2,800,000, this question resolves as **No**.",
                "fine_print": "Numbers are expected to be reported in the month subsequent, so for example October numbers are expected to be reported in November. In case of reporting delays, resolution will wait, until the question will be annulled in early January 2025 if there are no numbers reported by then for the time in question.",
                "post_id": 30278,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1732114339.736747,
                                "end_time": null,
                                "forecaster_count": 32,
                                "interval_lower_bounds": [
                                    0.32
                                ],
                                "centers": [
                                    0.51
                                ],
                                "interval_upper_bounds": [
                                    0.6265
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1732114339.736747,
                            "end_time": null,
                            "forecaster_count": 32,
                            "interval_lower_bounds": [
                                0.32
                            ],
                            "centers": [
                                0.51
                            ],
                            "interval_upper_bounds": [
                                0.6265
                            ],
                            "forecast_values": [
                                0.49,
                                0.51
                            ],
                            "means": [
                                0.4861317091929692
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0094962884186239,
                                    0.0,
                                    0.0,
                                    0.02581358824615143,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.014369596090439076,
                                    0.0,
                                    0.0,
                                    0.6939525952509218,
                                    0.0,
                                    0.0,
                                    0.38043555332875517,
                                    0.0,
                                    0.21572547604369705,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.27308960725456716,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.040463113133740285,
                                    0.0,
                                    0.9147633448549574,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.19073805166550978,
                                    0.0,
                                    0.0,
                                    0.059105746561956225,
                                    0.34539414082943243,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.46866138545748215,
                                    0.7620908974955233,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.422729524609672,
                                    0.12856727458371708,
                                    0.0,
                                    0.5724472223148853,
                                    0.0,
                                    0.03268672417676853,
                                    0.0,
                                    0.0,
                                    1.0,
                                    0.0,
                                    0.14731282932738304,
                                    0.0,
                                    0.8355804261814468,
                                    0.6308407491715394,
                                    0.3058323220141224,
                                    0.16798662710965054,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5886483876948753,
                                    0.0,
                                    0.09630553750946041,
                                    0.3415440718595426,
                                    0.0,
                                    0.0492373430437701,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.11160910633783082,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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.2476017178774943,
                            "peer_score": 1.850459434744015,
                            "coverage": 0.9929739861907784,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9929739861907784,
                            "spot_peer_score": -1.1107409897596467,
                            "spot_baseline_score": -2.914634565951651,
                            "baseline_archived_score": 3.2476017178774943,
                            "peer_archived_score": 1.850459434744015,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": -1.1107409897596467,
                            "spot_baseline_archived_score": -2.914634565951651
                        },
                        "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": 59,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "In the long term (since the turn of the 21st Century), firearms sales in the US have risen, surging in 2020, with numbers trending downward since. Starting in July 2024, year-over-year monthly numbers have again begun trending upward."
        },
        {
            "id": 30277,
            "title": "Will the number of FBI firearms background checks initiated through the NICS exceed 2.6M for November 2024?",
            "short_title": "",
            "url_title": "",
            "slug": "will-the-number-of-fbi-firearms-background-checks-initiated-through-the-nics-exceed-26m-for-november-2024",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2024-11-19T14:16:57.352044Z",
            "published_at": "2024-11-19T15:30:00Z",
            "edited_at": "2025-09-05T17:29:07.290824Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 57,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2024-11-20T15:30:00Z",
            "scheduled_close_time": "2024-11-20T15:30:00Z",
            "scheduled_resolve_time": "2024-12-17T15:30:00Z",
            "actual_resolve_time": "2024-12-10T16:00:00Z",
            "open_time": "2024-11-19T15:30:00Z",
            "nr_forecasters": 32,
            "html_metadata_json": null,
            "projects": {
                "tournament": [
                    {
                        "id": 32506,
                        "type": "tournament",
                        "name": "Q4 AI Forecasting Benchmark Tournament",
                        "slug": "aibq4",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/q4-cover_5EtbdhX.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2024-10-08T19:25:49Z",
                        "close_date": "2025-01-08T19:25:50Z",
                        "forecasting_end_date": "2025-01-08T18:00:00Z",
                        "html_metadata_json": null,
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2024-10-07T19:26:23.380022Z",
                        "edited_at": "2025-08-08T08:47:04.289472Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "include"
                    }
                ],
                "default_project": {
                    "id": 32506,
                    "type": "tournament",
                    "name": "Q4 AI Forecasting Benchmark Tournament",
                    "slug": "aibq4",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/q4-cover_5EtbdhX.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2024-10-08T19:25:49Z",
                    "close_date": "2025-01-08T19:25:50Z",
                    "forecasting_end_date": "2025-01-08T18:00:00Z",
                    "html_metadata_json": null,
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2024-10-07T19:26:23.380022Z",
                    "edited_at": "2025-08-08T08:47:04.289472Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "include"
                }
            },
            "question": {
                "id": 30082,
                "title": "Will the number of FBI firearms background checks initiated through the NICS exceed 2.6M for November 2024?",
                "created_at": "2024-11-19T14:16:57.352044Z",
                "open_time": "2024-11-19T15:30:00Z",
                "cp_reveal_time": "2024-11-20T15:30:00Z",
                "spot_scoring_time": "2024-11-20T15:30:00Z",
                "scheduled_resolve_time": "2024-12-17T15:30:00Z",
                "actual_resolve_time": "2024-12-10T16:00:00Z",
                "resolution_set_time": "2024-12-10T16:01:05.853115Z",
                "scheduled_close_time": "2024-11-20T15:30:00Z",
                "actual_close_time": "2024-11-20T15:30:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "no",
                "include_bots_in_aggregates": true,
                "question_weight": 0.4644,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "In the long term (since the turn of the 21st Century), firearms sales in the US have risen, surging in 2020, with numbers trending downward since. Starting in July 2024, year-over-year monthly numbers have again begun trending upward.",
                "resolution_criteria": "This question resolves as **Yes** if the National Instant Criminal Background Check System (NICS), which can be access through [this link](https://www.fbi.gov/file-repository/nics_firearm_checks_-_month_year.pdf/view), shows greater than 2,600,000 background check initiated in November 2024. If the number is less than or equal to 2,600,000, this question resolves as **No**.",
                "fine_print": "Numbers are expected to be reported in the month subsequent, so for example October numbers are expected to be reported in November. In case of reporting delays, resolution will wait, until the question will be annulled in early January 2025 if there are no numbers reported by then for the time in question.",
                "post_id": 30277,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1732114622.81723,
                                "end_time": null,
                                "forecaster_count": 32,
                                "interval_lower_bounds": [
                                    0.35000000000000003
                                ],
                                "centers": [
                                    0.484
                                ],
                                "interval_upper_bounds": [
                                    0.7
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1732114622.81723,
                            "end_time": null,
                            "forecaster_count": 32,
                            "interval_lower_bounds": [
                                0.35000000000000003
                            ],
                            "centers": [
                                0.484
                            ],
                            "interval_upper_bounds": [
                                0.7
                            ],
                            "forecast_values": [
                                0.516,
                                0.484
                            ],
                            "means": [
                                0.5218468788680545
                            ],
                            "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.19073805166550978,
                                    0.0,
                                    0.0,
                                    0.019746017729336655,
                                    0.0,
                                    0.0,
                                    0.014369596090439076,
                                    0.0,
                                    0.38043555332875517,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.608715940105879,
                                    0.0,
                                    0.0,
                                    0.478157673876106,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.7620908974955233,
                                    0.8355804261814468,
                                    0.03268672417676853,
                                    0.0,
                                    0.0,
                                    1.0,
                                    0.0,
                                    0.059105746561956225,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.24311673443421403,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6308407491715394,
                                    0.09630553750946041,
                                    0.0,
                                    0.0,
                                    0.5184797798380378,
                                    0.27308960725456716,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.2490595386617818,
                                    0.16798662710965054,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0492373430437701,
                                    0.7197600516422684,
                                    0.0,
                                    0.3415440718595426,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.12856727458371708,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.02581358824615143
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": -58.150136652510795,
                            "peer_score": 1.4077619368505583,
                            "coverage": 0.9927687500693181,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9927687500693181,
                            "spot_peer_score": 36.321203651002385,
                            "spot_baseline_score": 4.544297076116711,
                            "baseline_archived_score": -58.150136652510795,
                            "peer_archived_score": 1.4077619368505583,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 36.321203651002385,
                            "spot_baseline_archived_score": 4.544297076116711
                        },
                        "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": 56,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "In the long term (since the turn of the 21st Century), firearms sales in the US have risen, surging in 2020, with numbers trending downward since. Starting in July 2024, year-over-year monthly numbers have again begun trending upward."
        },
        {
            "id": 30276,
            "title": "Will the number of FBI firearms background checks initiated through the NICS exceed 2.4M for November 2024?",
            "short_title": "",
            "url_title": "",
            "slug": "will-the-number-of-fbi-firearms-background-checks-initiated-through-the-nics-exceed-24m-for-november-2024",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2024-11-19T14:16:57.312194Z",
            "published_at": "2024-11-19T15:30:00Z",
            "edited_at": "2025-09-05T17:29:24.632354Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 55,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2024-11-20T15:30:00Z",
            "scheduled_close_time": "2024-11-20T15:30:00Z",
            "scheduled_resolve_time": "2024-12-17T15:30:00Z",
            "actual_resolve_time": "2024-12-10T15:57:00Z",
            "open_time": "2024-11-19T15:30:00Z",
            "nr_forecasters": 31,
            "html_metadata_json": null,
            "projects": {
                "tournament": [
                    {
                        "id": 32506,
                        "type": "tournament",
                        "name": "Q4 AI Forecasting Benchmark Tournament",
                        "slug": "aibq4",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/q4-cover_5EtbdhX.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2024-10-08T19:25:49Z",
                        "close_date": "2025-01-08T19:25:50Z",
                        "forecasting_end_date": "2025-01-08T18:00:00Z",
                        "html_metadata_json": null,
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2024-10-07T19:26:23.380022Z",
                        "edited_at": "2025-08-08T08:47:04.289472Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "include"
                    }
                ],
                "default_project": {
                    "id": 32506,
                    "type": "tournament",
                    "name": "Q4 AI Forecasting Benchmark Tournament",
                    "slug": "aibq4",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/q4-cover_5EtbdhX.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2024-10-08T19:25:49Z",
                    "close_date": "2025-01-08T19:25:50Z",
                    "forecasting_end_date": "2025-01-08T18:00:00Z",
                    "html_metadata_json": null,
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2024-10-07T19:26:23.380022Z",
                    "edited_at": "2025-08-08T08:47:04.289472Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "include"
                }
            },
            "question": {
                "id": 30081,
                "title": "Will the number of FBI firearms background checks initiated through the NICS exceed 2.4M for November 2024?",
                "created_at": "2024-11-19T14:16:57.312194Z",
                "open_time": "2024-11-19T15:30:00Z",
                "cp_reveal_time": "2024-11-20T15:30:00Z",
                "spot_scoring_time": "2024-11-20T15:30:00Z",
                "scheduled_resolve_time": "2024-12-17T15:30:00Z",
                "actual_resolve_time": "2024-12-10T15:57:00Z",
                "resolution_set_time": "2024-12-10T16:00:43.565984Z",
                "scheduled_close_time": "2024-11-20T15:30:00Z",
                "actual_close_time": "2024-11-20T15:30:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "yes",
                "include_bots_in_aggregates": true,
                "question_weight": 0.4644,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "In the long term (since the turn of the 21st Century), firearms sales in the US have risen, surging in 2020, with numbers trending downward since. Starting in July 2024, year-over-year monthly numbers have again begun trending upward.`",
                "resolution_criteria": "This question resolves as **Yes** if the National Instant Criminal Background Check System (NICS), which can be access through [this link](https://www.fbi.gov/file-repository/nics_firearm_checks_-_month_year.pdf/view), shows greater than 2,400,000 background check initiated in November 2024. If the number is less than or equal to 2,400,000, this question resolves as **No**.",
                "fine_print": "Numbers are expected to be reported in the month subsequent, so for example October numbers are expected to be reported in November. In case of reporting delays, resolution will wait, until the question will be annulled in early January 2025 if there are no numbers reported by then for the time in question.",
                "post_id": 30276,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1732114850.184767,
                                "end_time": null,
                                "forecaster_count": 31,
                                "interval_lower_bounds": [
                                    0.43678295777471127
                                ],
                                "centers": [
                                    0.565
                                ],
                                "interval_upper_bounds": [
                                    0.75
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1732114850.184767,
                            "end_time": null,
                            "forecaster_count": 31,
                            "interval_lower_bounds": [
                                0.43678295777471127
                            ],
                            "centers": [
                                0.565
                            ],
                            "interval_upper_bounds": [
                                0.75
                            ],
                            "forecast_values": [
                                0.43500000000000005,
                                0.565
                            ],
                            "means": [
                                0.5832713750536314
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.028218870368318452,
                                    0.0,
                                    0.0,
                                    0.1836394386094319,
                                    0.0,
                                    0.04423342207722153,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.05382522520245611,
                                    0.0,
                                    0.6896218051583209,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.031967072481022006,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.12200872167164427,
                                    0.0,
                                    0.0,
                                    0.5267321585213134,
                                    0.0,
                                    0.0,
                                    0.7586143445231218,
                                    0.0,
                                    0.334268237955926,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.26577008775178024,
                                    0.8331016997804591,
                                    0.3733687775975512,
                                    0.7024940754197081,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.015708539450405595,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.2358265416482139,
                                    0.0,
                                    0.1405470336200478,
                                    0.5667911627135067,
                                    0.495368724479614,
                                    0.0,
                                    0.0,
                                    0.9134389029481002,
                                    0.0,
                                    0.0902215738421042,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.0334940524377902,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.20851081619995687,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": 32.75063055465078,
                            "peer_score": 48.16640596587357,
                            "coverage": 0.9926208789122326,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9926208789122326,
                            "spot_peer_score": 26.290687439108314,
                            "spot_baseline_score": 17.632277264046287,
                            "baseline_archived_score": 32.75063055465078,
                            "peer_archived_score": 48.16640596587357,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 26.290687439108314,
                            "spot_baseline_archived_score": 17.632277264046287
                        },
                        "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": 55,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "In the long term (since the turn of the 21st Century), firearms sales in the US have risen, surging in 2020, with numbers trending downward since. Starting in July 2024, year-over-year monthly numbers have again begun trending upward.`"
        },
        {
            "id": 30275,
            "title": "Will Kalshi outrank Robinhood in the top free Finance apps on December 31, 2024?",
            "short_title": "",
            "url_title": "",
            "slug": "will-kalshi-outrank-robinhood-in-the-top-free-finance-apps-on-december-31-2024",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2024-11-19T14:16:57.280181Z",
            "published_at": "2024-11-19T15:30:00Z",
            "edited_at": "2025-09-05T17:29:08.751392Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 58,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2024-11-20T15:30:00Z",
            "scheduled_close_time": "2024-11-20T15:30:00Z",
            "scheduled_resolve_time": "2024-12-31T15:30:00Z",
            "actual_resolve_time": "2025-01-01T00:39:00Z",
            "open_time": "2024-11-19T15:30:00Z",
            "nr_forecasters": 30,
            "html_metadata_json": null,
            "projects": {
                "tournament": [
                    {
                        "id": 32506,
                        "type": "tournament",
                        "name": "Q4 AI Forecasting Benchmark Tournament",
                        "slug": "aibq4",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/q4-cover_5EtbdhX.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2024-10-08T19:25:49Z",
                        "close_date": "2025-01-08T19:25:50Z",
                        "forecasting_end_date": "2025-01-08T18:00:00Z",
                        "html_metadata_json": null,
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2024-10-07T19:26:23.380022Z",
                        "edited_at": "2025-08-08T08:47:04.289472Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "include"
                    }
                ],
                "default_project": {
                    "id": 32506,
                    "type": "tournament",
                    "name": "Q4 AI Forecasting Benchmark Tournament",
                    "slug": "aibq4",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/q4-cover_5EtbdhX.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2024-10-08T19:25:49Z",
                    "close_date": "2025-01-08T19:25:50Z",
                    "forecasting_end_date": "2025-01-08T18:00:00Z",
                    "html_metadata_json": null,
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2024-10-07T19:26:23.380022Z",
                    "edited_at": "2025-08-08T08:47:04.289472Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "include"
                }
            },
            "question": {
                "id": 30080,
                "title": "Will Kalshi outrank Robinhood in the top free Finance apps on December 31, 2024?",
                "created_at": "2024-11-19T14:16:57.280181Z",
                "open_time": "2024-11-19T15:30:00Z",
                "cp_reveal_time": "2024-11-20T15:30:00Z",
                "spot_scoring_time": "2024-11-20T15:30:00Z",
                "scheduled_resolve_time": "2024-12-31T15:30:00Z",
                "actual_resolve_time": "2025-01-01T00:39:00Z",
                "resolution_set_time": "2025-01-01T00:40:49.255831Z",
                "scheduled_close_time": "2024-11-20T15:30:00Z",
                "actual_close_time": "2024-11-20T15:30: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",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "This question represents an unfolding of events in which Kalshi continues building on its momentum, as surpassing the Robinhood app (currently ranked #22) would be considered quite a feat for a prediction market app.  On October 11, 2024, the CEO of Kalshi [tweeted](https://x.com/mansourtarek_/status/1844770826446319930) that Kalshi's app had surpassed Coinbase in the rankings, in the wake of Kalshi enabling betting on the US election.",
                "resolution_criteria": "This question resolves as **Yes** if, on December 31, 2024, according to the Apple App Store at [this link](https://apps.apple.com/us/charts/iphone/finance-apps/6015?chart=top-free), Kalshi has a higher rank than Robinhood when accessed by Metaculus Admins. If this is not the case, this question resolves as **No**.",
                "fine_print": "No other resolution source will be considered. In case of the resolution source being down, Metaculus Admins will wait until January 7, 2025, at which point this question will be annulled.",
                "post_id": 30275,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1732115112.064215,
                                "end_time": null,
                                "forecaster_count": 30,
                                "interval_lower_bounds": [
                                    0.17
                                ],
                                "centers": [
                                    0.35
                                ],
                                "interval_upper_bounds": [
                                    0.45
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1732115112.064215,
                            "end_time": null,
                            "forecaster_count": 30,
                            "interval_lower_bounds": [
                                0.17
                            ],
                            "centers": [
                                0.35
                            ],
                            "interval_upper_bounds": [
                                0.45
                            ],
                            "forecast_values": [
                                0.65,
                                0.35
                            ],
                            "means": [
                                0.35623178626840823
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.7549731054070336,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0839758874887769,
                                    0.0,
                                    0.9939328009232822,
                                    0.153865828537011,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.2010418409121184,
                                    0.0,
                                    0.10735107401622149,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8305036517217669,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.9120497244989734,
                                    1.1910005497285958,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.3268262380230357,
                                    0.45529495594735647,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.22827012898946356,
                                    0.17630000022929448,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.03911858530021452,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.13357075254608086,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.017197143016031723,
                                    0.29095551644889905,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.9696319252230643,
                                    0.0,
                                    0.011364900518339544,
                                    0.0,
                                    0.0,
                                    0.22403198463947285,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.3660118313347263,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": 18.75985095967244,
                            "peer_score": 22.510767530821646,
                            "coverage": 0.9924605548271426,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9924605548271426,
                            "spot_peer_score": 25.971748755684818,
                            "spot_baseline_score": 37.85116232537298,
                            "baseline_archived_score": 18.75985095967244,
                            "peer_archived_score": 22.510767530821646,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 25.971748755684818,
                            "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": 61,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "This question represents an unfolding of events in which Kalshi continues building on its momentum, as surpassing the Robinhood app (currently ranked #22) would be considered quite a feat for a prediction market app.  On October 11, 2024, the CEO of Kalshi [tweeted](https://x.com/mansourtarek_/status/1844770826446319930) that Kalshi's app had surpassed Coinbase in the rankings, in the wake of Kalshi enabling betting on the US election."
        },
        {
            "id": 30274,
            "title": "Will a bilateral ceasefire be announced in the Ukraine war, before January 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-a-bilateral-ceasefire-be-announced-in-the-ukraine-war-before-january-1-2025",
            "author_id": 120279,
            "author_username": "Tom_Metaculus",
            "coauthors": [],
            "created_at": "2024-11-19T14:16:57.231230Z",
            "published_at": "2024-11-19T15:30:00Z",
            "edited_at": "2025-09-05T17:28:54.362490Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 59,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2024-11-20T15:30:00Z",
            "scheduled_close_time": "2024-11-20T15:30:00Z",
            "scheduled_resolve_time": "2025-01-01T15:30:00Z",
            "actual_resolve_time": "2025-01-03T00:36:00Z",
            "open_time": "2024-11-19T15:30:00Z",
            "nr_forecasters": 31,
            "html_metadata_json": null,
            "projects": {
                "tournament": [
                    {
                        "id": 32506,
                        "type": "tournament",
                        "name": "Q4 AI Forecasting Benchmark Tournament",
                        "slug": "aibq4",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/q4-cover_5EtbdhX.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2024-10-08T19:25:49Z",
                        "close_date": "2025-01-08T19:25:50Z",
                        "forecasting_end_date": "2025-01-08T18:00:00Z",
                        "html_metadata_json": null,
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2024-10-07T19:26:23.380022Z",
                        "edited_at": "2025-08-08T08:47:04.289472Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "include"
                    }
                ],
                "default_project": {
                    "id": 32506,
                    "type": "tournament",
                    "name": "Q4 AI Forecasting Benchmark Tournament",
                    "slug": "aibq4",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/q4-cover_5EtbdhX.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2024-10-08T19:25:49Z",
                    "close_date": "2025-01-08T19:25:50Z",
                    "forecasting_end_date": "2025-01-08T18:00:00Z",
                    "html_metadata_json": null,
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2024-10-07T19:26:23.380022Z",
                    "edited_at": "2025-08-08T08:47:04.289472Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "include"
                }
            },
            "question": {
                "id": 30079,
                "title": "Will a bilateral ceasefire be announced in the Ukraine war, before January 1, 2025?",
                "created_at": "2024-11-19T14:16:57.231230Z",
                "open_time": "2024-11-19T15:30:00Z",
                "cp_reveal_time": "2024-11-20T15:30:00Z",
                "spot_scoring_time": "2024-11-20T15:30:00Z",
                "scheduled_resolve_time": "2025-01-01T15:30:00Z",
                "actual_resolve_time": "2025-01-03T00:36:00Z",
                "resolution_set_time": "2025-01-03T00:36:37.116597Z",
                "scheduled_close_time": "2024-11-20T15:30:00Z",
                "actual_close_time": "2024-11-20T15:30: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",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "Following Donald Trump's victory in the 2024 U.S. presidential election, speculation has intensified about the prospects for ending the Russia-Ukraine war. Throughout his campaign, Trump repeatedly claimed he could end the conflict within 24 hours of taking office, though without specifying how.\n\nTrump's recent interactions with key leaders have been notable. He met with Ukrainian President Volodymyr Zelenskyy in September 2024 at Trump Tower, later describing him as \"the greatest salesman in the world.\" After winning the election, Trump reportedly spoke with both Zelenskyy (in a call that included Elon Musk discussing continued Starlink support) and Russian President Vladimir Putin. However, the Kremlin has denied that the Putin call took place, calling reports from The Washington Post \"pure fiction.\"\n\nMultiple peace proposals are reportedly under consideration by Trump's team, including a potential 800-mile demilitarized zone. Some NATO members, like Slovakia, have begun openly questioning continued military support for Ukraine, while others remain committed. Meanwhile, Russia faces mounting demographic pressures from military losses exceeding 710,000 troops and a severe birth rate crisis.",
                "resolution_criteria": "This question will resolve as **Yes** if an armistice or a ceasefire is announced by both Ukraine and Russia before January 1, 2025. This will count if it applies to the majorities of combatants on both the Russian and Ukrainian sides. The ceasefire or armistice must apply to all military operations in all official and disputed Ukrainian and Russian territory. In other words, a limited ceasefire (such as granting safety to humanitarian corridors or specific regions) is insufficient to resolve the question as **Yes**.\n\nThe specific date that such an agreement will take effect is not relevant to the resolution of this question. The only requirement is that the agreement must be announced before January 1, 2025",
                "fine_print": "",
                "post_id": 30274,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1732115344.47031,
                                "end_time": null,
                                "forecaster_count": 31,
                                "interval_lower_bounds": [
                                    0.05
                                ],
                                "centers": [
                                    0.1454
                                ],
                                "interval_upper_bounds": [
                                    0.18
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1732115344.47031,
                            "end_time": null,
                            "forecaster_count": 31,
                            "interval_lower_bounds": [
                                0.05
                            ],
                            "centers": [
                                0.1454
                            ],
                            "interval_upper_bounds": [
                                0.18
                            ],
                            "forecast_values": [
                                0.8546,
                                0.1454
                            ],
                            "means": [
                                0.12255447960237255
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    1.0,
                                    0.5667911627135067,
                                    0.0,
                                    0.9708446400368703,
                                    0.0,
                                    0.46211900267680595,
                                    0.0,
                                    0.07670684254184146,
                                    0.8465712705368533,
                                    0.015708539450405595,
                                    0.4499897708597784,
                                    0.0,
                                    0.8331016997804591,
                                    1.6059262058405976,
                                    0.1836394386094319,
                                    0.1405470336200478,
                                    1.3154090380361876,
                                    0.0,
                                    0.4595750791136129,
                                    0.5123307444416587,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.20851081619995687,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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.38258851686112,
                            "peer_score": -0.990142741929382,
                            "coverage": 0.9920996323724585,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9920996323724585,
                            "spot_peer_score": -1.6975416119939588,
                            "spot_baseline_score": 77.33212221316623,
                            "baseline_archived_score": 77.38258851686112,
                            "peer_archived_score": -0.990142741929382,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": -1.6975416119939588,
                            "spot_baseline_archived_score": 77.33212221316623
                        },
                        "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": 63,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "Following Donald Trump's victory in the 2024 U.S. presidential election, speculation has intensified about the prospects for ending the Russia-Ukraine war. Throughout his campaign, Trump repeatedly claimed he could end the conflict within 24 hours of taking office, though without specifying how.\n\nTrump's recent interactions with key leaders have been notable. He met with Ukrainian President Volodymyr Zelenskyy in September 2024 at Trump Tower, later describing him as \"the greatest salesman in the world.\" After winning the election, Trump reportedly spoke with both Zelenskyy (in a call that included Elon Musk discussing continued Starlink support) and Russian President Vladimir Putin. However, the Kremlin has denied that the Putin call took place, calling reports from The Washington Post \"pure fiction.\"\n\nMultiple peace proposals are reportedly under consideration by Trump's team, including a potential 800-mile demilitarized zone. Some NATO members, like Slovakia, have begun openly questioning continued military support for Ukraine, while others remain committed. Meanwhile, Russia faces mounting demographic pressures from military losses exceeding 710,000 troops and a severe birth rate crisis."
        },
        {
            "id": 30252,
            "title": "Will at least one of Andrea Bocelli's concerts at Madison Square Garden on December 18 or 19, 2024 sell out?",
            "short_title": "Will Bocelli's New York 2024 concerts sell out?",
            "url_title": "Will Bocelli's New York 2024 concerts sell out?",
            "slug": "will-bocellis-new-york-2024-concerts-sell-out",
            "author_id": 126626,
            "author_username": "skmmcj",
            "coauthors": [],
            "created_at": "2024-11-19T05:48:21.428614Z",
            "published_at": "2024-11-20T19:32:46Z",
            "edited_at": "2025-09-05T17:29:27.504361Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2024-11-20T19:32:46Z",
            "comment_count": 67,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2024-12-18T12:00:00Z",
            "scheduled_close_time": "2024-12-18T12:00:00Z",
            "scheduled_resolve_time": "2024-12-20T12:00:00Z",
            "actual_resolve_time": "2025-01-03T23:48:00Z",
            "open_time": "2024-11-21T15:30:00Z",
            "nr_forecasters": 73,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32594,
                        "name": "2024 Leaderboard",
                        "slug": "2024_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "category": [
                    {
                        "id": 3696,
                        "name": "Sports & Entertainment",
                        "slug": "sports-entertainment",
                        "emoji": "🏀",
                        "description": "Sports & Entertainment",
                        "type": "category"
                    }
                ],
                "site_main": [
                    {
                        "id": 144,
                        "type": "site_main",
                        "name": "Metaculus Community",
                        "slug": null,
                        "header_image": null,
                        "prize_pool": null,
                        "start_date": null,
                        "close_date": null,
                        "forecasting_end_date": null,
                        "html_metadata_json": null,
                        "is_ongoing": null,
                        "user_permission": "forecaster",
                        "created_at": "2023-11-08T16:55:29.484707Z",
                        "edited_at": "2025-07-18T17:28:18.838588Z",
                        "score_type": null,
                        "default_permission": "forecaster",
                        "visibility": "normal",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "exclude_and_show"
                    }
                ],
                "tournament": [
                    {
                        "id": 3672,
                        "type": "tournament",
                        "name": "🏆 Q4 2024 Quarterly Cup 🏆",
                        "slug": "quarterly-cup-2024q4",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/q4-cover.webp",
                        "prize_pool": null,
                        "start_date": "2024-10-08T13:00:25Z",
                        "close_date": "2025-01-10T05:30:25Z",
                        "forecasting_end_date": "2025-01-01T07:59:00Z",
                        "html_metadata_json": null,
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2024-09-30T16:51:26.101402Z",
                        "edited_at": "2025-02-03T20:02:59.488954Z",
                        "score_type": "peer_tournament",
                        "default_permission": "forecaster",
                        "visibility": "normal",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "exclude_and_show"
                    }
                ],
                "default_project": {
                    "id": 3672,
                    "type": "tournament",
                    "name": "🏆 Q4 2024 Quarterly Cup 🏆",
                    "slug": "quarterly-cup-2024q4",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/q4-cover.webp",
                    "prize_pool": null,
                    "start_date": "2024-10-08T13:00:25Z",
                    "close_date": "2025-01-10T05:30:25Z",
                    "forecasting_end_date": "2025-01-01T07:59:00Z",
                    "html_metadata_json": null,
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2024-09-30T16:51:26.101402Z",
                    "edited_at": "2025-02-03T20:02:59.488954Z",
                    "score_type": "peer_tournament",
                    "default_permission": "forecaster",
                    "visibility": "normal",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "exclude_and_show"
                },
                "question_series": [
                    {
                        "id": 32559,
                        "type": "question_series",
                        "name": "Bridgewater Forecasting Contest Warmup",
                        "slug": "bridgewater-warmup",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/tournament-cover_2_TqQCKYL.webp",
                        "prize_pool": null,
                        "start_date": "2024-12-11T06:00:00Z",
                        "close_date": "2025-02-03T18:00:00Z",
                        "forecasting_end_date": null,
                        "html_metadata_json": null,
                        "is_ongoing": false,
                        "user_permission": "forecaster",
                        "created_at": "2024-12-03T20:11:36.362514Z",
                        "edited_at": "2025-02-08T06:50:47.494484Z",
                        "score_type": "peer_tournament",
                        "default_permission": "forecaster",
                        "visibility": "normal",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "exclude_and_show"
                    }
                ]
            },
            "question": {
                "id": 30060,
                "title": "Will at least one of Andrea Bocelli's concerts at Madison Square Garden on December 18 or 19, 2024 sell out?",
                "created_at": "2024-11-19T05:48:21.428973Z",
                "open_time": "2024-11-21T15:30:00Z",
                "cp_reveal_time": "2024-11-24T15:30:00Z",
                "spot_scoring_time": "2024-11-24T15:30:00Z",
                "scheduled_resolve_time": "2024-12-20T12:00:00Z",
                "actual_resolve_time": "2025-01-03T23:48:00Z",
                "resolution_set_time": "2025-01-03T23:52:41.723690Z",
                "scheduled_close_time": "2024-12-18T12:00:00Z",
                "actual_close_time": "2024-12-18T12:00:00Z",
                "type": "binary",
                "options": [],
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "no",
                "include_bots_in_aggregates": false,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "Andrea Bocelli, the renowned Italian tenor, [is scheduled](https://www.andreabocelli.com/?post_type=tour) to perform at Madison Square Garden in New York City on December 18 and 19, 2024. These performances are part of his annual Christmas tour, which typically features holiday classics alongside selections from his albums \"A Family Christmas\" and \"Believe\". Historically, Bocelli's concerts have attracted large audiences, [occasionally](https://www.express.co.uk/entertainment/music/1949661/andrea-bocelli-tickets-uk-tour-2025) leading to sold-out shows.",
                "resolution_criteria": "This question will resolve as **Yes** if at least one of Andrea Bocelli's concerts at Madison Square Garden on December 18 or 19, 2024, is officially declared sold out by the venue or the primary ticketing platform, Ticketmaster, before the respective performance date.",
                "fine_print": "- A concert is considered \"sold out\" when no tickets are available for purchase through official channels. Secondary market availability (resale platforms) will not impact the resolution of this question.\n- Admins may resolve this question based on either reports from credible sources or by checking the availability of the tickets on Ticketmaster.\n- This question will resolve as **Yes** based on the first reports that a performance has been sold out. If extra seats are added after a performance is reported as being sold out, the question will still resolve as **Yes**.\n- If both of the performances are canceled or rescheduled, this question will be **Annulled**.",
                "post_id": 30252,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1734522705.530487,
                                "end_time": null,
                                "forecaster_count": 65,
                                "interval_lower_bounds": [
                                    0.4
                                ],
                                "centers": [
                                    0.54
                                ],
                                "interval_upper_bounds": [
                                    0.68
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1734522705.530487,
                            "end_time": null,
                            "forecaster_count": 65,
                            "interval_lower_bounds": [
                                0.4
                            ],
                            "centers": [
                                0.54
                            ],
                            "interval_upper_bounds": [
                                0.68
                            ],
                            "forecast_values": [
                                0.45999999999999996,
                                0.54
                            ],
                            "means": [
                                0.5302684361429798
                            ],
                            "histogram": [
                                [
                                    0.09022908093720004,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.882493535772869,
                                    0.0,
                                    0.0,
                                    0.37113480134217347,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.20566286060455888,
                                    0.0,
                                    0.19030380486090423,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5604905061740477,
                                    0.0,
                                    0.0,
                                    1.599042151818543,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.17592413500841017,
                                    1.2529543656745905,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.002949293081317581,
                                    0.5576418855024077,
                                    0.8284076835897499,
                                    0.0,
                                    0.4066000392309813,
                                    0.6831013776873005,
                                    0.7785350193188251,
                                    0.39818867837781474,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.45859551750172006,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.457422476445143,
                                    0.42022652132926797,
                                    0.25819147560843936,
                                    0.0,
                                    0.80518261901127,
                                    1.1791870591298463,
                                    0.9979299509752331,
                                    0.0,
                                    0.0,
                                    0.051651386754525144,
                                    0.0,
                                    0.07843168604693199,
                                    0.0,
                                    0.13813894976991253,
                                    0.0,
                                    0.015157278973843901,
                                    0.3111652136642349,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.04228688608058346,
                                    0.0,
                                    0.0,
                                    0.064943841226617,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.011600507024289436,
                                    0.2817083346647279,
                                    0.0,
                                    0.0,
                                    0.07459731030799356
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": -284.72745211927696,
                            "peer_score": 67.16208406949261,
                            "coverage": 0.9998503094914134,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9998503094914134,
                            "spot_peer_score": 11.006581957879073,
                            "spot_baseline_score": -132.19280948873626,
                            "baseline_archived_score": -284.72745211927696,
                            "peer_archived_score": 67.16208406949261,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 11.006581957879073,
                            "spot_baseline_archived_score": -132.19280948873626
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 7,
                "user_vote": null
            },
            "forecasts_count": 409,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "Andrea Bocelli, the renowned Italian tenor, [is scheduled](https://www.andreabocelli.com/?post_type=tour) to perform at Madison Square Garden in New York City on December 18 and 19, 2024. These performances are part of his annual Christmas tour, which typically features holiday classics alongside selections from his albums \"A Family Christmas\" and \"Believe\". Historically, Bocelli's concerts have attracted large audiences, [occasionally](https://www.express.co.uk/entertainment/music/1949661/andrea-bocelli-tickets-uk-tour-2025) leading to sold-out shows."
        }
    ]
}