Appearance
API Endpoint Clarifications
This document contains our team's clarifications and questions on existing and expected API endpoints, based on the key difference analysis. These are being sent to the client for review.
Date: 24 March 2026
Scope: TV & Mobile Platform
1. Creator Zone → Creator Detail
API Path:
GET https://staging-api.drop.tv/tv/v3/creators/seed-creator-0Our Clarification / Question:
We are missing Live Channel Information in the Creator Detail endpoint response. The current response does not include EPG data or live channel details for the creator's live channel.
We would like to confirm whether we can use the existing Channel EPG endpoint to supplement this:
✅
GET /channels/:id/epg— Returns per-channel schedule with program listings.
Please also refer to the related entry under:
"Creator Zone → Creator Detail - Live Channel Guide for Creator" in the endpoint requirements sheet.
Question: Can we use
GET /channels/:id/epgto fetch live channel guide data for a creator's channel in the Creator Detail view? Or will a separate endpoint be provided?
2. Show Detail Endpoint
API Paths:
GET https://staging-api.drop.tv/tv/v3/shows/seed-series-dripdrop
GET https://staging-api.drop.tv/tv/v3/shows/seed-series-high-scienceStatus: Available — Returns full show details including seasons and episodes.
Note: The Show Detail endpoint appears to be functional and returns the required structure (seasons and nested episodes). This is being tracked to confirm completeness across all show types.
Summary Table
| # | Endpoint Name | API Path | Our Comment / Question |
|---|---|---|---|
| 1 | Creator Zone → Creator Detail | /tv/v3/creators/seed-creator-0 | Missing Live Channel info. Can we use GET /channels/:id/epg? Confirm endpoint. |
| 2 | Show Detail | /tv/v3/shows/seed-series-dripdrop (and others) | Endpoint seems functional. Verify response completeness across all show types. |