Media Jay Playout API (2025-08-04)

The playout API of the Media Jay application provides access to the playout data and orchestrates extended queries.

Authentication

To access the endpoints you require a X-API-Key in the header. Partners, please contact Transfermedia support@transfermedia.de to retrieve one.

Versioning

To use a specific implementation version of this API place it to the request header X-API-Version. If the header is missed the latest implementation version 2025-08-04 is used. The response header X-API-Version returns the implementation version the request was processed with.

Further documentation

For further details please visit the documentation or contact Transfermedia support@transfermedia.de.

Download OpenAPI description
Languages
Servers
Development Server

https://docs.jay-metadata.com/_mock/apis/playout/latest/openapi/

Session Tracking

APIs for managing user tracking sessions. These endpoints allow clients to create, retrieve, and delete tracking sessions which are used for analytics and user behavior tracking.

Operations

Formats

Access to formats metadata (aka movie collections or series).

Operations

Episodes

Access to episode metadata and general information.

Operations

Episode items

Information about episode items.

Operations

Episode timeline

Information about timeline events with complete timing information.

Operations

Episode groups

Information about existing groups.

Operations

Episode scenes

Information about the scenes.

Operations

Episode companies involved

Information about the involved companies.

Operations

API information

Operations

Api Version

Request

curl -i -X GET \
  https://docs.jay-metadata.com/_mock/apis/playout/latest/openapi/version

Responses

Successful Response

Bodyapplication/json
apiTitlestring(api title)required
apiPathstring(api path)required
xAPIVersionsobject(X-API-Version`s)required

Represents the playout api v1 versions information.

xAPIVersions.​lateststring(latest X-API-Version)required
xAPIVersions.​availableArray of strings(available X-API-Version`s)required
xAPIVersions.​changelogArray of objects(X-API-Version`s changelog)required
xAPIVersions.​changelog[].​namestring(X-API-Version)required
xAPIVersions.​changelog[].​changedArray of strings(topics changed)required
Response
application/json
{ "apiTitle": "string", "apiPath": "string", "xAPIVersions": { "latest": "string", "available": [], "changelog": [] } }