Advertisement
filebot

api.themoviedb.org/3/configuration

Dec 7th, 2022
798
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.86 KB | None | 0 0
  1. {
  2.    "images":{
  3.       "base_url":"http://image.tmdb.org/t/p/",
  4.       "secure_base_url":"https://image.tmdb.org/t/p/",
  5.       "backdrop_sizes":[
  6.          "w300",
  7.          "w780",
  8.          "w1280",
  9.          "original"
  10.       ],
  11.       "logo_sizes":[
  12.          "w45",
  13.          "w92",
  14.          "w154",
  15.          "w185",
  16.          "w300",
  17.          "w500",
  18.          "original"
  19.       ],
  20.       "poster_sizes":[
  21.          "w92",
  22.          "w154",
  23.          "w185",
  24.          "w342",
  25.          "w500",
  26.          "w780",
  27.          "original"
  28.       ],
  29.       "profile_sizes":[
  30.          "w45",
  31.          "w185",
  32.          "h632",
  33.          "original"
  34.       ],
  35.       "still_sizes":[
  36.          "w92",
  37.          "w185",
  38.          "w300",
  39.          "original"
  40.       ]
  41.    },
  42.    "change_keys":[
  43.       "adult",
  44.       "air_date",
  45.       "also_known_as",
  46.       "alternative_titles",
  47.       "biography",
  48.       "birthday",
  49.       "budget",
  50.       "cast",
  51.       "certifications",
  52.       "character_names",
  53.       "created_by",
  54.       "crew",
  55.       "deathday",
  56.       "episode",
  57.       "episode_number",
  58.       "episode_run_time",
  59.       "freebase_id",
  60.       "freebase_mid",
  61.       "general",
  62.       "genres",
  63.       "guest_stars",
  64.       "homepage",
  65.       "images",
  66.       "imdb_id",
  67.       "languages",
  68.       "name",
  69.       "network",
  70.       "origin_country",
  71.       "original_name",
  72.       "original_title",
  73.       "overview",
  74.       "parts",
  75.       "place_of_birth",
  76.       "plot_keywords",
  77.       "production_code",
  78.       "production_companies",
  79.       "production_countries",
  80.       "releases",
  81.       "revenue",
  82.       "runtime",
  83.       "season",
  84.       "season_number",
  85.       "season_regular",
  86.       "spoken_languages",
  87.       "status",
  88.       "tagline",
  89.       "title",
  90.       "translations",
  91.       "tvdb_id",
  92.       "tvrage_id",
  93.       "type",
  94.       "video",
  95.       "videos"
  96.    ]
  97. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement