-
Notifications
You must be signed in to change notification settings - Fork 0
/
tmdb_oas.json
118 lines (98 loc) · 2.06 KB
/
tmdb_oas.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
Also note that a number of filters support being comma (,) or pipe (|) separated. Comma's are treated like an AND query while pipe's are treated like an OR. This allows for quite complex filtering depending on your desired results.
QUERY PARAMS
certification
string
use in conjunction with region
certification.gte
string
use in conjunction with region
certification.lte
string
use in conjunction with region
certification_country
string
use in conjunction with the certification, certification.gte and certification.lte filters
include_adult
boolean
false
include_video
boolean
false
language
string
en-US
page
int32
1
primary_release_year
int32
primary_release_date.gte
date
primary_release_date.lte
date
region
string
release_date.gte
date
release_date.lte
date
sort_by
string
Default: popularity.desc
popularity.desc
vote_average.gte
float
vote_average.lte
float
vote_count.gte
float
vote_count.lte
float
watch_region
string
use in conjunction with with_watch_monetization_types or with_watch_providers
with_cast
string
can be a comma (AND) or pipe (OR) separated query
with_companies
string
can be a comma (AND) or pipe (OR) separated query
with_crew
string
can be a comma (AND) or pipe (OR) separated query
with_genres
string
can be a comma (AND) or pipe (OR) separated query
with_keywords
string
can be a comma (AND) or pipe (OR) separated query
with_origin_country
string
with_original_language
string
with_people
string
can be a comma (AND) or pipe (OR) separated query
with_release_type
int32
possible values are: [1, 2, 3, 4, 5, 6] can be a comma (AND) or pipe (OR) separated query, can be used in conjunction with region
with_runtime.gte
int32
with_runtime.lte
int32
with_watch_monetization_types
string
possible values are: [flatrate, free, ads, rent, buy] use in conjunction with watch_region, can be a comma (AND) or pipe (OR) separated query
with_watch_providers
string
use in conjunction with watch_region, can be a comma (AND) or pipe (OR) separated query
without_companies
string
without_genres
string
without_keywords
string
without_watch_providers
string
year
int32