Other Endpoints

Additional utility endpoints.

GET/api/epg

Get 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/search

Search 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"