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" and year = 1968

✎ 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
53 Once Upon a Time in the West A mysterious stranger with a harmonica joins forces with a notorious desperado to protect a beautiful widow from a ruthless assassin working for the railroad.   English 1968 Western 2015-02-27T00:00:00.000Z 1 8.5 tt0064116 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
);