fav_film_companies
Data license: All Rights Reserved · Data source: krisyotam.com · About: Kris Yotam
12 rows
This data as json, CSV (advanced)
| id ▼ | name | image | description | sort_order |
|---|---|---|---|---|
| 1 | A24 | /placeholder.svg?height=150&width=150 | Independent entertainment company known for Moonlight, Everything Everywhere All at Once | 1 |
| 2 | Studio Ghibli | /placeholder.svg?height=150&width=150 | Japanese animation studio known for Spirited Away, My Neighbor Totoro | 2 |
| 3 | Pixar | /placeholder.svg?height=150&width=150 | Animation studio known for Toy Story, Up, and Inside Out | 3 |
| 4 | Neon | /placeholder.svg?height=150&width=150 | American film production and distribution company known for Parasite, Portrait of a Lady on Fire | 4 |
| 5 | Blumhouse | /placeholder.svg?height=150&width=150 | Production company known for Get Out, The Invisible Man, and The Purge | 5 |
| 6 | Warner Bros. | /placeholder.svg?height=150&width=150 | Major film studio known for Harry Potter, The Dark Knight, and The Matrix | 6 |
| 7 | Universal Pictures | /placeholder.svg?height=150&width=150 | Major film studio known for Jurassic Park, Fast & Furious, and E.T. | 7 |
| 8 | Annapurna Pictures | /placeholder.svg?height=150&width=150 | Production company known for Her, Zero Dark Thirty, and Phantom Thread | 8 |
| 9 | Focus Features | /placeholder.svg?height=150&width=150 | Specialty film company known for Lost in Translation, Eternal Sunshine of the Spotless Mind | 9 |
| 10 | Lionsgate | /placeholder.svg?height=150&width=150 | Entertainment company known for The Hunger Games, John Wick, and La La Land | 10 |
| 11 | Miramax | /placeholder.svg?height=150&width=150 | Film and television studio known for Pulp Fiction, Good Will Hunting, and Chicago | 11 |
| 12 | Laika | /placeholder.svg?height=150&width=150 | Stop-motion animation studio known for Coraline, ParaNorman, and Kubo and the Two Strings | 12 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE fav_film_companies (
id INTEGER PRIMARY KEY,
name TEXT NOT NULL,
image TEXT,
description TEXT
, sort_order INTEGER DEFAULT 999);