Public dataset
Movi47 Catalog — Free Streaming Metadata
A daily-refreshed JSON snapshot of the top 1,000 trending titles on Movi47. Includes TMDB/IMDb IDs, genres, ratings, available audio dubs, country, cast, and synopsis. Free under CC-BY-SA-4.0 for research, sample apps, AI fine-tunes, and editorial use.
Endpoint
GET https://movi47.site/api/data/catalog Cache-Control: public, s-maxage=86400, stale-while-revalidate=604800 Content-Type: application/json
Schema
Each record looks like:
{
"slug": "breaking-bad-mb-357800",
"title": "Breaking Bad",
"year": "2008",
"type": "SERIES",
"imdb_rating": "9.5",
"genre": "Drama, Crime, Thriller",
"country": "USA",
"director": "Vince Gilligan",
"lead_cast": "Bryan Cranston, Aaron Paul",
"audio_langs": "English, Hindi",
"total_seasons": 5,
"total_episodes": 62,
"tmdb_id": 1396,
"imdb_id": "tt0903747",
"synopsis": "A high school chemistry teacher diagnosed with cancer ...",
"url": "https://movi47.site/content/breaking-bad-mb-357800"
}Curl example
curl -s https://movi47.site/api/data/catalog | jq '.records[0]'
License: CC-BY-SA-4.0
Use it however you like — research, sample apps, fine-tunes, blog posts. Just credit "Movi47 (https://movi47.site)" and share derivative datasets under the same license. Read the full CC-BY-SA-4.0 terms.
Want more?
Need full catalog access (87,000+ titles), per-episode data, or daily diffs? Get in touch.
Curated by Movi47 Editorial Team