{
  "api": "https://hahahahahaha.stream",
  "auth": "?key=YOUR_KEY  (or header: Authorization: Bearer YOUR_KEY)",
  "endpoints": {
    "movie": "https://hahahahahaha.stream/movie/{tmdbId}?source=1&key=KEY",
    "tv": "https://hahahahahaha.stream/tv/{tmdbId}/{season}/{episode}?source=1&key=KEY"
  },
  "sources": {
    "1": "Sunny"
  },
  "example": "https://hahahahahaha.stream/movie/550?source=1&key=KEY",
  "response": {
    "success": true,
    "source": "Sunny",
    "streams": [
      {
        "url": "<direct stream url>",
        "quality": "1080",
        "type": "mp4"
      }
    ]
  },
  "notes": [
    "source defaults to 1 if omitted",
    "stream urls are direct & playable — feed them to any HLS/MP4 player",
    "tmdbId is the TheMovieDB id"
  ]
}