Skip to content

Quick Start

  1. Get an API key at community.popcorntime.app/api-keys

  2. Search for a movie

    Terminal window
    curl -H "Authorization: Bearer YOUR_KEY" \
    "https://api.popcorntime.app/v1/search?q=breaking+bad&country=US"
  3. Get streaming links for a title

    Use the id from the search results:

    Terminal window
    curl -H "Authorization: Bearer YOUR_KEY" \
    "https://api.popcorntime.app/v1/media/jR9Lk5mP/links?country=US"
  4. Explore the full API

    Check out the API Reference for all available endpoints.

EndpointDescription
GET /v1/searchSearch movies and TV shows
GET /v1/rankingsTop ranked media by country
GET /v1/trendingWhat’s trending right now
GET /v1/media/{id}Full media details
GET /v1/media/{id}/linksStreaming availability
GET /v1/providersAvailable streaming providers
GET /v1/snapshotsOpen source data releases