{"type":"rich","version":"1.0","provider_name":"phorkie","provider_url":"https:\/\/p.cweiske.de\/","title":"dreambox enigma2-plugin-systemplugins-jsonapi examples","author_name":"Christian Weiske","cache_age":86400,"width":900,"height":900,"html":"<!-- embedding all files of https:\/\/p.cweiske.de\/490 -->\n<link rel=\"stylesheet\" href=\"https:\/\/p.cweiske.de\/css\/embed.css\"\/>\n<div class=\"phork\" id=\"490\">\n    <div class=\"phork-file\">\n <div class=\"phork-content\">\n  <div class=\"code\"><pre class=\"txt\">$ curl -s -XPOST http:\/\/dreambox\/api\/call -H 'Content-type: application\/json' --data-binary '{&quot;method&quot;:&quot;enigma2.servicedata.getCurrentService&quot;}' | jq .\r\n{\r\n  &quot;id&quot;: null,\r\n  &quot;result&quot;: &quot;1:0:19:283E:3FB:1:C00000:0:0:0:&quot;,\r\n  &quot;error&quot;: null\r\n}\r\n\r\n$ curl -s -XPOST http:\/\/dreambox\/api\/call -H 'Content-type: application\/json' --data-binary '{&quot;method&quot;:&quot;enigma2.servicedata.getServiceName&quot;,&quot;params&quot;:[&quot;1:0:19:283E:3FB:1:C00000:0:0:0:&quot;]}' | jq .\r\n{\r\n  &quot;id&quot;: null,\r\n  &quot;result&quot;: &quot;arte HD&quot;,\r\n  &quot;error&quot;: null\r\n}\r\n\r\n$ curl -s -XPOST http:\/\/dreambox\/api\/call -H 'Content-type: application\/json' --data-binary '{&quot;method&quot;:&quot;enigma2.servicedata.getTVBouquets&quot;}' | jq . \r\n{\r\n  &quot;id&quot;: null,\r\n  &quot;result&quot;: [\r\n    [\r\n      &quot;1:7:1:0:0:0:0:0:0:0:FROM BOUQUET \\&quot;userbouquet.favourites.tv\\&quot; ORDER BY bouquet&quot;,\r\n      &quot;Favourites (TV)&quot;\r\n    ]\r\n  ],\r\n  &quot;error&quot;: null\r\n}\r\n\r\n$ curl -s -XPOST http:\/\/dreambox\/api\/call -H 'Content-type: application\/json' --data-binary '{&quot;method&quot;:&quot;enigma2.servicedata.getServiceList&quot;,&quot;params&quot;:[&quot;1:7:1:0:0:0:0:0:0:0:FROM BOUQUET \\&quot;userbouquet.favourites.tv\\&quot; ORDER BY bouquet&quot;]}' | jq .\r\n{\r\n  &quot;id&quot;: null,\r\n  &quot;result&quot;: [\r\n    [\r\n      &quot;1:0:19:283D:3FB:1:C00000:0:0:0:&quot;,\r\n      &quot;Das Erste HD&quot;\r\n    ],\r\n    [\r\n      &quot;1:0:19:2B66:3F3:1:C00000:0:0:0:&quot;,\r\n      &quot;ZDF HD&quot;\r\n    ],\r\n    ...\r\n}\r\n<\/pre><\/div>\n\n <\/div>\n <div class=\"phork-meta\">\n  <a href=\"https:\/\/p.cweiske.de\/490\/rev-raw\/220cad7589a2616c60d828da9840ac41b7d97207\/commands.txt\" style=\"float: right\">view raw source<\/a>\n  <a href=\"https:\/\/p.cweiske.de\/490#commands.txt\">commands.txt<\/a>\n <\/div>\n<\/div>\n<\/div>\n"}
