Explorer
Endpoints
tap any endpoint to expand & test it live
Showcase
Live Content
loading…Click a poster to auto-fill its ID in stream/detail/download endpoints
Reference
Quickstart
no auth · CORS enabled · JSON everywhere◈ Base URL
All endpoints under one versioned base. No API key required.
# base /api/v1⚡ Quick request
Plain HTTP GET — works from curl, fetch, axios, anything.
$ curl "/api/v1/search?q=batman"{ } Response shape
Lists and single objects use the same envelope.
{ "success": true, "data": [ ... ], "page": 1, "hasMore": true }▶ Stream / Download
Returns a fresh signed URL each call — URLs expire quickly, never cache them.
GET /api/v1/movies/{id}/stream
→ { "streamUrl": "…signed…" }
◱ Pagination
Append ?page=2 to any list endpoint. Use hasMore to continue.
✦ Universal endpoints
Don't know the type? Auto-routed by ID.
/api/v1/detail/{id}
/api/v1/stream/{id}
/api/v1/download/{id}
For research and educational purposes only. SILENT TECH proxies a third-party source whose availability and content are outside our control.