Advertisement
kklevi

és az undorító json hozzá

Nov 11th, 2024
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.86 KB | None | 0 0
  1. {
  2.   "data": [
  3.     {
  4.       "id": 1,
  5.       "attributes": {
  6.         "title": "A Gyűrűk Ura: A gyűrű szövetsége",
  7.         "releaseDate": "2002-01-10",
  8.         "description": null,
  9.         "createdAt": "2024-10-29T10:18:37.377Z",
  10.         "updatedAt": "2024-10-29T10:18:48.518Z",
  11.         "publishedAt": "2024-10-29T10:18:48.515Z",
  12.         "director": {
  13.           "data": {
  14.             "id": 1,
  15.             "attributes": {
  16.               "name": "Peter Jackson",
  17.               "birthdate": "1961-10-31",
  18.               "createdAt": "2024-10-29T10:17:30.061Z",
  19.               "updatedAt": "2024-10-29T10:17:38.198Z",
  20.               "publishedAt": "2024-10-29T10:17:38.195Z"
  21.             }
  22.           }
  23.         }
  24.       }
  25.     }
  26.   ],
  27.   "meta": {
  28.     "pagination": {
  29.       "page": 1,
  30.       "pageSize": 25,
  31.       "pageCount": 1,
  32.       "total": 1
  33.     }
  34.   }
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement