Advertisement
Guest User

gets

a guest
Nov 11th, 2023
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.83 KB | None | 0 0
  1. [
  2.     {
  3.         "backdrop_path": ["https://example.com/backdrop1.jpg"],
  4.         "cast": "Example Cast 1",
  5.         "category_id": "52",
  6.         "cover": "https://example.com/cover1.jpg",
  7.         "director": "Example Director 1",
  8.         "episode_run_time": "60",
  9.         "genre": "Crime, Mystery, Sci-Fi & Fantasy",
  10.         "last_modified": "1615172719",
  11.         "name": "Example Series 1",
  12.         "num": 1,
  13.         "plot": "Example plot description for Series 1.",
  14.         "rating": "8",
  15.         "rating_5based": 4,
  16.         "releaseDate": "2018-02-02",
  17.         "series_id": 4,
  18.         "youtube_trailer": "example1"
  19.     },
  20.     {
  21.         "backdrop_path": ["https://example.com/backdrop2.jpg"],
  22.         "cast": "Example Cast 2",
  23.         "category_id": "50",
  24.         "cover": "https://example.com/cover2.jpg",
  25.         "director": "Example Director 2",
  26.         "episode_run_time": "11",
  27.         "genre": "Comedy",
  28.         "last_modified": "1603679951",
  29.         "name": "Example Series 2",
  30.         "num": 2,
  31.         "plot": "Example plot description for Series 2.",
  32.         "rating": "7",
  33.         "rating_5based": 3.5,
  34.         "releaseDate": "2013-04-18",
  35.         "series_id": 5,
  36.         "youtube_trailer": "example2"
  37.     },
  38.     {
  39.         "backdrop_path": ["https://example.com/backdrop3.jpg"],
  40.         "cast": "Example Cast 3",
  41.         "category_id": "51",
  42.         "cover": "https://example.com/cover3.jpg",
  43.         "director": "Example Director 3",
  44.         "episode_run_time": "30",
  45.         "genre": "Drama, Family",
  46.         "last_modified": "1626662229",
  47.         "name": "Example Series 3",
  48.         "num": 3,
  49.         "plot": "Example plot description for Series 3.",
  50.         "rating": "8",
  51.         "rating_5based": 4,
  52.         "releaseDate": "2016-03-18",
  53.         "series_id": 7,
  54.         "youtube_trailer": "example3"
  55.     }
  56. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement