StreamHub
TMDB-backed streaming aggregator with 7 providers. Pass a TMDB movie ID → get direct stream links with quality, size, and format info.
How it works: Find a movie's TMDB ID → pass it to any provider endpoint → get streaming URLs back.
All Providers (Aggregated)
Query all 7 providers at once. Slowest but most comprehensive — combines results from every active provider.
GET /v1/streamhub/streams?api_key=YOUR_KEY&tmdb_id=155
Response Schema
{
"success": true,
"tmdbId": 155,
"imdbId": "tt0468569",
"count": 16,
"streams": [{
"name": "Provider Name",
"title": "2160p | English | 7.7 GB | MKV | Source",
"url": "https://..."
}]
}
| Parameter | Type | Required |
|---|---|---|
| tmdb_id | number | Yes |
DahmerMovies
Core provider — highest volume with rich quality labels.
GET /v1/streamhub/dahmermovies?api_key=YOUR_KEY&tmdb_id=155
| Parameter | Type | Required |
|---|---|---|
| tmdb_id | number | Yes |
VideoEasy
High volume provider — 6 streams per movie, multi-quality tiers.
GET /v1/streamhub/videasy?api_key=YOUR_KEY&tmdb_id=155
| Parameter | Type | Required |
|---|---|---|
| tmdb_id | number | Yes |
4KHDHub
4K & HD focused streams.
GET /v1/streamhub/4khdhub?api_key=YOUR_KEY&tmdb_id=155
| Parameter | Type | Required |
|---|---|---|
| tmdb_id | number | Yes |
VixSrc
Additional backup source.
GET /v1/streamhub/vixsrc?api_key=YOUR_KEY&tmdb_id=155
| Parameter | Type | Required |
|---|---|---|
| tmdb_id | number | Yes |
NoTorrent
Dual audio tracks (original + latino). 3 streams per movie.
GET /v1/streamhub/notorrent?api_key=YOUR_KEY&tmdb_id=155
| Parameter | Type | Required |
|---|---|---|
| tmdb_id | number | Yes |
Lordflix
Single stream per movie.
GET /v1/streamhub/lordflix?api_key=YOUR_KEY&tmdb_id=155
| Parameter | Type | Required |
|---|---|---|
| tmdb_id | number | Yes |
Vidlink
Single stream per movie.
GET /v1/streamhub/vidlink?api_key=YOUR_KEY&tmdb_id=155
| Parameter | Type | Required |
|---|---|---|
| tmdb_id | number | Yes |