
Supported Streaming Services
What is it?
Ever needed to determine whether a piece of content is a streaming platform original for your app? You've come to the right place.
The OriginalFlix API allows developers to access a database of all originally produced or exclusive content for streaming platforms like Netflix, Hulu, and Amazon Prime Video. You can use this API to access and retrieve a robust catalog of original movies and shows categorized by streaming services, genres, and more.
Features
- Advanced Filtering: Easy filtering and searching capabilities across multiple columns of the database.
- No Authentication Required: Free and accessible via GET requests for all users
- Unlimited Calls: There is no ceiling on the amount of calls that can be made
How does it work?
- Backend: The database is compiled by scraping relevant Wikipedia articles using BeautifulSoup4 for details on originally produced or exclusively distributed content by streaming services. FastAPI is used to create the endpoints to ensure deployment efficiency.
- Database: SQLAlchemy is used with PostgreSQL for seamlesss data management.
- Deployment: The data is cleaned and stored in an Azure flexible PostgreSQL server. This React webpage is deployed using Vercel, and the API endpoints are deployed using Heroku to ensure scalability and reliability.
The database will be updated periodically, and code will be updated to include newly made Wikipedia pages, such as the yearly cataogs of Netflix original movies. All updates can be found in the Changelog.
A huge thanks to Lineate Designs for helping bring this website to life.
Built with OriginalFlix
The Custom Tudum Chrome extension integrates the OriginalFlix API to allow users to replace the Tudum sound that plays at the beginning of all Netflix Originals.
Changelog
Mar 4, 2025
- The datebase has been updated; Netflix Original movies from 2020 - 2022 have been added. 2023 data and Zee5's original movie library still missing.
Mar 1, 2025
- Switched backend from Heroku to Render (free tier), causing a large delay in getting the API callback after periods of inactivity.
Jan 13, 2025
- Future updates will try to patch the columns of the database without valid values by implementing scraping code specific to each Wikipedia page format.
- The datebase has been refreshed with an added source_id column fo tracking information validity from the source.
- Improved the API endpoint responses to include more information.
Jan 8, 2025
- Due to backend errors, data for Netflix Original movies from 2020-2023 and all of Zee5's original movie catalog is not included as of now.
- OriginalFlix API v1 deployed.