Skip to content

Datenformat Event-/Titelanlieferung #1

Answered by frytg
frytg asked this question in Q&A
Discussion options

You must be logged in to vote

Title Demo

POST /event?publisherId=swr-987

{
  "event": "de.ard.eventhub.v1.radio.track.playing"
  "id": "abc-1234", /* string - unique and generated by exchange service */

  "epgId": "28468",
  "station": /* not required for POST, looked up by epgId */
  {
    "name": "SWR3",
    ...
  },

  "start": "2020-01-19T06:00:00+01:00", /* ISO 8601 */
  "length": 240000, /* duration in MS */
  "artist": "Herbert Grönemeyer",
  "title": "Was soll das",
  "type": "music", /* enum see below */

  "media": [
    {
      "type": "cover",
      "url": "https://www.example.com/cover.jpg",
      "templateUrl": "https://www.example.com/cover.jpg?width={width}", /* dynamic sizing if supported */
      "d…

Replies: 3 comments 6 replies

Comment options

frytg
Jan 19, 2021
Maintainer Author

You must be logged in to vote
2 replies
@frytg
Comment options

frytg Feb 4, 2021
Maintainer Author

@frytg
Comment options

frytg Feb 4, 2021
Maintainer Author

Comment options

frytg
Jan 19, 2021
Maintainer Author

You must be logged in to vote
4 replies
@saerdnaer
Comment options

@frytg
Comment options

frytg Feb 4, 2021
Maintainer Author

@frytg
Comment options

frytg Feb 4, 2021
Maintainer Author

@frytg
Comment options

frytg Mar 12, 2021
Maintainer Author

Answer selected by frytg
Comment options

frytg
Jan 19, 2021
Maintainer Author

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants