# CinePro Docs > CinePro is a powerful is an open-source movie and TV show scraper API designed to provide links to media content available on the internet. It is built with a focus on performance, reliability, and ease of use, making it an ideal choice for developers looking to integrate media content such as movies and tv shows into their applications. ## Docs - [CineHome: Remote media downloads for your home server](https://docs.cinepro.cc/cinehome/coming-soon.md): Use CineHome to automatically download movies and TV shows to any device running the CineHome Backend — like a NAS, home server, or media PC. - [Movies](https://docs.cinepro.cc/core/api-reference/content/get-streaming-sources-for-a-movie.md): Retrieve all available streaming sources and subtitles for a movie by TMDB ID. - [TV Shows](https://docs.cinepro.cc/core/api-reference/content/get-streaming-sources-for-a-tv-episode.md): Retrieve all available streaming sources and subtitles for a TV episode by TMDB series ID, season number, and episode number. - [API Version](https://docs.cinepro.cc/core/api-reference/health/api-version-endpoint.md): Returns version information and available endpoints. - [Health Status](https://docs.cinepro.cc/core/api-reference/health/health-status-endpoint.md): Returns health status of the backend. - [Home](https://docs.cinepro.cc/core/api-reference/health/home-endpoint.md): Returns basic information about the backend and available endpoints. - [CinePro Core API reference and OMSS overview](https://docs.cinepro.cc/core/api-reference/introduction.md): Reference for the OMSS-compliant HTTP API exposed by CinePro Core, auto-generated from the OpenAPI spec and covering every endpoint on your instance. - [Proxy](https://docs.cinepro.cc/core/api-reference/proxy/proxy-upstream-provider-requests.md): Forwards requests to upstream streaming providers while handling headers and authentication. - [Refresh Response](https://docs.cinepro.cc/core/api-reference/refresh/refresh-cached-sources.md): Invalidates the cache for a specific source by responseId. This is useful when sources have expired or changed. - [Environment variables](https://docs.cinepro.cc/core/configuration/environment.md): Configure CinePro Core through a .env file with environment variables for the TMDB API key, ports, public URL, caching, and provider settings. - [Streaming providers in CinePro Core](https://docs.cinepro.cc/core/configuration/providers.md): Learn how CinePro Core's modular provider system works and how to build a TypeScript provider class on top of the @omss/framework BaseProvider interface. - [Development Status](https://docs.cinepro.cc/core/general-information/development.md): See the current development status, project focus, contribution opportunities, and the public roadmap for the CinePro Core streaming backend. - [License & Terms](https://docs.cinepro.cc/core/general-information/license.md): Review the CinePro Core license, usage terms, legal disclaimer, and developer liability under the PolyForm Noncommercial License for personal use only. - [CinePro Core changelog and release notes](https://docs.cinepro.cc/core/versions.md): Read the full CinePro Core changelog with release notes, new features, bug fixes, and breaking changes for every version of the streaming backend. - [The CinePro ecosystem: Core, UI, and CineHome](https://docs.cinepro.cc/ecosystem/overview.md): Explore the CinePro ecosystem — an open-source suite combining the Core scraping backend, a React UI, and CineHome for downloading movies and TV shows. - [Introduction to CinePro Frontend](https://docs.cinepro.cc/frontend/introduction.md): Browse and watch movies and TV shows with CinePro Frontend, the React-based reference web UI and HLS video player built on top of CinePro Core. - [Introduction to CinePro Core](https://docs.cinepro.cc/introduction.md): Learn how CinePro Core, an OMSS-compliant TypeScript streaming backend, aggregates third-party providers into a single unified API for movies and TV. - [Quickstart: Run CinePro Core locally](https://docs.cinepro.cc/quickstart.md): Get a CinePro Core streaming backend running on your machine in 5-10 minutes using Docker or a local Node.js setup with your TMDB API key. ## OpenAPI Specs - [omss-v1.0](https://raw.githubusercontent.com/omss-spec/omss-spec/refs/heads/main/spec/v1.0/omss-v1.0.yml) ## Optional - [GitHub](https://github.com/cinepro-org) - [Community](https://github.com/orgs/cinepro-org/discussions)