Welcome to World of IPTV

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

Forum Rules

Our Rules: Read to avoid getting banned!

Advertising

Introduce Yourself to the World with Us!

Resource Database

Find the newest resources around IPTV!

Account upgrade

Upgrade your account to unlock more benefits!

Tutorial How to get TMDB API-KEY

redhat

Administrator
Staff member
Administrator
Joined
Jun 19, 2019
Messages
3,467
Reaction score
17,063
Points
134
Location
root[@]woi
Here’s how you can get a TMDB (The Movie Database) API key step by step 👇



🎬 What is TMDB?​


The Movie Database (TMDB) provides a free API to access movies, TV shows, posters, metadata, ratings, and more. It’s widely used in media players, IPTV panels, and apps.




🧾 Step-by-Step: Get a TMDB API Key​


1️⃣ Create a TMDB Account​


Go to:
👉 https://www.themoviedb.org/signup
  • Sign up with email, Google, or GitHub
  • Verify your email address



2️⃣ Log in to Your Account​


After verification, log in at:
👉 https://www.themoviedb.org/login




3️⃣ Open API Settings​


Once logged in, visit:
👉 https://www.themoviedb.org/settings/api

Or:
  • Click your profile picture (top right)
  • Select Settings
  • Open API from the left menu



4️⃣ Request an API Key​


  • Click “Create” or “Request an API Key”
  • Choose Developer (for personal projects, websites, IPTV panels, apps)



5️⃣ Fill the Application Form​


TMDB will ask for:
  • Application name (e.g. My IPTV Panel)
  • Application URL (can be http://localhost or your domain)
  • Application summary (short description)
  • Accept the terms

Submit the form ✅




6️⃣ Copy Your API Key​


After approval (usually instant), you’ll see:
  • API Key (v3 auth) ← this is what most apps use
  • API Read Access Token (v4) (optional, more advanced)

Example:
TMDB_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxx




🧪 Test Your API Key​


Try it in your browser or terminal:
Bash:
curl "https://api.themoviedb.org/3/movie/550?api_key=YOUR_API_KEY"

If it returns JSON movie data → ✅ working




⚠️ Important Notes​

  • TMDB API is free
  • Respect rate limits
  • Do NOT expose your key publicly in frontend JS
  • For websites, use a backend proxy if possible
 
Last edited:
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top