ashish.me
Home Blog Notes About Contact
More
Movies TV Shows Books
Courses

movies

Table actions
  • GraphQL API for movies

1 row where language = "English", loved = 1 and year = 1991

✎ View and edit SQL

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
76 The Silence of the Lambs A young F.B.I. cadet must receive the help of an incarcerated and manipulative cannibal killer to help catch another serial killer, a madman who skins his victims.   English 1991 Crime, Drama, Thriller 2011-05-08T01:00:00.000Z 1 8.6 tt0102926 2021-12-12T05:45:19.393Z 2021-12-12T05:45:19.393Z

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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
);