-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapi_configuration.json
66 lines (66 loc) · 1.38 KB
/
api_configuration.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
{
"images": {
"poster_sizes": ["w92", "w154", "w185", "w342", "w500", "w780", "original"],
"profile_sizes": ["w45", "w185", "h632", "original"],
"backdrop_sizes": ["w300", "w780", "w1280", "original"],
"logo_sizes": ["w45", "w92", "w154", "w185", "w300", "w500", "original"],
"still_sizes": ["w92", "w185", "w300", "original"],
"base_url": "http://image.tmdb.org/t/p/",
"secure_base_url": "https://image.tmdb.org/t/p/"
},
"change_keys": [
"adult",
"air_date",
"also_known_as",
"alternative_titles",
"biography",
"birthday",
"budget",
"cast",
"certifications",
"character_names",
"created_by",
"crew",
"deathday",
"episode",
"episode_number",
"episode_run_time",
"freebase_id",
"freebase_mid",
"general",
"genres",
"guest_stars",
"homepage",
"images",
"imdb_id",
"languages",
"name",
"network",
"origin_country",
"original_name",
"original_title",
"overview",
"parts",
"place_of_birth",
"plot_keywords",
"production_code",
"production_companies",
"production_countries",
"releases",
"revenue",
"runtime",
"season",
"season_number",
"season_regular",
"spoken_languages",
"status",
"tagline",
"title",
"translations",
"tvdb_id",
"tvrage_id",
"type",
"video",
"videos"
]
}