Requests
Jump to navigation
Jump to search
If JSON files are requested from a server, a version parameter v
and a timestamp parameter t
are automatically appended.
content:http://msx.benzac.de/info/data/guide/videos.json
→http://msx.benzac.de/info/data/guide/videos.json?v=0.1.128&t=1612867695816
.
Since version 0.1.128, it is also possible to replace specific keywords inside a JSON URL with the corresponding values. Following keywords are available: {HOST}
, {SECURE}
, {CLIENT}
, {PLATFORM}
, {PLAYER}
, {WIDTH}
, {HEIGHT}
.
content:http://msx.benzac.de/info/data/guide/videos.json?platform={PLATFORM}
→http://msx.benzac.de/info/data/guide/videos.json?platform=default&v=0.1.128&t=1612868128244
.content:http://msx.benzac.de/info/data/guide/videos.json?host={HOST}&secure={SECURE}&client={CLIENT}&platform={PLATFORM}&player={PLAYER}&width={WIDTH}&height={HEIGHT}
→http://msx.benzac.de/info/data/guide/videos.json?host=msx.benzac.de&secure=false&client=-&platform=default&player=html5%2Fplugin&width=1280&height=720&v=0.1.128&t=1612868128244
.