Lineups
Lineup channel listing
/lineups/ /channels
Get a list of stations and channel positions associated with a specified lineup. Station affiliates will be included where applicable. Responses will be sorted by channel position.
Request Parameters
| Parameter | Mandatory? | Description |
|---|---|---|
| lineupId | Yes | LineupId. |
| enhancedCallSign | No | Boolean (true/false) indicating whether to use display-friendly call signs in response. If true, callSign response field will include display-friendly call signs, where available. Defaults to false. |
| imageSize | No | Valid values are: Sm, Md, Lg, Ms. If not specified, defaults to Md. If requested image size is not available, generic image will be returned. |
| api_key | Yes | 24-character key obtained during application registration |
Response Body
| Response | Description |
|---|---|
| channel | channel number |
| callSign | station call sign (e.g., WCIU); if enhancedCallSign=true, display-friendly call sign returned where available |
| stationId | TMS-generated id; consistent for station across providers/lineups |
| affiliateId | stationId corresponding to network affiliated stations; 'Independent' may also be noted here |
| secondaryAffiliateIds | Other network afflicated corresponding stationID's |
| affiliateCallSign | network call sign associated with affiliateId, if present and not 'Independent' |
| preferredImage | station logo, if available |
Sample Request
Return information for lineupId USA-NY55899-X , which was acquired by calling /lineups.
Code
Sample Response __
Code
Last modified on