{
  "openapi": "3.0.0",
  "info": {
    "title": "IMDb Streaming Picks API (V1)",
    "version": "1.0.0",
    "description": "Get IMDb streaming Picks data, including curated titles available across streaming surfaces, for content discovery and watchlist research."
  },
  "paths": {
    "/api/imdb/streaming-picks-query/v1": {
      "get": {
        "tags": [
          "IMDb"
        ],
        "summary": "Streaming Picks",
        "description": "Get IMDb streaming Picks data, including curated titles available across streaming surfaces, for content discovery and watchlist research.",
        "operationId": "streamingPicksQuery",
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "description": "User's authentication token.",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "languageCountry",
            "in": "query",
            "description": "Language and country preferences.\n\nAvailable Values:\n- `en_US`: English (US)\n- `fr_CA`: French (Canada)\n- `fr_FR`: French (France)\n- `de_DE`: German (Germany)\n- `hi_IN`: Hindi (India)\n- `it_IT`: Italian (Italy)\n- `pt_BR`: Portuguese (Brazil)\n- `es_ES`: Spanish (Spain)\n- `es_US`: Spanish (US)\n- `es_MX`: Spanish (Mexico)",
            "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": "default response",
            "content": {
              "application/json": {
                "example": {
                  "code": 0,
                  "data": {
                    "streamingTitles": [
                      {
                        "titles": {
                          "edges": [
                            {
                              "node": {
                                "title": {
                                  "id": "tt8599532"
                                }
                              }
                            },
                            {
                              "node": {
                                "title": {
                                  "id": "tt14181714"
                                }
                              }
                            },
                            {
                              "node": {
                                "title": {
                                  "id": "tt30412869"
                                }
                              }
                            },
                            {
                              "node": {
                                "title": {
                                  "id": "tt1190634"
                                }
                              }
                            },
                            {
                              "node": {
                                "title": {
                                  "id": "tt12637874"
                                }
                              }
                            },
                            {
                              "node": {
                                "title": {
                                  "id": "tt11794812"
                                }
                              }
                            },
                            {
                              "node": {
                                "title": {
                                  "id": "tt9288030"
                                }
                              }
                            },
                            {
                              "node": {
                                "title": {
                                  "id": "tt6741278"
                                }
                              }
                            },
                            {
                              "node": {
                                "title": {
                                  "id": "tt33046197"
                                }
                              }
                            },
                            {
                              "node": {
                                "title": {
                                  "id": "tt31852278"
                                }
                              }
                            },
                            {
                              "node": {
                                "title": {
                                  "id": "tt32499731"
                                }
                              }
                            },
                            {
                              "node": {
                                "title": {
                                  "id": "tt3230854"
                                }
                              }
                            },
                            {
                              "node": {
                                "title": {
                                  "id": "tt17351924"
                                }
                              }
                            },
                            {
                              "node": {
                                "title": {
                                  "id": "tt1740299"
                                }
                              }
                            },
                            {
                              "node": {
                                "title": {
                                  "id": "tt7631058"
                                }
                              }
                            },
                            {
                              "node": {
                                "title": {
                                  "id": "tt35291758"
                                }
                              }
                            },
                            {
                              "node": {
                                "title": {
                                  "id": "tt36331860"
                                }
                              }
                            },
                            {
                              "node": {
                                "title": {
                                  "id": "tt26931594"
                                }
                              }
                            },
                            {
                              "node": {
                                "title": {
                                  "id": "tt13159924"
                                }
                              }
                            },
                            {
                              "node": {
                                "title": {
                                  "id": "tt9777666"
                                }
                              }
                            },
                            {
                              "node": {
                                "title": {
                                  "id": "tt7462410"
                                }
                              }
                            },
                            {
                              "node": {
                                "title": {
                                  "id": "tt30955673"
                                }
                              }
                            },
                            {
                              "node": {
                                "title": {
                                  "id": "tt14016500"
                                }
                              }
                            },
                            {
                              "node": {
                                "title": {
                                  "id": "tt15464188"
                                }
                              }
                            },
                            {
                              "node": {
                                "title": {
                                  "id": "tt5057054"
                                }
                              }
                            }
                          ]
                        }
                      }
                    ]
                  }
                }
              }
            }
          }
        },
        "x-order": 34002500
      }
    }
  },
  "components": {}
}