{
  "profile": "data-package",
  "name": "movie-rewind",
  "title": "MOVIE REWIND film catalogue",
  "description": "Metadata for 60505 freely watchable films, 84291 hours, indexed from the Internet Archive, YouTube and Dailymotion. Every entry has been checked to be playable and embeddable, checked for feature length, and where a recorded runtime exists, checked against it for completeness. Credits and synopses come from Wikidata and Wikipedia; nothing is generated.",
  "homepage": "https://movierewind.tv",
  "version": "2026-08-24",
  "created": "2026-08-24T15:44:22.319Z",
  "licenses": [
    {
      "name": "CC0-1.0",
      "title": "Creative Commons Zero v1.0 Universal",
      "path": "https://creativecommons.org/publicdomain/zero/1.0/"
    }
  ],
  "keywords": [
    "film",
    "cinema",
    "public domain",
    "archive",
    "silent film",
    "film noir",
    "classic film",
    "open data"
  ],
  "resources": [
    {
      "name": "films",
      "path": "films.json",
      "format": "json",
      "mediatype": "application/json",
      "title": "All films",
      "description": "Every playable film with its full metadata.",
      "schema": {
        "fields": [
          {
            "name": "id",
            "type": "string",
            "description": "Stable identifier. Bare YouTube id, or ia: / dm: prefixed for other hosts."
          },
          {
            "name": "title",
            "type": "string",
            "description": "Film title, normalised from the upload title and corrected against Wikipedia where matched."
          },
          {
            "name": "upload_title",
            "type": "string",
            "description": "The raw title as posted, when it differs."
          },
          {
            "name": "year",
            "type": "integer",
            "description": "Release year."
          },
          {
            "name": "runtime_seconds",
            "type": "integer",
            "description": "Runtime of this print."
          },
          {
            "name": "recorded_runtime_minutes",
            "type": "integer",
            "description": "Runtime Wikidata records for the film, for comparison with this print."
          },
          {
            "name": "channels",
            "type": "array",
            "description": "Editorial channels, by era and by genre."
          },
          {
            "name": "director",
            "type": "string"
          },
          {
            "name": "cast",
            "type": "array",
            "description": "Top-billed cast, from Wikidata."
          },
          {
            "name": "languages",
            "type": "array",
            "description": "Original language of the work."
          },
          {
            "name": "english_subtitles",
            "type": "string",
            "description": "burned when the print carries them, track when the host serves an English track."
          },
          {
            "name": "synopsis",
            "type": "string"
          },
          {
            "name": "synopsis_source",
            "type": "string",
            "description": "Where the synopsis came from. Always attributed, never generated."
          },
          {
            "name": "wikidata",
            "type": "string",
            "description": "Wikidata entity id."
          },
          {
            "name": "host",
            "type": "string",
            "description": "youtube, archive or dailymotion."
          },
          {
            "name": "watch_url",
            "type": "string",
            "description": "Plays it on this site."
          },
          {
            "name": "source_url",
            "type": "string",
            "description": "The film on its host platform."
          },
          {
            "name": "embed_url",
            "type": "string"
          },
          {
            "name": "rights_basis",
            "type": "string",
            "description": "pd-license, pd-age or trusted-collection where the public domain status is evidenced."
          },
          {
            "name": "print_note",
            "type": "string",
            "description": "Present when this print disagrees with the recorded runtime."
          },
          {
            "name": "last_verified",
            "type": "date",
            "description": "When playability was last confirmed."
          }
        ]
      }
    },
    {
      "name": "films-ndjson",
      "path": "films.ndjson",
      "format": "ndjson",
      "mediatype": "application/x-ndjson",
      "title": "All films, one per line",
      "description": "Same records, streamable."
    },
    {
      "name": "channels",
      "path": "channels.json",
      "format": "json",
      "mediatype": "application/json",
      "title": "Channel definitions and counts"
    }
  ],
  "stats": {
    "films": 60505,
    "hours": 84291,
    "with_year": 58864,
    "with_director": 17624,
    "with_cast": 14710,
    "with_synopsis": 22772,
    "with_wikidata": 19313,
    "public_domain": 5323
  }
}