{
  "openapi": "3.0.0",
  "info": {
    "title": "IMDb详情 API (V1)",
    "version": "1.0.0",
    "description": "获取IMDb标题详情数据，包括元数据、发布信息和演员阵容，用于深度标题研究和目录丰富。"
  },
  "paths": {
    "/api/imdb/title-details-query/v1": {
      "get": {
        "tags": [
          "IMDb"
        ],
        "summary": "详情",
        "description": "获取IMDb标题详情数据，包括元数据、发布信息和演员阵容，用于深度标题研究和目录丰富。",
        "operationId": "titleDetailsQuery",
        "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",
                      "id": "tt12037194",
                      "titleText": {
                        "text": "Furiosa: A Mad Max Saga",
                        "isOriginalTitle": true
                      },
                      "originalTitleText": {
                        "text": "Furiosa: A Mad Max Saga",
                        "isOriginalTitle": true
                      },
                      "releaseYear": {
                        "__typename": "YearRange",
                        "year": 2024,
                        "endYear": null
                      },
                      "releaseDate": {
                        "__typename": "ReleaseDate",
                        "month": 5,
                        "day": 24,
                        "year": 2024,
                        "country": {
                          "id": "US"
                        },
                        "restriction": null,
                        "attributes": [],
                        "displayableProperty": {
                          "qualifiersInMarkdownList": null
                        }
                      },
                      "titleType": {
                        "__typename": "TitleType",
                        "id": "movie",
                        "text": "Movie",
                        "categories": [
                          {
                            "id": "movie",
                            "text": "Movie",
                            "value": "movie"
                          }
                        ],
                        "canHaveEpisodes": false,
                        "isEpisode": false,
                        "isSeries": false,
                        "displayableProperty": {
                          "value": {
                            "plainText": ""
                          }
                        }
                      },
                      "primaryImage": {
                        "__typename": "Image",
                        "id": "rm645622785",
                        "url": "https://m.media-amazon.com/images/M/MV5BNTcwYWE1NTYtOWNiYy00NzY3LWIwY2MtNjJmZDkxNDNmOWE1XkEyXkFqcGc@._V1_.jpg",
                        "height": 4096,
                        "width": 2764
                      },
                      "runtime": {
                        "seconds": 8880
                      },
                      "akas": {
                        "__typename": "AkaConnection",
                        "edges": [
                          {
                            "node": {
                              "attributes": [
                                {
                                  "id": "alternativeTitle",
                                  "text": "Alternative Title"
                                }
                              ],
                              "country": {
                                "__typename": "DisplayableCountry",
                                "id": "AU",
                                "text": "Australia"
                              },
                              "language": null,
                              "displayableProperty": {
                                "__typename": "DisplayableTitleAkaProperty",
                                "value": {
                                  "id": "Furiosa",
                                  "plainText": "Furiosa"
                                }
                              }
                            }
                          }
                        ],
                        "pageInfo": {
                          "__typename": "PageInfo",
                          "hasNextPage": true,
                          "hasPreviousPage": false,
                          "startCursor": "MA==",
                          "endCursor": "MA=="
                        },
                        "total": 41
                      },
                      "alternateVersions": {
                        "__typename": "AlternateVersionConnection",
                        "edges": [],
                        "total": 0,
                        "pageInfo": {
                          "__typename": "PageInfo",
                          "hasNextPage": false,
                          "hasPreviousPage": false,
                          "startCursor": null,
                          "endCursor": null
                        }
                      },
                      "countriesOfOrigin": {
                        "countries": [
                          {
                            "__typename": "CountryOfOrigin",
                            "id": "AU",
                            "text": "Australia"
                          },
                          {
                            "__typename": "CountryOfOrigin",
                            "id": "US",
                            "text": "United States"
                          }
                        ]
                      },
                      "filmingLocations": {
                        "__typename": "FilmingLocationConnection",
                        "pageInfo": {
                          "__typename": "PageInfo",
                          "hasNextPage": true,
                          "hasPreviousPage": false,
                          "startCursor": "bGMyMTYzOTQy",
                          "endCursor": "bGMyMTYzOTQy"
                        },
                        "total": 7,
                        "edges": [
                          {
                            "node": {
                              "id": "lc2163942",
                              "displayableProperty": {
                                "__typename": "DisplayableTitleFilmingLocationProperty",
                                "value": {
                                  "id": "Broken Hill, New South Wales, Australia",
                                  "plainText": "Broken Hill, New South Wales, Australia"
                                }
                              },
                              "attributes": [],
                              "interestScore": {
                                "__typename": "InterestScore",
                                "usersInterested": 22,
                                "usersVoted": 22
                              }
                            }
                          }
                        ]
                      },
                      "officialLinks": {
                        "edges": [
                          {
                            "node": {
                              "__typename": "ExternalLink",
                              "url": "https://www.furiosaamadmaxsaga.com/",
                              "label": "Official Site",
                              "externalLinkRegion": null
                            }
                          }
                        ]
                      },
                      "spokenLanguages": {
                        "spokenLanguages": [
                          {
                            "__typename": "SpokenLanguage",
                            "id": "en",
                            "text": "English",
                            "displayableProperty": {
                              "__typename": "DisplayableTitleSpokenLanguageProperty",
                              "value": {
                                "id": "English",
                                "plainText": "English"
                              }
                            }
                          },
                          {
                            "__typename": "SpokenLanguage",
                            "id": "ro",
                            "text": "Romanian",
                            "displayableProperty": {
                              "__typename": "DisplayableTitleSpokenLanguageProperty",
                              "value": {
                                "id": "Romanian",
                                "plainText": "Romanian"
                              }
                            }
                          },
                          {
                            "__typename": "SpokenLanguage",
                            "id": "it",
                            "text": "Italian",
                            "displayableProperty": {
                              "__typename": "DisplayableTitleSpokenLanguageProperty",
                              "value": {
                                "id": "Italian",
                                "plainText": "Italian"
                              }
                            }
                          }
                        ]
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-order": 34002100
      }
    }
  },
  "components": {}
}