{
  "openapi": "3.0.0",
  "info": {
    "title": "IMDb'你知道吗' 洞察 API (V1)",
    "version": "1.0.0",
    "description": "获取IMDb标题'你知道吗'洞察数据，包括琐事信息，用于编辑研究和标题洞察丰富。"
  },
  "paths": {
    "/api/imdb/title-did-you-know-query/v1": {
      "get": {
        "tags": [
          "IMDb"
        ],
        "summary": "'你知道吗' 洞察",
        "description": "获取IMDb标题'你知道吗'洞察数据，包括琐事信息，用于编辑研究和标题洞察丰富。",
        "operationId": "titleDidYouKnowQuery",
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "description": "用户的鉴权令牌。",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "query",
            "description": "该标题的唯一IMDb ID（例如：tt12037194）。",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "languageCountry",
            "in": "query",
            "description": "语言与国家/地区偏好。\n\n可用值：\n- `en_US`: 英语（美国）\n- `fr_CA`: 法语（加拿大）\n- `fr_FR`: 法语（法国）\n- `de_DE`: 德语（德国）\n- `hi_IN`: 印地语（印度）\n- `it_IT`: 意大利语（意大利）\n- `pt_BR`: 葡萄牙语（巴西）\n- `es_ES`: 西班牙语（西班牙）\n- `es_US`: 西班牙语（美国）\n- `es_MX`: 西班牙语（墨西哥）",
            "required": false,
            "schema": {
              "type": "string",
              "default": "en_US",
              "description": "Language and country options for IMDb data.",
              "enum": [
                "en_US",
                "fr_CA",
                "fr_FR",
                "de_DE",
                "hi_IN",
                "it_IT",
                "pt_BR",
                "es_ES",
                "es_US",
                "es_MX"
              ]
            }
          }
        ],
        "responses": {
          "default": {
            "description": "默认响应",
            "content": {
              "application/json": {
                "example": {
                  "code": 0,
                  "data": {
                    "title": {
                      "__typename": "Title",
                      "titleText": {
                        "text": "Furiosa: A Mad Max Saga",
                        "isOriginalTitle": true
                      },
                      "originalTitleText": {
                        "text": "Furiosa: A Mad Max Saga",
                        "isOriginalTitle": true
                      },
                      "trivia": {
                        "edges": [
                          {
                            "node": {
                              "__typename": "TitleTrivia",
                              "id": "tr7375706",
                              "isSpoiler": false,
                              "interestScore": {
                                "__typename": "InterestScore",
                                "usersInterested": 1230,
                                "usersVoted": 1239
                              },
                              "text": {
                                "plainText": "George Miller said this film's script was already complete before Mad Max: Fury Road (2015) was filmed: \"In order to tell that story cohesively, we had to know everything that happened in the time before, so we wrote a story about Furiosa from the time she was taken as a child, as she refers to in Fury Road, until she became the Imperator Furiosa. That ended up as a full screenplay, with concept art and so on. And the actors, the designers, and all the crew got the screenplay of that before shooting Fury Road.\""
                              },
                              "category": {
                                "id": "uncategorized"
                              },
                              "relatedNames": null,
                              "trademark": null
                            }
                          }
                        ]
                      },
                      "quotes": {
                        "edges": [
                          {
                            "node": {
                              "__typename": "TitleQuote",
                              "id": "qt7429439",
                              "isSpoiler": false,
                              "interestScore": {
                                "__typename": "InterestScore",
                                "usersInterested": 86,
                                "usersVoted": 88
                              },
                              "lines": [
                                {
                                  "characters": [
                                    {
                                      "character": "Dementus",
                                      "name": {
                                        "id": "nm1165110"
                                      }
                                    }
                                  ],
                                  "text": "You fabulous thing. You crawled out of a pitiless grave, deeper than hell. Only one thing that is going to do that for you. Not hope. Hate. No shame in hate. It's one of the greatest forces of nature.",
                                  "stageDirection": null
                                }
                              ]
                            }
                          }
                        ]
                      },
                      "goofs": {
                        "edges": [
                          {
                            "node": {
                              "__typename": "Goof",
                              "id": "gf7568572",
                              "isSpoiler": false,
                              "interestScore": {
                                "__typename": "InterestScore",
                                "usersInterested": 82,
                                "usersVoted": 94
                              },
                              "text": {
                                "plainText": "Shooting a gas can with a bullet will not make it blow up, this is one of the most common Hollywood firearms mistakes. In order for the gas to ignite a spark would need to be made, nearly all bullets have a copper jacket and a lead core, neither of which makes a spark when hitting metal."
                              },
                              "category": {
                                "id": "factual_error",
                                "text": "Factual errors"
                              }
                            }
                          }
                        ]
                      },
                      "crazyCredits": {
                        "edges": [
                          {
                            "node": {
                              "__typename": "CrazyCredit",
                              "id": "cz0157303",
                              "interestScore": {
                                "__typename": "InterestScore",
                                "usersInterested": 63,
                                "usersVoted": 63
                              },
                              "text": {
                                "plainText": "There is a brief shot of Nux's (from Mad Max: Fury Road (2015)) crow-shaped bobble head from his car wobbling after the credits end."
                              }
                            }
                          }
                        ]
                      },
                      "soundtrack": {
                        "edges": [
                          {
                            "node": {
                              "__typename": "Track",
                              "id": "sn2848601",
                              "text": "Anderlecht Champion AKA Ole Ole We Are the Champions",
                              "comments": [
                                {
                                  "plainText": "Written by Roland Verlooven and Jeanine Dee"
                                }
                              ]
                            }
                          }
                        ]
                      },
                      "triviaCount": {
                        "total": 155
                      },
                      "quotesCount": {
                        "total": 40
                      },
                      "goofsCount": {
                        "total": 12
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-order": 34001500
      }
    }
  },
  "components": {}
}