Difference between revisions of "Requests"

From MSX - Wiki
Jump to navigation Jump to search
Line 3: Line 3:
 
* <code>content:http://msx.benzac.de/info/data/guide/videos.json</code> → <code>http://msx.benzac.de/info/data/guide/videos.json?v=0.1.128&t=1612867695816</code>.
 
* <code>content:http://msx.benzac.de/info/data/guide/videos.json</code> → <code>http://msx.benzac.de/info/data/guide/videos.json?v=0.1.128&t=1612867695816</code>.
  
Since version '''0.1.128''', it is also possible to replace specific keywords inside a JSON URL with the corresponding values. Please see following available keywords (please note that the keyword <code>{ID}</code> is only available in version '''0.1.142''' or higher).
+
Since version '''0.1.128''', it is also possible to replace specific keywords inside a JSON URL with the corresponding values. Please see following available keywords (please note that the keyword <code>{ID}</code> is only available in version '''0.1.142''' or higher, and the keyword <code>{LANGUAGE}</code> is only available in version '''0.1.160''' or higher).
  
<code>{HOST}</code>, <code>{SECURE}</code>, <code>{CLIENT}</code>, <code>{PLATFORM}</code>, <code>{ID}</code>, <code>{PLAYER}</code>, <code>{WIDTH}</code>, <code>{HEIGHT}</code>.  
+
<code>{HOST}</code>, <code>{SECURE}</code>, <code>{CLIENT}</code>, <code>{PLATFORM}</code>, <code>{ID}</code>, <code>{PLAYER}</code>, <code>{LANGUAGE}</code>, <code>{WIDTH}</code>, <code>{HEIGHT}</code>.  
  
 
Please see following action examples and the corresponding HTTP requests.
 
Please see following action examples and the corresponding HTTP requests.

Revision as of 13:27, 4 October 2024

If JSON files are requested from a server, a version parameter v (which indicates the current Media Station X version) and a timestamp parameter t (which indicates the current timestamp) are automatically appended. Please see following action examples and the corresponding HTTP requests.

Since version 0.1.128, it is also possible to replace specific keywords inside a JSON URL with the corresponding values. Please see following available keywords (please note that the keyword {ID} is only available in version 0.1.142 or higher, and the keyword {LANGUAGE} is only available in version 0.1.160 or higher).

{HOST}, {SECURE}, {CLIENT}, {PLATFORM}, {ID}, {PLAYER}, {LANGUAGE}, {WIDTH}, {HEIGHT}.

Please see following action examples and the corresponding HTTP requests.