This commit is contained in:
Andrew Z 2022-03-17 10:03:37 -04:00
parent d9cd321649
commit 149195d233
7 changed files with 455 additions and 81 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1647518593
"last_updated_timestamp": 1647525816
}

View File

@ -2825,7 +2825,6 @@
],
"downloads": 1443228,
"stars": 3,
"LastUpdate": 1631293580,
"trending": 2.294,
"trends": [
3.618,
@ -2855,6 +2854,7 @@
1443228
],
"LastUpdateScan": 1647518592,
"LastUpdate": 1631293580,
"FirstSeen": 1548781297,
"topTrending": -1.3239999999999998,
"topPerforming": 2.294
@ -74452,7 +74452,6 @@
"Repo": "ulisses1478's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/ulisses1478sRepository/android8.xml",
"downloads": 89243,
"LastUpdate": 1559163348,
"trending": 1.592,
"trends": [
4.167,
@ -74482,6 +74481,7 @@
89243
],
"LastUpdateScan": 1647518593,
"LastUpdate": 1559163348,
"FirstSeen": 1559174970,
"topTrending": -2.5749999999999997
},
@ -74711,7 +74711,6 @@
"Tools-Utilities"
],
"downloads": 184959,
"LastUpdate": 1558787553,
"trending": 0.576,
"trends": [
3.635,
@ -74741,6 +74740,7 @@
184959
],
"LastUpdateScan": 1647518593,
"LastUpdate": 1558787553,
"FirstSeen": 1559167752,
"topTrending": -3.0589999999999997,
"topPerforming": 0.576
@ -78495,7 +78495,6 @@
"GameServers"
],
"stars": 19,
"LastUpdate": 1647185847,
"trendsDate": [
1631930615,
1634529810,
@ -78506,6 +78505,7 @@
1647518593
],
"LastUpdateScan": 1647518593,
"LastUpdate": 1647185847,
"FirstSeen": 1556575512
},
{
@ -89339,6 +89339,191 @@
],
"FirstSeen": 1621022558
},
{
"Name": "ioquake3",
"Repository": "ich777/ioquake3",
"Registry": "https://hub.docker.com/r/ich777/ioquake3",
"Network": "bridge",
"Shell": "bash",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/79530-support-ich777-gameserver-dockers/",
"Project": "https://ioquake3.org/",
"Overview": "This Docker will download and install ioquake3 Server (You have to copy your pak0.pk3 file from your game directory to your server).\r\n\r\nPK3 Files: After the container started the first time you have to copy your pak0.pk3 file from your Quake III Arena directory into your server directory: .../.q3a/baseq3/ (i strongly recommend you to place all your pak*.pk3 files into it) after that simply restart the container to start the server.\r\n\r\nWEB CONSOLE: You can connect to the ioquake3 console by opening your browser and go to HOSTIP:9029 (eg: 192.168.1.1:9029) or click on WebUI on the Docker page within Unraid.",
"WebUI": "http://[IP]:[PORT:8080]/",
"Icon": "https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/images/ioquake3.png",
"ExtraParams": "--restart=unless-stopped",
"PostArgs": "",
"CPUset": "",
"DonateText": "If you like my work please consider donating",
"DonateLink": "https://www.paypal.me/chips777",
"Requires": "",
"Config": [
{
"@attributes": {
"Name": "ServerFiles",
"Target": "/ioquake3",
"Default": "",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/cache/appdata/ioquake3"
},
{
"@attributes": {
"Name": "GAME_PARAMS",
"Target": "GAME_PARAMS",
"Default": "",
"Mode": "",
"Description": "The startup parameters for the server (only change if you know what you are doing!)",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "+set dedicated 2 +set sv_allowDownload 1 +set com_hunkmegs 64"
},
{
"@attributes": {
"Name": "Q3_MAP",
"Target": "Q3_MAP",
"Default": "",
"Mode": "",
"Description": "The initial map wich the server would start.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "q3dm1"
},
{
"@attributes": {
"Name": "UDP - Game Port",
"Target": "27960",
"Default": "",
"Mode": "udp",
"Description": "Game Port (If you want to change the game port please click on more settings here in the template, change the port, then delete this entry and create a new one with the corresponding port number and UDP only!).",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "27960"
},
{
"@attributes": {
"Name": "TCP - WebConsole",
"Target": "8080",
"Default": "",
"Mode": "tcp",
"Description": "WebConsole (by default, you can connect to the ioquake3 console by opening your browser and go to HOSTIP:9021 - eg: 192.168.1.1:9029 - or click on WebUI on the Docker page within Unraid).",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "9029"
},
{
"@attributes": {
"Name": "ioquake 3 Base Port",
"Target": "IOQ3_PORT",
"Default": "",
"Mode": "",
"Description": "Base Port",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "27960"
},
{
"@attributes": {
"Name": "ioquake3 Download URL",
"Target": "DL_URL",
"Default": "",
"Mode": "",
"Description": "Only change if you know what you're doing!",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "https://files.ioquake3.org/Linux.zip"
},
{
"@attributes": {
"Name": "Patch URL",
"Target": "DL_URL_PATCH",
"Default": "",
"Mode": "",
"Description": "Only change if you know what you're doing!",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "https://files.ioquake3.org/quake3-latest-pk3s.zip"
},
{
"@attributes": {
"Name": "UMASK",
"Target": "UMASK",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "000"
},
{
"@attributes": {
"Name": "UID",
"Target": "UID",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "99"
},
{
"@attributes": {
"Name": "GID",
"Target": "GID",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "100"
}
],
"Repo": "ich777's Repository",
"caTemplateURL": "https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/ioquake3.xml",
"templatePath": "/tmp/GitHub/AppFeed/templates/ich777sRepository/ich777/ioquake3.xml",
"CategoryList": [
"GameServers"
],
"downloads": 7,
"LastUpdate": 1647520303,
"LastUpdateScan": 1647525816,
"FirstSeen": 1647525816
},
{
"PluginURL": "https://raw.githubusercontent.com/ich777/iscsi-initiator/master/iscsi-initiator.plg",
"PluginAuthor": "ich777",
@ -123043,7 +123228,6 @@
],
"downloads": 31311,
"stars": 2,
"LastUpdate": 1610568002,
"trending": 3.615,
"trends": [
7.25,
@ -123073,6 +123257,7 @@
31311
],
"LastUpdateScan": 1647518593,
"LastUpdate": 1610568002,
"FirstSeen": 1611140877,
"topTrending": -3.635
},

View File

@ -1,7 +1,7 @@
{
"apps": 1650,
"last_updated_timestamp": 1647518593,
"last_updated": "2022-03-17 08:03",
"apps": 1651,
"last_updated_timestamp": 1647525816,
"last_updated": "2022-03-17 10:03",
"categories": [
{
"Cat": "Backup:",
@ -2987,7 +2987,6 @@
],
"downloads": 1443228,
"stars": 3,
"LastUpdate": 1631293580,
"trending": 2.294,
"trends": [
3.618,
@ -3017,6 +3016,7 @@
1443228
],
"LastUpdateScan": 1647518592,
"LastUpdate": 1631293580,
"FirstSeen": 1548781297,
"topTrending": -1.3239999999999998,
"topPerforming": 2.294
@ -74614,7 +74614,6 @@
"Repo": "ulisses1478's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/ulisses1478sRepository/android8.xml",
"downloads": 89243,
"LastUpdate": 1559163348,
"trending": 1.592,
"trends": [
4.167,
@ -74644,6 +74643,7 @@
89243
],
"LastUpdateScan": 1647518593,
"LastUpdate": 1559163348,
"FirstSeen": 1559174970,
"topTrending": -2.5749999999999997
},
@ -74873,7 +74873,6 @@
"Tools-Utilities"
],
"downloads": 184959,
"LastUpdate": 1558787553,
"trending": 0.576,
"trends": [
3.635,
@ -74903,6 +74902,7 @@
184959
],
"LastUpdateScan": 1647518593,
"LastUpdate": 1558787553,
"FirstSeen": 1559167752,
"topTrending": -3.0589999999999997,
"topPerforming": 0.576
@ -78657,7 +78657,6 @@
"GameServers"
],
"stars": 19,
"LastUpdate": 1647185847,
"trendsDate": [
1631930615,
1634529810,
@ -78668,6 +78667,7 @@
1647518593
],
"LastUpdateScan": 1647518593,
"LastUpdate": 1647185847,
"FirstSeen": 1556575512
},
{
@ -89501,6 +89501,191 @@
],
"FirstSeen": 1621022558
},
{
"Name": "ioquake3",
"Repository": "ich777/ioquake3",
"Registry": "https://hub.docker.com/r/ich777/ioquake3",
"Network": "bridge",
"Shell": "bash",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/79530-support-ich777-gameserver-dockers/",
"Project": "https://ioquake3.org/",
"Overview": "This Docker will download and install ioquake3 Server (You have to copy your pak0.pk3 file from your game directory to your server).\r\n\r\nPK3 Files: After the container started the first time you have to copy your pak0.pk3 file from your Quake III Arena directory into your server directory: .../.q3a/baseq3/ (i strongly recommend you to place all your pak*.pk3 files into it) after that simply restart the container to start the server.\r\n\r\nWEB CONSOLE: You can connect to the ioquake3 console by opening your browser and go to HOSTIP:9029 (eg: 192.168.1.1:9029) or click on WebUI on the Docker page within Unraid.",
"WebUI": "http://[IP]:[PORT:8080]/",
"Icon": "https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/images/ioquake3.png",
"ExtraParams": "--restart=unless-stopped",
"PostArgs": "",
"CPUset": "",
"DonateText": "If you like my work please consider donating",
"DonateLink": "https://www.paypal.me/chips777",
"Requires": "",
"Config": [
{
"@attributes": {
"Name": "ServerFiles",
"Target": "/ioquake3",
"Default": "",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/cache/appdata/ioquake3"
},
{
"@attributes": {
"Name": "GAME_PARAMS",
"Target": "GAME_PARAMS",
"Default": "",
"Mode": "",
"Description": "The startup parameters for the server (only change if you know what you are doing!)",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "+set dedicated 2 +set sv_allowDownload 1 +set com_hunkmegs 64"
},
{
"@attributes": {
"Name": "Q3_MAP",
"Target": "Q3_MAP",
"Default": "",
"Mode": "",
"Description": "The initial map wich the server would start.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "q3dm1"
},
{
"@attributes": {
"Name": "UDP - Game Port",
"Target": "27960",
"Default": "",
"Mode": "udp",
"Description": "Game Port (If you want to change the game port please click on more settings here in the template, change the port, then delete this entry and create a new one with the corresponding port number and UDP only!).",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "27960"
},
{
"@attributes": {
"Name": "TCP - WebConsole",
"Target": "8080",
"Default": "",
"Mode": "tcp",
"Description": "WebConsole (by default, you can connect to the ioquake3 console by opening your browser and go to HOSTIP:9021 - eg: 192.168.1.1:9029 - or click on WebUI on the Docker page within Unraid).",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "9029"
},
{
"@attributes": {
"Name": "ioquake 3 Base Port",
"Target": "IOQ3_PORT",
"Default": "",
"Mode": "",
"Description": "Base Port",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "27960"
},
{
"@attributes": {
"Name": "ioquake3 Download URL",
"Target": "DL_URL",
"Default": "",
"Mode": "",
"Description": "Only change if you know what you're doing!",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "https://files.ioquake3.org/Linux.zip"
},
{
"@attributes": {
"Name": "Patch URL",
"Target": "DL_URL_PATCH",
"Default": "",
"Mode": "",
"Description": "Only change if you know what you're doing!",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "https://files.ioquake3.org/quake3-latest-pk3s.zip"
},
{
"@attributes": {
"Name": "UMASK",
"Target": "UMASK",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "000"
},
{
"@attributes": {
"Name": "UID",
"Target": "UID",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "99"
},
{
"@attributes": {
"Name": "GID",
"Target": "GID",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "100"
}
],
"Repo": "ich777's Repository",
"caTemplateURL": "https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/ioquake3.xml",
"templatePath": "/tmp/GitHub/AppFeed/templates/ich777sRepository/ich777/ioquake3.xml",
"CategoryList": [
"GameServers"
],
"downloads": 7,
"LastUpdate": 1647520303,
"LastUpdateScan": 1647525816,
"FirstSeen": 1647525816
},
{
"PluginURL": "https://raw.githubusercontent.com/ich777/iscsi-initiator/master/iscsi-initiator.plg",
"PluginAuthor": "ich777",
@ -123205,7 +123390,6 @@
],
"downloads": 31311,
"stars": 2,
"LastUpdate": 1610568002,
"trending": 3.615,
"trends": [
7.25,
@ -123235,6 +123419,7 @@
31311
],
"LastUpdateScan": 1647518593,
"LastUpdate": 1610568002,
"FirstSeen": 1611140877,
"topTrending": -3.635
},

View File

@ -2135,5 +2135,6 @@
"ghcr.io/sytone/obsidian-remote": 1647259402,
"xhofe/alist:latest": 1647360208,
"ghcr.io/haveagitgat/tdarr": 1647453806,
"ghcr.io/haveagitgat/tdarr_node": 1647453806
"ghcr.io/haveagitgat/tdarr_node": 1647453806,
"ich777/ioquake3": 1647525816
}

14
log.txt
View File

@ -1077,6 +1077,7 @@ Processing /tmp/appFeed/templates/ich777sRepository/ich777/Insurgency.xml...Succ
Processing /tmp/appFeed/templates/ich777sRepository/ich777/InsurgencySandstorm.xml...Success
Processing /tmp/appFeed/templates/ich777sRepository/ich777/intel-gpu-top.xml...Success
Processing /tmp/appFeed/templates/ich777sRepository/ich777/Intel-GVT-g.xml...Success
Processing /tmp/appFeed/templates/ich777sRepository/ich777/ioquake3.xml...Success
Processing /tmp/appFeed/templates/ich777sRepository/ich777/iSCSI-Initiator.xml...Success
Processing /tmp/appFeed/templates/ich777sRepository/ich777/IW4x-Server.xml...Success
Processing /tmp/appFeed/templates/ich777sRepository/ich777/jDownloader2.xml...Success
@ -2706,17 +2707,8 @@ Processing /tmp/appFeed/templates/mrlafontainesRepository/ergonode.xml...Success
Updating stats on containers
binhex/arch-jellyfin
binhex/arch-jellyfin Downloads: 1443228 Stars: 3 Base: unknown
ulisses1478/docker-android
ulisses1478/docker-android Downloads: 89243 Stars: 0 Base: unknown
ulisses1478/mongo-express
ulisses1478/mongo-express Downloads: 184959 Stars: 0 Base: unknown
Tagged - Can't determine last update
ich777/steamcmd
ich777/steamcmd:arkse Downloads: 3938579 Stars: 19 Base: unknown
tradeface/tuyagateway
tradeface/tuyagateway Downloads: 31311 Stars: 2 Base: unknown
ich777/ioquake3
ich777/ioquake3 Downloads: 7 Stars: 0 Base: unknown
Updating GitHub

View File

@ -1471,7 +1471,6 @@
],
"downloads": 620248,
"stars": 2,
"LastUpdate": 1634548926,
"trending": 1.196,
"trends": [
1.492,
@ -1501,6 +1500,7 @@
620248
],
"LastUpdateScan": 1647511395,
"LastUpdate": 1634548926,
"FirstSeen": 1,
"topTrending": -0.29600000000000004,
"topPerforming": 1.196
@ -2823,41 +2823,41 @@
"MediaServer-Music",
"MediaServer-Photos"
],
"downloads": 1410114,
"downloads": 1443228,
"stars": 3,
"trending": 4.949,
"LastUpdate": 1631293580,
"trending": 2.294,
"trends": [
3.181,
3.618,
4.106,
6.093,
5.384,
4.667,
4.949
4.949,
2.294
],
"trendsDate": [
1629331406,
1631930613,
1634529809,
1637125400,
1639724624,
1642323813,
1644922997
1644922997,
1647518592
],
"downloadtrend": [
1049313,
1088702,
1135318,
1208983,
1277783,
1340331,
1410114
1410114,
1443228
],
"LastUpdateScan": 1644922997,
"LastUpdate": 1631293580,
"LastUpdateScan": 1647518592,
"FirstSeen": 1548781297,
"topTrending": 1.7679999999999998,
"topPerforming": 4.949
"topTrending": -1.3239999999999998,
"topPerforming": 2.294
},
{
"TemplateURL": "https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/jenkins.xml",
@ -4811,7 +4811,6 @@
],
"downloads": 8707524,
"stars": 24,
"LastUpdate": 1647443707,
"trending": 1.411,
"trends": [
2.55,
@ -4841,6 +4840,7 @@
8707524
],
"LastUpdateScan": 1647511396,
"LastUpdate": 1647443707,
"FirstSeen": 1,
"topTrending": -1.1389999999999998,
"topPerforming": 1.411
@ -39652,7 +39652,6 @@
],
"downloads": 2612591,
"stars": 25,
"LastUpdate": 1587111573,
"trending": 0.246,
"trends": [
0.178,
@ -39682,6 +39681,7 @@
2612591
],
"LastUpdateScan": 1647511396,
"LastUpdate": 1587111573,
"FirstSeen": 1474257600,
"topTrending": 0.068,
"topPerforming": 0.246
@ -41128,7 +41128,6 @@
],
"downloads": 80843186,
"stars": 252,
"LastUpdate": 1646301070,
"trending": 1.141,
"trends": [
2.557,
@ -41158,6 +41157,7 @@
80843186
],
"LastUpdateScan": 1647511396,
"LastUpdate": 1646301070,
"FirstSeen": "1498760881",
"topTrending": -1.416,
"topPerforming": 1.141
@ -46231,7 +46231,6 @@
],
"downloads": 746445266,
"stars": 1397,
"LastUpdate": 1647398236,
"trending": 1.036,
"trends": [
1.974,
@ -46261,6 +46260,7 @@
746445266
],
"LastUpdateScan": 1647511397,
"LastUpdate": 1647398236,
"FirstSeen": 1485752400,
"topTrending": -0.938,
"topPerforming": 1.036
@ -74451,39 +74451,39 @@
},
"Repo": "ulisses1478's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/ulisses1478sRepository/android8.xml",
"downloads": 87822,
"trending": 3.218,
"downloads": 89243,
"LastUpdate": 1559163348,
"trending": 1.592,
"trends": [
4.143,
4.167,
3.865,
3.579,
3.17,
2.862,
3.218
3.218,
1.592
],
"trendsDate": [
1629331406,
1631930614,
1634529809,
1637125400,
1639724625,
1642323813,
1644922998
1644922998,
1647518593
],
"downloadtrend": [
71018,
74106,
77085,
79946,
82563,
84996,
87822
87822,
89243
],
"LastUpdateScan": 1644922998,
"LastUpdate": 1559163348,
"LastUpdateScan": 1647518593,
"FirstSeen": 1559174970,
"topTrending": -0.9249999999999998
"topTrending": -2.5749999999999997
},
{
"Name": "BitcoinWalletGUI",
@ -74710,40 +74710,40 @@
"CategoryList": [
"Tools-Utilities"
],
"downloads": 183893,
"trending": 1.251,
"downloads": 184959,
"LastUpdate": 1558787553,
"trending": 0.576,
"trends": [
3.548,
3.635,
3.152,
1.469,
1.095,
1.178,
1.251
1.251,
0.576
],
"trendsDate": [
1629331407,
1631930614,
1634529810,
1637125401,
1639724625,
1642323814,
1644922998
1644922998,
1647518593
],
"downloadtrend": [
163213,
169369,
174881,
177489,
179454,
181593,
183893
183893,
184959
],
"LastUpdateScan": 1644922998,
"LastUpdate": 1558787553,
"LastUpdateScan": 1647518593,
"FirstSeen": 1559167752,
"topTrending": -2.297,
"topPerforming": 1.251
"topTrending": -3.0589999999999997,
"topPerforming": 0.576
},
{
"Name": "phpmyadmin",
@ -78495,17 +78495,17 @@
"GameServers"
],
"stars": 19,
"LastUpdate": 1647185847,
"trendsDate": [
1629331407,
1631930615,
1634529810,
1637125401,
1639724625,
1642323814,
1644922999
1644922999,
1647518593
],
"LastUpdateScan": 1644922999,
"LastUpdate": 1644482447,
"LastUpdateScan": 1647518593,
"FirstSeen": 1556575512
},
{
@ -123041,40 +123041,40 @@
"HomeAutomation",
"Other"
],
"downloads": 30179,
"downloads": 31311,
"stars": 2,
"trending": 5.984,
"LastUpdate": 1610568002,
"trending": 3.615,
"trends": [
16.957,
7.25,
5.701,
5.475,
5.37,
4.966,
5.984
5.984,
3.615
],
"trendsDate": [
1629331407,
1631930615,
1634529810,
1637125401,
1639724625,
1642323814,
1644923000
1644923000,
1647518593
],
"downloadtrend": [
21095,
22744,
24119,
25516,
26964,
28373,
30179
30179,
31311
],
"LastUpdateScan": 1644923000,
"LastUpdate": 1610568002,
"LastUpdateScan": 1647518593,
"FirstSeen": 1611140877,
"topTrending": -10.973
"topTrending": -3.635
},
{
"Name": "twonky-server",

View File

@ -56698,5 +56698,16 @@
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1647434735
},
"ich777/ioquake3": {
"Base": null,
"Downloads": 7,
"Stars": null,
"Time": 1647525816,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1647520303
}
}