You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with_runtime.gte (Optional[int]): Filter and only include movies that have a runtime that is greater or equal to a value.
822
820
with_runtime.lte (Optional[int]): Filter and only include movies that have a runtime that is less than or equal to a value.
823
821
with_original_language (Optional[str]): Specify an ISO 639-1 string to filter results by their original language value.
822
+
with_title_translation (Optional[str]): Specify a Primary Translation string to filter results by their title translation value.
823
+
with_overview_translation (Optional[str]): Specify a Primary Translation string to filter results by their overview translation value.
824
824
with_watch_providers (Optional[str]): A comma or pipe separated list of watch provider ID's. Combine this filter with ``watch_region`` in order to filter your results by a specific watch provider in a specific region.
825
825
watch_region (Optional[str]): An ISO 3166-1 code. Combine this filter with ``with_watch_providers`` in order to filter your results by a specific watch provider in a specific region.
826
826
with_watch_monetization_types (Optional[str]): In combination with ``watch_region``, you can filter by monetization type. Allowed Values: ``flatrate``, ``free``, ``ads``, ``rent``, ``buy``
screened_theatrically (Optional[bool]): Filter results to include items that have been screened theatrically.
870
870
with_companies (Optional[str]): A comma separated list of production company ID's. Only include movies that have one of the ID's added as a production company.
871
871
with_keywords (Optional[str]): A comma separated list of keyword ID's. Only includes TV shows that have one of the ID's added as a keyword.
872
+
with_name_translation (Optional[str]): Specify a Primary Translation string to filter results by their name translation value.
873
+
with_overview_translation (Optional[str]): Specify a Primary Translation string to filter results by their overview translation value.
872
874
with_watch_providers (Optional[str]): A comma or pipe separated list of watch provider ID's. Combine this filter with ``watch_region`` in order to filter your results by a specific watch provider in a specific region.
873
875
watch_region (Optional[str]): An ISO 3166-1 code. Combine this filter with ``with_watch_providers`` in order to filter your results by a specific watch provider in a specific region.
874
876
with_watch_monetization_types (Optional[str]): In combination with ``watch_region``, you can filter by monetization type. Allowed Values: ``flatrate``, ``free``, ``ads``, ``rent``, ``buy``
items (List[Dict[str, Union[str, int]]]): List of items to add. Each item is a dictionary with the format {"media_type": str, "media_id": int}. ``media_type`` can either be ``movie`` or ``tv``.
items (List[Dict[str, Union[str, int]]]): List of items to update. Each item is a dictionary with the format {"media_type": str, "media_id": int, "comment": str}. ``media_type`` can either be ``movie`` or ``tv``.
items (List[Dict[str, Union[str, int]]]): List of items to remove. Each item is a dictionary with the format {"media_type": str, "media_id": int}. ``media_type`` can either be ``movie`` or ``tv``.
0 commit comments