Can I get a list of series that are currently live?
Article 2681536, Status: VALIDATED
Table of Contents
❓Issue/Question
- Can I get a list of series that are currently live?
💻Environment/Context
- Central Data
- Series State
👌Resolution/Answer
- There is no endpoint that provides a list of currently live series
- A possible solution:
- Query the Central Data API every 15-30 min for series scheduled to start -4h/+1h
- Compile a list of relevant series
- Query the Series State API every 1-5 minutes (depending on your use case) and check the
started
andfinished
properties for each series - This will give you all series that are currently live