movies
1 row where genre = "Action, Crime, Drama " and year = 2008
This data as json, CSV (advanced)
Suggested facets: viewingDate (date), createdAt (date), updatedAt (date)
id ▼ | title | description | review | language | year | genre | viewingDate | loved | imdbRating | imdbId | createdAt | updatedAt |
---|---|---|---|---|---|---|---|---|---|---|---|---|
83 | The Dark Knight | When the menace known as the Joker wreaks havoc and chaos on the people of Gotham, Batman must accept one of the greatest psychological and physical tests of his ability to fight injustice. | English | 2008 | Action, Crime, Drama | 2010-10-06T01:00:00.000Z | 1 | 9.0 | tt0468569 | 2021-12-12T05:45:19.393Z | 2021-12-12T05:45:19.393Z |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [movies] ( [id] INTEGER PRIMARY KEY, [title] TEXT, [description] TEXT, [review] TEXT, [language] TEXT, [year] INTEGER, [genre] TEXT, [viewingDate] TEXT, [loved] INTEGER, [imdbRating] TEXT, [imdbId] TEXT, [createdAt] TEXT, [updatedAt] TEXT );