Media Link API (1.0.0)

Download OpenAPI specification:Download

Access information on Eclipse Foundation video media (like youtube).

Requires a comma separated ids query parameter, returns multiple videos

Requires a comma separated ids query parameter, returns all videos from a given channel

query Parameters
ids
required
string

A comma separated list of video ids

Responses

Response samples

Content type
application/json
[
  • {
    }
]

A single video

Returns a single video that exists for a configured user

path Parameters
videoID
required
string

The video id

Responses

Response samples

Content type
application/json
{
  • "etag": "string",
  • "id": "string",
  • "snippet": {
    },
  • "player": {
    }
}

A channel's playlists

Requires a channel query parameter, returns multiple playlist definitions

query Parameters
channel
required
string

The channel name

afterDate
string

The starting date range

Responses

Response samples

Content type
application/json
[
  • {
    }
]

A single playlist

Returns a single playlist that exists for a configured user.

path Parameters
playlistID
required
string

The playlist id

Responses

Response samples

Content type
application/json
{
  • "etag": "string",
  • "id": "string",
  • "snippet": {
    },
  • "player": {
    }
}

A List of channel names

Returns a list of all managed channels. Used to get specific channel naming syntax to use other endpoints.

Responses

Response samples

Content type
application/json
[
  • "string"
]