Other Endpoints
Additional utility endpoints.
GET
/api/epgGet electronic program guide schedule.
Request
bash
curl "https://stream-api-production-f4f7.up.railway.app/api/epg" \
-H "X-API-Key: YOUR_API_KEY"GET
/api/searchSearch programs and content.
Parameters
q(query) - Search query string
Request
bash
curl "https://stream-api-production-f4f7.up.railway.app/api/search?q=football" \
-H "X-API-Key: YOUR_API_KEY"