mirror of
https://github.com/daydreamer-json/ak-endfield-api-archive.git
synced 2026-04-01 21:22:20 +02:00
Compare commits
22 Commits
30f306607d
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ccadd3747f | ||
|
|
5e9af546a2 | ||
|
|
df26d76107 | ||
|
|
97fe58600b | ||
|
|
2b25a65b8b | ||
|
|
08951c7d26 | ||
|
|
89f429f456 | ||
|
|
9f7729001f | ||
|
|
898415e33c | ||
|
|
80dbeeb545 | ||
|
|
75899425a1 | ||
|
|
b0b4f7dbc8 | ||
|
|
0619f2a21a | ||
|
|
bc1455acef | ||
|
|
d7c9c663e2 | ||
|
|
1b09b8e699 | ||
|
|
8b6c1abc2f | ||
|
|
255d633310 | ||
|
|
66814631d2 | ||
|
|
6d9866de81 | ||
|
|
1121c822a9 | ||
|
|
11054c6f47 |
@@ -27,7 +27,7 @@ The APIs currently being monitored are as follows:
|
||||
- Raw
|
||||
- Game resource json (index, patch)
|
||||
|
||||
Currently, raw data is provided as-is without modification. It is also not decrypted.
|
||||
Most of the raw data is provided as-is, without any modifications. Some data (`index_*.json`) has been decrypted.
|
||||
|
||||
## Download Library
|
||||
|
||||
|
||||
@@ -950,5 +950,61 @@
|
||||
"patch_index_path": "",
|
||||
"domain": "https://beyond.hycdn.cn"
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T02:00:35.277+00:00",
|
||||
"req": {
|
||||
"appCode": "6LL0KJuqHBVz33WK",
|
||||
"gameVersion": "1.1",
|
||||
"version": "1.1.9",
|
||||
"randStr": "RfPNtRXLwX2my3ep",
|
||||
"platform": "Android"
|
||||
},
|
||||
"rsp": {
|
||||
"resources": [
|
||||
{
|
||||
"name": "main",
|
||||
"version": "6164589-11",
|
||||
"path": "https://beyond.hycdn.cn/6LL0KJuqHBVz33WK/1.1/resource/Android/main/6164589-11_PYhinKNBEnA4hJvU/files"
|
||||
},
|
||||
{
|
||||
"name": "initial",
|
||||
"version": "6164589-11",
|
||||
"path": "https://beyond.hycdn.cn/6LL0KJuqHBVz33WK/1.1/resource/Android/initial/6164589-11_45Zmg8uTvFzamyD6/files"
|
||||
}
|
||||
],
|
||||
"configs": "{\"kick_flag\":true}",
|
||||
"res_version": "initial_6164589-11_main_6164589-11",
|
||||
"patch_index_path": "",
|
||||
"domain": "https://beyond.hycdn.cn"
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-31T02:00:38.341+00:00",
|
||||
"req": {
|
||||
"appCode": "6LL0KJuqHBVz33WK",
|
||||
"gameVersion": "1.1",
|
||||
"version": "1.1.9",
|
||||
"randStr": "RfPNtRXLwX2my3ep",
|
||||
"platform": "Android"
|
||||
},
|
||||
"rsp": {
|
||||
"resources": [
|
||||
{
|
||||
"name": "main",
|
||||
"version": "6238634-12",
|
||||
"path": "https://beyond.hycdn.cn/6LL0KJuqHBVz33WK/1.1/resource/Android/main/6238634-12_9f0LgSDcpKaQTL6t/files"
|
||||
},
|
||||
{
|
||||
"name": "initial",
|
||||
"version": "6238634-12",
|
||||
"path": "https://beyond.hycdn.cn/6LL0KJuqHBVz33WK/1.1/resource/Android/initial/6238634-12_FqzVtIPk2NwgF5OM/files"
|
||||
}
|
||||
],
|
||||
"configs": "{\"kick_flag\":false}",
|
||||
"res_version": "initial_6238634-12_main_6238634-12",
|
||||
"patch_index_path": "",
|
||||
"domain": "https://beyond.hycdn.cn"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -10,17 +10,17 @@
|
||||
"resources": [
|
||||
{
|
||||
"name": "main",
|
||||
"version": "5998981-10",
|
||||
"path": "https://beyond.hycdn.cn/6LL0KJuqHBVz33WK/1.1/resource/Android/main/5998981-10_sZ5J4VoQo2bxg4hq/files"
|
||||
"version": "6238634-12",
|
||||
"path": "https://beyond.hycdn.cn/6LL0KJuqHBVz33WK/1.1/resource/Android/main/6238634-12_9f0LgSDcpKaQTL6t/files"
|
||||
},
|
||||
{
|
||||
"name": "initial",
|
||||
"version": "5998981-10",
|
||||
"path": "https://beyond.hycdn.cn/6LL0KJuqHBVz33WK/1.1/resource/Android/initial/5998981-10_NZDmgwlkAChQxUzJ/files"
|
||||
"version": "6238634-12",
|
||||
"path": "https://beyond.hycdn.cn/6LL0KJuqHBVz33WK/1.1/resource/Android/initial/6238634-12_FqzVtIPk2NwgF5OM/files"
|
||||
}
|
||||
],
|
||||
"configs": "{\"kick_flag\":false}",
|
||||
"res_version": "initial_5998981-10_main_5998981-10",
|
||||
"res_version": "initial_6238634-12_main_6238634-12",
|
||||
"patch_index_path": "",
|
||||
"domain": "https://beyond.hycdn.cn"
|
||||
}
|
||||
|
||||
@@ -10,17 +10,17 @@
|
||||
"resources": [
|
||||
{
|
||||
"name": "main",
|
||||
"version": "5998981-10",
|
||||
"path": "https://beyond.hycdn.cn/6LL0KJuqHBVz33WK/1.1/resource/Android/main/5998981-10_sZ5J4VoQo2bxg4hq/files"
|
||||
"version": "6238634-12",
|
||||
"path": "https://beyond.hycdn.cn/6LL0KJuqHBVz33WK/1.1/resource/Android/main/6238634-12_9f0LgSDcpKaQTL6t/files"
|
||||
},
|
||||
{
|
||||
"name": "initial",
|
||||
"version": "5998981-10",
|
||||
"path": "https://beyond.hycdn.cn/6LL0KJuqHBVz33WK/1.1/resource/Android/initial/5998981-10_NZDmgwlkAChQxUzJ/files"
|
||||
"version": "6238634-12",
|
||||
"path": "https://beyond.hycdn.cn/6LL0KJuqHBVz33WK/1.1/resource/Android/initial/6238634-12_FqzVtIPk2NwgF5OM/files"
|
||||
}
|
||||
],
|
||||
"configs": "{\"kick_flag\":false}",
|
||||
"res_version": "initial_5998981-10_main_5998981-10",
|
||||
"res_version": "initial_6238634-12_main_6238634-12",
|
||||
"patch_index_path": "",
|
||||
"domain": "https://beyond.hycdn.cn"
|
||||
}
|
||||
|
||||
@@ -502,5 +502,61 @@
|
||||
"patch_index_path": "",
|
||||
"domain": "https://beyond.hycdn.cn"
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T02:00:36.776+00:00",
|
||||
"req": {
|
||||
"appCode": "6LL0KJuqHBVz33WK",
|
||||
"gameVersion": "1.1",
|
||||
"version": "1.1.9",
|
||||
"randStr": "RfPNtRXLwX2my3ep",
|
||||
"platform": "PlayStation"
|
||||
},
|
||||
"rsp": {
|
||||
"resources": [
|
||||
{
|
||||
"name": "main",
|
||||
"version": "6164589-11",
|
||||
"path": "https://beyond.hycdn.cn/6LL0KJuqHBVz33WK/1.1/resource/PlayStation/main/6164589-11_BBAZ8YHhcyKCZ5YE/files"
|
||||
},
|
||||
{
|
||||
"name": "initial",
|
||||
"version": "6164589-11",
|
||||
"path": "https://beyond.hycdn.cn/6LL0KJuqHBVz33WK/1.1/resource/PlayStation/initial/6164589-11_g10GWMCdszZWJENu/files"
|
||||
}
|
||||
],
|
||||
"configs": "{\"kick_flag\":true}",
|
||||
"res_version": "initial_6164589-11_main_6164589-11",
|
||||
"patch_index_path": "",
|
||||
"domain": "https://beyond.hycdn.cn"
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-31T02:00:39.842+00:00",
|
||||
"req": {
|
||||
"appCode": "6LL0KJuqHBVz33WK",
|
||||
"gameVersion": "1.1",
|
||||
"version": "1.1.9",
|
||||
"randStr": "RfPNtRXLwX2my3ep",
|
||||
"platform": "PlayStation"
|
||||
},
|
||||
"rsp": {
|
||||
"resources": [
|
||||
{
|
||||
"name": "main",
|
||||
"version": "6238634-12",
|
||||
"path": "https://beyond.hycdn.cn/6LL0KJuqHBVz33WK/1.1/resource/PlayStation/main/6238634-12_PYHmyZsskorusvCM/files"
|
||||
},
|
||||
{
|
||||
"name": "initial",
|
||||
"version": "6238634-12",
|
||||
"path": "https://beyond.hycdn.cn/6LL0KJuqHBVz33WK/1.1/resource/PlayStation/initial/6238634-12_Rc8Ry57YtSNDpWId/files"
|
||||
}
|
||||
],
|
||||
"configs": "{\"kick_flag\":false}",
|
||||
"res_version": "initial_6238634-12_main_6238634-12",
|
||||
"patch_index_path": "",
|
||||
"domain": "https://beyond.hycdn.cn"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -10,17 +10,17 @@
|
||||
"resources": [
|
||||
{
|
||||
"name": "main",
|
||||
"version": "5998981-10",
|
||||
"path": "https://beyond.hycdn.cn/6LL0KJuqHBVz33WK/1.1/resource/PlayStation/main/5998981-10_twWvTfzpxaYdZ24s/files"
|
||||
"version": "6238634-12",
|
||||
"path": "https://beyond.hycdn.cn/6LL0KJuqHBVz33WK/1.1/resource/PlayStation/main/6238634-12_PYHmyZsskorusvCM/files"
|
||||
},
|
||||
{
|
||||
"name": "initial",
|
||||
"version": "5998981-10",
|
||||
"path": "https://beyond.hycdn.cn/6LL0KJuqHBVz33WK/1.1/resource/PlayStation/initial/5998981-10_xYO8ydH7I8cQc3gr/files"
|
||||
"version": "6238634-12",
|
||||
"path": "https://beyond.hycdn.cn/6LL0KJuqHBVz33WK/1.1/resource/PlayStation/initial/6238634-12_Rc8Ry57YtSNDpWId/files"
|
||||
}
|
||||
],
|
||||
"configs": "{\"kick_flag\":false}",
|
||||
"res_version": "initial_5998981-10_main_5998981-10",
|
||||
"res_version": "initial_6238634-12_main_6238634-12",
|
||||
"patch_index_path": "",
|
||||
"domain": "https://beyond.hycdn.cn"
|
||||
}
|
||||
|
||||
@@ -10,17 +10,17 @@
|
||||
"resources": [
|
||||
{
|
||||
"name": "main",
|
||||
"version": "5998981-10",
|
||||
"path": "https://beyond.hycdn.cn/6LL0KJuqHBVz33WK/1.1/resource/PlayStation/main/5998981-10_twWvTfzpxaYdZ24s/files"
|
||||
"version": "6238634-12",
|
||||
"path": "https://beyond.hycdn.cn/6LL0KJuqHBVz33WK/1.1/resource/PlayStation/main/6238634-12_PYHmyZsskorusvCM/files"
|
||||
},
|
||||
{
|
||||
"name": "initial",
|
||||
"version": "5998981-10",
|
||||
"path": "https://beyond.hycdn.cn/6LL0KJuqHBVz33WK/1.1/resource/PlayStation/initial/5998981-10_xYO8ydH7I8cQc3gr/files"
|
||||
"version": "6238634-12",
|
||||
"path": "https://beyond.hycdn.cn/6LL0KJuqHBVz33WK/1.1/resource/PlayStation/initial/6238634-12_Rc8Ry57YtSNDpWId/files"
|
||||
}
|
||||
],
|
||||
"configs": "{\"kick_flag\":false}",
|
||||
"res_version": "initial_5998981-10_main_5998981-10",
|
||||
"res_version": "initial_6238634-12_main_6238634-12",
|
||||
"patch_index_path": "",
|
||||
"domain": "https://beyond.hycdn.cn"
|
||||
}
|
||||
|
||||
@@ -502,5 +502,61 @@
|
||||
"patch_index_path": "",
|
||||
"domain": "https://beyond.hycdn.cn"
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T02:00:34.576+00:00",
|
||||
"req": {
|
||||
"appCode": "6LL0KJuqHBVz33WK",
|
||||
"gameVersion": "1.1",
|
||||
"version": "1.1.9",
|
||||
"randStr": "RfPNtRXLwX2my3ep",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"resources": [
|
||||
{
|
||||
"name": "main",
|
||||
"version": "6164589-13",
|
||||
"path": "https://beyond.hycdn.cn/6LL0KJuqHBVz33WK/1.1/resource/Windows/main/6164589-13_6N4q6EEdGNPN4hZT/files"
|
||||
},
|
||||
{
|
||||
"name": "initial",
|
||||
"version": "6164589-13",
|
||||
"path": "https://beyond.hycdn.cn/6LL0KJuqHBVz33WK/1.1/resource/Windows/initial/6164589-13_uFmzUUFd4PliEqlu/files"
|
||||
}
|
||||
],
|
||||
"configs": "{\"kick_flag\":true}",
|
||||
"res_version": "initial_6164589-13_main_6164589-13",
|
||||
"patch_index_path": "",
|
||||
"domain": "https://beyond.hycdn.cn"
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-31T02:00:37.513+00:00",
|
||||
"req": {
|
||||
"appCode": "6LL0KJuqHBVz33WK",
|
||||
"gameVersion": "1.1",
|
||||
"version": "1.1.9",
|
||||
"randStr": "RfPNtRXLwX2my3ep",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"resources": [
|
||||
{
|
||||
"name": "main",
|
||||
"version": "6238634-14",
|
||||
"path": "https://beyond.hycdn.cn/6LL0KJuqHBVz33WK/1.1/resource/Windows/main/6238634-14_dEWlFy5FA8Wj4ijn/files"
|
||||
},
|
||||
{
|
||||
"name": "initial",
|
||||
"version": "6238634-14",
|
||||
"path": "https://beyond.hycdn.cn/6LL0KJuqHBVz33WK/1.1/resource/Windows/initial/6238634-14_ftds7LSoTFGq7Luq/files"
|
||||
}
|
||||
],
|
||||
"configs": "{\"kick_flag\":false}",
|
||||
"res_version": "initial_6238634-14_main_6238634-14",
|
||||
"patch_index_path": "",
|
||||
"domain": "https://beyond.hycdn.cn"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -10,17 +10,17 @@
|
||||
"resources": [
|
||||
{
|
||||
"name": "main",
|
||||
"version": "5998981-12",
|
||||
"path": "https://beyond.hycdn.cn/6LL0KJuqHBVz33WK/1.1/resource/Windows/main/5998981-12_yADk7f1BS0WEG7r2/files"
|
||||
"version": "6238634-14",
|
||||
"path": "https://beyond.hycdn.cn/6LL0KJuqHBVz33WK/1.1/resource/Windows/main/6238634-14_dEWlFy5FA8Wj4ijn/files"
|
||||
},
|
||||
{
|
||||
"name": "initial",
|
||||
"version": "5998981-12",
|
||||
"path": "https://beyond.hycdn.cn/6LL0KJuqHBVz33WK/1.1/resource/Windows/initial/5998981-12_zGnpY0e77KjEXysi/files"
|
||||
"version": "6238634-14",
|
||||
"path": "https://beyond.hycdn.cn/6LL0KJuqHBVz33WK/1.1/resource/Windows/initial/6238634-14_ftds7LSoTFGq7Luq/files"
|
||||
}
|
||||
],
|
||||
"configs": "{\"kick_flag\":false}",
|
||||
"res_version": "initial_5998981-12_main_5998981-12",
|
||||
"res_version": "initial_6238634-14_main_6238634-14",
|
||||
"patch_index_path": "",
|
||||
"domain": "https://beyond.hycdn.cn"
|
||||
}
|
||||
|
||||
@@ -10,17 +10,17 @@
|
||||
"resources": [
|
||||
{
|
||||
"name": "main",
|
||||
"version": "5998981-12",
|
||||
"path": "https://beyond.hycdn.cn/6LL0KJuqHBVz33WK/1.1/resource/Windows/main/5998981-12_yADk7f1BS0WEG7r2/files"
|
||||
"version": "6238634-14",
|
||||
"path": "https://beyond.hycdn.cn/6LL0KJuqHBVz33WK/1.1/resource/Windows/main/6238634-14_dEWlFy5FA8Wj4ijn/files"
|
||||
},
|
||||
{
|
||||
"name": "initial",
|
||||
"version": "5998981-12",
|
||||
"path": "https://beyond.hycdn.cn/6LL0KJuqHBVz33WK/1.1/resource/Windows/initial/5998981-12_zGnpY0e77KjEXysi/files"
|
||||
"version": "6238634-14",
|
||||
"path": "https://beyond.hycdn.cn/6LL0KJuqHBVz33WK/1.1/resource/Windows/initial/6238634-14_ftds7LSoTFGq7Luq/files"
|
||||
}
|
||||
],
|
||||
"configs": "{\"kick_flag\":false}",
|
||||
"res_version": "initial_5998981-12_main_5998981-12",
|
||||
"res_version": "initial_6238634-14_main_6238634-14",
|
||||
"patch_index_path": "",
|
||||
"domain": "https://beyond.hycdn.cn"
|
||||
}
|
||||
|
||||
@@ -502,5 +502,61 @@
|
||||
"patch_index_path": "",
|
||||
"domain": "https://beyond.hycdn.cn"
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T02:00:36.051+00:00",
|
||||
"req": {
|
||||
"appCode": "6LL0KJuqHBVz33WK",
|
||||
"gameVersion": "1.1",
|
||||
"version": "1.1.9",
|
||||
"randStr": "RfPNtRXLwX2my3ep",
|
||||
"platform": "iOS"
|
||||
},
|
||||
"rsp": {
|
||||
"resources": [
|
||||
{
|
||||
"name": "main",
|
||||
"version": "6164589-11",
|
||||
"path": "https://beyond.hycdn.cn/6LL0KJuqHBVz33WK/1.1/resource/iOS/main/6164589-11_EBDrBNWDPBiUwLXg/files"
|
||||
},
|
||||
{
|
||||
"name": "initial",
|
||||
"version": "6164589-11",
|
||||
"path": "https://beyond.hycdn.cn/6LL0KJuqHBVz33WK/1.1/resource/iOS/initial/6164589-11_w5qeRMBFCLTRIPp8/files"
|
||||
}
|
||||
],
|
||||
"configs": "{\"kick_flag\":true}",
|
||||
"res_version": "initial_6164589-11_main_6164589-11",
|
||||
"patch_index_path": "",
|
||||
"domain": "https://beyond.hycdn.cn"
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-31T02:00:39.090+00:00",
|
||||
"req": {
|
||||
"appCode": "6LL0KJuqHBVz33WK",
|
||||
"gameVersion": "1.1",
|
||||
"version": "1.1.9",
|
||||
"randStr": "RfPNtRXLwX2my3ep",
|
||||
"platform": "iOS"
|
||||
},
|
||||
"rsp": {
|
||||
"resources": [
|
||||
{
|
||||
"name": "main",
|
||||
"version": "6238634-14",
|
||||
"path": "https://beyond.hycdn.cn/6LL0KJuqHBVz33WK/1.1/resource/iOS/main/6238634-14_aRqB03otELJAYpoy/files"
|
||||
},
|
||||
{
|
||||
"name": "initial",
|
||||
"version": "6238634-14",
|
||||
"path": "https://beyond.hycdn.cn/6LL0KJuqHBVz33WK/1.1/resource/iOS/initial/6238634-14_IsrAvfVaQ2KerR0t/files"
|
||||
}
|
||||
],
|
||||
"configs": "{\"kick_flag\":false}",
|
||||
"res_version": "initial_6238634-14_main_6238634-14",
|
||||
"patch_index_path": "",
|
||||
"domain": "https://beyond.hycdn.cn"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -10,17 +10,17 @@
|
||||
"resources": [
|
||||
{
|
||||
"name": "main",
|
||||
"version": "5998981-10",
|
||||
"path": "https://beyond.hycdn.cn/6LL0KJuqHBVz33WK/1.1/resource/iOS/main/5998981-10_WL5LiTYp5BgvbEtl/files"
|
||||
"version": "6238634-14",
|
||||
"path": "https://beyond.hycdn.cn/6LL0KJuqHBVz33WK/1.1/resource/iOS/main/6238634-14_aRqB03otELJAYpoy/files"
|
||||
},
|
||||
{
|
||||
"name": "initial",
|
||||
"version": "5998981-10",
|
||||
"path": "https://beyond.hycdn.cn/6LL0KJuqHBVz33WK/1.1/resource/iOS/initial/5998981-10_dhwaK9morVFMkwtB/files"
|
||||
"version": "6238634-14",
|
||||
"path": "https://beyond.hycdn.cn/6LL0KJuqHBVz33WK/1.1/resource/iOS/initial/6238634-14_IsrAvfVaQ2KerR0t/files"
|
||||
}
|
||||
],
|
||||
"configs": "{\"kick_flag\":false}",
|
||||
"res_version": "initial_5998981-10_main_5998981-10",
|
||||
"res_version": "initial_6238634-14_main_6238634-14",
|
||||
"patch_index_path": "",
|
||||
"domain": "https://beyond.hycdn.cn"
|
||||
}
|
||||
|
||||
@@ -10,17 +10,17 @@
|
||||
"resources": [
|
||||
{
|
||||
"name": "main",
|
||||
"version": "5998981-10",
|
||||
"path": "https://beyond.hycdn.cn/6LL0KJuqHBVz33WK/1.1/resource/iOS/main/5998981-10_WL5LiTYp5BgvbEtl/files"
|
||||
"version": "6238634-14",
|
||||
"path": "https://beyond.hycdn.cn/6LL0KJuqHBVz33WK/1.1/resource/iOS/main/6238634-14_aRqB03otELJAYpoy/files"
|
||||
},
|
||||
{
|
||||
"name": "initial",
|
||||
"version": "5998981-10",
|
||||
"path": "https://beyond.hycdn.cn/6LL0KJuqHBVz33WK/1.1/resource/iOS/initial/5998981-10_dhwaK9morVFMkwtB/files"
|
||||
"version": "6238634-14",
|
||||
"path": "https://beyond.hycdn.cn/6LL0KJuqHBVz33WK/1.1/resource/iOS/initial/6238634-14_IsrAvfVaQ2KerR0t/files"
|
||||
}
|
||||
],
|
||||
"configs": "{\"kick_flag\":false}",
|
||||
"res_version": "initial_5998981-10_main_5998981-10",
|
||||
"res_version": "initial_6238634-14_main_6238634-14",
|
||||
"patch_index_path": "",
|
||||
"domain": "https://beyond.hycdn.cn"
|
||||
}
|
||||
|
||||
@@ -950,5 +950,61 @@
|
||||
"patch_index_path": "",
|
||||
"domain": "https://beyond.hg-cdn.com"
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T02:30:30.126+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"gameVersion": "1.1",
|
||||
"version": "1.1.9",
|
||||
"randStr": "PPTMaQzu2HpbgY7P",
|
||||
"platform": "Android"
|
||||
},
|
||||
"rsp": {
|
||||
"resources": [
|
||||
{
|
||||
"name": "main",
|
||||
"version": "6164589-11",
|
||||
"path": "https://beyond.hg-cdn.com/YDUTE5gscDZ229CW/1.1/resource/Android/main/6164589-11_Vj5jgt3UidEA1ANb/files"
|
||||
},
|
||||
{
|
||||
"name": "initial",
|
||||
"version": "6164589-11",
|
||||
"path": "https://beyond.hg-cdn.com/YDUTE5gscDZ229CW/1.1/resource/Android/initial/6164589-11_4u2MD7bFfZdpCLju/files"
|
||||
}
|
||||
],
|
||||
"configs": "{\"kick_flag\":true}",
|
||||
"res_version": "initial_6164589-11_main_6164589-11",
|
||||
"patch_index_path": "",
|
||||
"domain": "https://beyond.hg-cdn.com"
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-31T02:30:33.344+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"gameVersion": "1.1",
|
||||
"version": "1.1.9",
|
||||
"randStr": "PPTMaQzu2HpbgY7P",
|
||||
"platform": "Android"
|
||||
},
|
||||
"rsp": {
|
||||
"resources": [
|
||||
{
|
||||
"name": "main",
|
||||
"version": "6238634-12",
|
||||
"path": "https://beyond.hg-cdn.com/YDUTE5gscDZ229CW/1.1/resource/Android/main/6238634-12_ifT096qknnIYjhir/files"
|
||||
},
|
||||
{
|
||||
"name": "initial",
|
||||
"version": "6238634-12",
|
||||
"path": "https://beyond.hg-cdn.com/YDUTE5gscDZ229CW/1.1/resource/Android/initial/6238634-12_u2LaekfUH5o1PSYE/files"
|
||||
}
|
||||
],
|
||||
"configs": "{\"kick_flag\":false}",
|
||||
"res_version": "initial_6238634-12_main_6238634-12",
|
||||
"patch_index_path": "",
|
||||
"domain": "https://beyond.hg-cdn.com"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -10,17 +10,17 @@
|
||||
"resources": [
|
||||
{
|
||||
"name": "main",
|
||||
"version": "5998981-10",
|
||||
"path": "https://beyond.hg-cdn.com/YDUTE5gscDZ229CW/1.1/resource/Android/main/5998981-10_cSJn1DUqJDEgJgIQ/files"
|
||||
"version": "6238634-12",
|
||||
"path": "https://beyond.hg-cdn.com/YDUTE5gscDZ229CW/1.1/resource/Android/main/6238634-12_ifT096qknnIYjhir/files"
|
||||
},
|
||||
{
|
||||
"name": "initial",
|
||||
"version": "5998981-10",
|
||||
"path": "https://beyond.hg-cdn.com/YDUTE5gscDZ229CW/1.1/resource/Android/initial/5998981-10_dSM176r9moW9qPbF/files"
|
||||
"version": "6238634-12",
|
||||
"path": "https://beyond.hg-cdn.com/YDUTE5gscDZ229CW/1.1/resource/Android/initial/6238634-12_u2LaekfUH5o1PSYE/files"
|
||||
}
|
||||
],
|
||||
"configs": "{\"kick_flag\":false}",
|
||||
"res_version": "initial_5998981-10_main_5998981-10",
|
||||
"res_version": "initial_6238634-12_main_6238634-12",
|
||||
"patch_index_path": "",
|
||||
"domain": "https://beyond.hg-cdn.com"
|
||||
}
|
||||
|
||||
@@ -10,17 +10,17 @@
|
||||
"resources": [
|
||||
{
|
||||
"name": "main",
|
||||
"version": "5998981-10",
|
||||
"path": "https://beyond.hg-cdn.com/YDUTE5gscDZ229CW/1.1/resource/Android/main/5998981-10_cSJn1DUqJDEgJgIQ/files"
|
||||
"version": "6238634-12",
|
||||
"path": "https://beyond.hg-cdn.com/YDUTE5gscDZ229CW/1.1/resource/Android/main/6238634-12_ifT096qknnIYjhir/files"
|
||||
},
|
||||
{
|
||||
"name": "initial",
|
||||
"version": "5998981-10",
|
||||
"path": "https://beyond.hg-cdn.com/YDUTE5gscDZ229CW/1.1/resource/Android/initial/5998981-10_dSM176r9moW9qPbF/files"
|
||||
"version": "6238634-12",
|
||||
"path": "https://beyond.hg-cdn.com/YDUTE5gscDZ229CW/1.1/resource/Android/initial/6238634-12_u2LaekfUH5o1PSYE/files"
|
||||
}
|
||||
],
|
||||
"configs": "{\"kick_flag\":false}",
|
||||
"res_version": "initial_5998981-10_main_5998981-10",
|
||||
"res_version": "initial_6238634-12_main_6238634-12",
|
||||
"patch_index_path": "",
|
||||
"domain": "https://beyond.hg-cdn.com"
|
||||
}
|
||||
|
||||
@@ -950,5 +950,61 @@
|
||||
"patch_index_path": "",
|
||||
"domain": "https://beyond.hg-cdn.com"
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T02:30:31.618+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"gameVersion": "1.1",
|
||||
"version": "1.1.9",
|
||||
"randStr": "PPTMaQzu2HpbgY7P",
|
||||
"platform": "PlayStation"
|
||||
},
|
||||
"rsp": {
|
||||
"resources": [
|
||||
{
|
||||
"name": "main",
|
||||
"version": "6164589-11",
|
||||
"path": "https://beyond.hg-cdn.com/YDUTE5gscDZ229CW/1.1/resource/PlayStation/main/6164589-11_8FTxNuO1zL7kmMcc/files"
|
||||
},
|
||||
{
|
||||
"name": "initial",
|
||||
"version": "6164589-11",
|
||||
"path": "https://beyond.hg-cdn.com/YDUTE5gscDZ229CW/1.1/resource/PlayStation/initial/6164589-11_tBsqcpEWmsx4TJns/files"
|
||||
}
|
||||
],
|
||||
"configs": "{\"kick_flag\":true}",
|
||||
"res_version": "initial_6164589-11_main_6164589-11",
|
||||
"patch_index_path": "",
|
||||
"domain": "https://beyond.hg-cdn.com"
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-31T02:30:34.943+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"gameVersion": "1.1",
|
||||
"version": "1.1.9",
|
||||
"randStr": "PPTMaQzu2HpbgY7P",
|
||||
"platform": "PlayStation"
|
||||
},
|
||||
"rsp": {
|
||||
"resources": [
|
||||
{
|
||||
"name": "main",
|
||||
"version": "6238634-12",
|
||||
"path": "https://beyond.hg-cdn.com/YDUTE5gscDZ229CW/1.1/resource/PlayStation/main/6238634-12_jt6qZbZ4quiBCYzl/files"
|
||||
},
|
||||
{
|
||||
"name": "initial",
|
||||
"version": "6238634-12",
|
||||
"path": "https://beyond.hg-cdn.com/YDUTE5gscDZ229CW/1.1/resource/PlayStation/initial/6238634-12_q2pUcKU9awgXOCZ2/files"
|
||||
}
|
||||
],
|
||||
"configs": "{\"kick_flag\":false}",
|
||||
"res_version": "initial_6238634-12_main_6238634-12",
|
||||
"patch_index_path": "",
|
||||
"domain": "https://beyond.hg-cdn.com"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -10,17 +10,17 @@
|
||||
"resources": [
|
||||
{
|
||||
"name": "main",
|
||||
"version": "5998981-10",
|
||||
"path": "https://beyond.hg-cdn.com/YDUTE5gscDZ229CW/1.1/resource/PlayStation/main/5998981-10_MLLKfeqKqjy0673l/files"
|
||||
"version": "6238634-12",
|
||||
"path": "https://beyond.hg-cdn.com/YDUTE5gscDZ229CW/1.1/resource/PlayStation/main/6238634-12_jt6qZbZ4quiBCYzl/files"
|
||||
},
|
||||
{
|
||||
"name": "initial",
|
||||
"version": "5998981-10",
|
||||
"path": "https://beyond.hg-cdn.com/YDUTE5gscDZ229CW/1.1/resource/PlayStation/initial/5998981-10_BqjmR5E5xdLSaEmU/files"
|
||||
"version": "6238634-12",
|
||||
"path": "https://beyond.hg-cdn.com/YDUTE5gscDZ229CW/1.1/resource/PlayStation/initial/6238634-12_q2pUcKU9awgXOCZ2/files"
|
||||
}
|
||||
],
|
||||
"configs": "{\"kick_flag\":false}",
|
||||
"res_version": "initial_5998981-10_main_5998981-10",
|
||||
"res_version": "initial_6238634-12_main_6238634-12",
|
||||
"patch_index_path": "",
|
||||
"domain": "https://beyond.hg-cdn.com"
|
||||
}
|
||||
|
||||
@@ -10,17 +10,17 @@
|
||||
"resources": [
|
||||
{
|
||||
"name": "main",
|
||||
"version": "5998981-10",
|
||||
"path": "https://beyond.hg-cdn.com/YDUTE5gscDZ229CW/1.1/resource/PlayStation/main/5998981-10_MLLKfeqKqjy0673l/files"
|
||||
"version": "6238634-12",
|
||||
"path": "https://beyond.hg-cdn.com/YDUTE5gscDZ229CW/1.1/resource/PlayStation/main/6238634-12_jt6qZbZ4quiBCYzl/files"
|
||||
},
|
||||
{
|
||||
"name": "initial",
|
||||
"version": "5998981-10",
|
||||
"path": "https://beyond.hg-cdn.com/YDUTE5gscDZ229CW/1.1/resource/PlayStation/initial/5998981-10_BqjmR5E5xdLSaEmU/files"
|
||||
"version": "6238634-12",
|
||||
"path": "https://beyond.hg-cdn.com/YDUTE5gscDZ229CW/1.1/resource/PlayStation/initial/6238634-12_q2pUcKU9awgXOCZ2/files"
|
||||
}
|
||||
],
|
||||
"configs": "{\"kick_flag\":false}",
|
||||
"res_version": "initial_5998981-10_main_5998981-10",
|
||||
"res_version": "initial_6238634-12_main_6238634-12",
|
||||
"patch_index_path": "",
|
||||
"domain": "https://beyond.hg-cdn.com"
|
||||
}
|
||||
|
||||
@@ -1034,5 +1034,61 @@
|
||||
"patch_index_path": "",
|
||||
"domain": "https://beyond.hg-cdn.com"
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T02:30:29.349+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"gameVersion": "1.1",
|
||||
"version": "1.1.9",
|
||||
"randStr": "PPTMaQzu2HpbgY7P",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"resources": [
|
||||
{
|
||||
"name": "main",
|
||||
"version": "6164589-13",
|
||||
"path": "https://beyond.hg-cdn.com/YDUTE5gscDZ229CW/1.1/resource/Windows/main/6164589-13_MUJG63lwx3CO7a5v/files"
|
||||
},
|
||||
{
|
||||
"name": "initial",
|
||||
"version": "6164589-13",
|
||||
"path": "https://beyond.hg-cdn.com/YDUTE5gscDZ229CW/1.1/resource/Windows/initial/6164589-13_AJ9J45ri5TjF3KxD/files"
|
||||
}
|
||||
],
|
||||
"configs": "{\"kick_flag\":true}",
|
||||
"res_version": "initial_6164589-13_main_6164589-13",
|
||||
"patch_index_path": "",
|
||||
"domain": "https://beyond.hg-cdn.com"
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-31T02:30:32.581+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"gameVersion": "1.1",
|
||||
"version": "1.1.9",
|
||||
"randStr": "PPTMaQzu2HpbgY7P",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"resources": [
|
||||
{
|
||||
"name": "main",
|
||||
"version": "6238634-14",
|
||||
"path": "https://beyond.hg-cdn.com/YDUTE5gscDZ229CW/1.1/resource/Windows/main/6238634-14_mW7tHaWCJWdHvrg7/files"
|
||||
},
|
||||
{
|
||||
"name": "initial",
|
||||
"version": "6238634-14",
|
||||
"path": "https://beyond.hg-cdn.com/YDUTE5gscDZ229CW/1.1/resource/Windows/initial/6238634-14_ljdgos3ayJD2QaUR/files"
|
||||
}
|
||||
],
|
||||
"configs": "{\"kick_flag\":false}",
|
||||
"res_version": "initial_6238634-14_main_6238634-14",
|
||||
"patch_index_path": "",
|
||||
"domain": "https://beyond.hg-cdn.com"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -10,17 +10,17 @@
|
||||
"resources": [
|
||||
{
|
||||
"name": "main",
|
||||
"version": "5998981-12",
|
||||
"path": "https://beyond.hg-cdn.com/YDUTE5gscDZ229CW/1.1/resource/Windows/main/5998981-12_pXDPnMZY3orirJOO/files"
|
||||
"version": "6238634-14",
|
||||
"path": "https://beyond.hg-cdn.com/YDUTE5gscDZ229CW/1.1/resource/Windows/main/6238634-14_mW7tHaWCJWdHvrg7/files"
|
||||
},
|
||||
{
|
||||
"name": "initial",
|
||||
"version": "5998981-12",
|
||||
"path": "https://beyond.hg-cdn.com/YDUTE5gscDZ229CW/1.1/resource/Windows/initial/5998981-12_NiISLZmCatO52cpa/files"
|
||||
"version": "6238634-14",
|
||||
"path": "https://beyond.hg-cdn.com/YDUTE5gscDZ229CW/1.1/resource/Windows/initial/6238634-14_ljdgos3ayJD2QaUR/files"
|
||||
}
|
||||
],
|
||||
"configs": "{\"kick_flag\":false}",
|
||||
"res_version": "initial_5998981-12_main_5998981-12",
|
||||
"res_version": "initial_6238634-14_main_6238634-14",
|
||||
"patch_index_path": "",
|
||||
"domain": "https://beyond.hg-cdn.com"
|
||||
}
|
||||
|
||||
@@ -10,17 +10,17 @@
|
||||
"resources": [
|
||||
{
|
||||
"name": "main",
|
||||
"version": "5998981-12",
|
||||
"path": "https://beyond.hg-cdn.com/YDUTE5gscDZ229CW/1.1/resource/Windows/main/5998981-12_pXDPnMZY3orirJOO/files"
|
||||
"version": "6238634-14",
|
||||
"path": "https://beyond.hg-cdn.com/YDUTE5gscDZ229CW/1.1/resource/Windows/main/6238634-14_mW7tHaWCJWdHvrg7/files"
|
||||
},
|
||||
{
|
||||
"name": "initial",
|
||||
"version": "5998981-12",
|
||||
"path": "https://beyond.hg-cdn.com/YDUTE5gscDZ229CW/1.1/resource/Windows/initial/5998981-12_NiISLZmCatO52cpa/files"
|
||||
"version": "6238634-14",
|
||||
"path": "https://beyond.hg-cdn.com/YDUTE5gscDZ229CW/1.1/resource/Windows/initial/6238634-14_ljdgos3ayJD2QaUR/files"
|
||||
}
|
||||
],
|
||||
"configs": "{\"kick_flag\":false}",
|
||||
"res_version": "initial_5998981-12_main_5998981-12",
|
||||
"res_version": "initial_6238634-14_main_6238634-14",
|
||||
"patch_index_path": "",
|
||||
"domain": "https://beyond.hg-cdn.com"
|
||||
}
|
||||
|
||||
@@ -950,5 +950,61 @@
|
||||
"patch_index_path": "",
|
||||
"domain": "https://beyond.hg-cdn.com"
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T02:30:30.867+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"gameVersion": "1.1",
|
||||
"version": "1.1.9",
|
||||
"randStr": "PPTMaQzu2HpbgY7P",
|
||||
"platform": "iOS"
|
||||
},
|
||||
"rsp": {
|
||||
"resources": [
|
||||
{
|
||||
"name": "main",
|
||||
"version": "6164589-11",
|
||||
"path": "https://beyond.hg-cdn.com/YDUTE5gscDZ229CW/1.1/resource/iOS/main/6164589-11_Xtl74lcAeC56AqrB/files"
|
||||
},
|
||||
{
|
||||
"name": "initial",
|
||||
"version": "6164589-11",
|
||||
"path": "https://beyond.hg-cdn.com/YDUTE5gscDZ229CW/1.1/resource/iOS/initial/6164589-11_U1zZVjeada5BXWa3/files"
|
||||
}
|
||||
],
|
||||
"configs": "{\"kick_flag\":true}",
|
||||
"res_version": "initial_6164589-11_main_6164589-11",
|
||||
"patch_index_path": "",
|
||||
"domain": "https://beyond.hg-cdn.com"
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-31T02:30:34.086+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"gameVersion": "1.1",
|
||||
"version": "1.1.9",
|
||||
"randStr": "PPTMaQzu2HpbgY7P",
|
||||
"platform": "iOS"
|
||||
},
|
||||
"rsp": {
|
||||
"resources": [
|
||||
{
|
||||
"name": "main",
|
||||
"version": "6238634-14",
|
||||
"path": "https://beyond.hg-cdn.com/YDUTE5gscDZ229CW/1.1/resource/iOS/main/6238634-14_687uK9odqPPmu0hb/files"
|
||||
},
|
||||
{
|
||||
"name": "initial",
|
||||
"version": "6238634-14",
|
||||
"path": "https://beyond.hg-cdn.com/YDUTE5gscDZ229CW/1.1/resource/iOS/initial/6238634-14_JFtnH8wdwFLjBvzZ/files"
|
||||
}
|
||||
],
|
||||
"configs": "{\"kick_flag\":false}",
|
||||
"res_version": "initial_6238634-14_main_6238634-14",
|
||||
"patch_index_path": "",
|
||||
"domain": "https://beyond.hg-cdn.com"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -10,17 +10,17 @@
|
||||
"resources": [
|
||||
{
|
||||
"name": "main",
|
||||
"version": "5998981-10",
|
||||
"path": "https://beyond.hg-cdn.com/YDUTE5gscDZ229CW/1.1/resource/iOS/main/5998981-10_Us32zZdCwzIWu74l/files"
|
||||
"version": "6238634-14",
|
||||
"path": "https://beyond.hg-cdn.com/YDUTE5gscDZ229CW/1.1/resource/iOS/main/6238634-14_687uK9odqPPmu0hb/files"
|
||||
},
|
||||
{
|
||||
"name": "initial",
|
||||
"version": "5998981-10",
|
||||
"path": "https://beyond.hg-cdn.com/YDUTE5gscDZ229CW/1.1/resource/iOS/initial/5998981-10_FZ3QOF1zjS8HNbpB/files"
|
||||
"version": "6238634-14",
|
||||
"path": "https://beyond.hg-cdn.com/YDUTE5gscDZ229CW/1.1/resource/iOS/initial/6238634-14_JFtnH8wdwFLjBvzZ/files"
|
||||
}
|
||||
],
|
||||
"configs": "{\"kick_flag\":false}",
|
||||
"res_version": "initial_5998981-10_main_5998981-10",
|
||||
"res_version": "initial_6238634-14_main_6238634-14",
|
||||
"patch_index_path": "",
|
||||
"domain": "https://beyond.hg-cdn.com"
|
||||
}
|
||||
|
||||
@@ -10,17 +10,17 @@
|
||||
"resources": [
|
||||
{
|
||||
"name": "main",
|
||||
"version": "5998981-10",
|
||||
"path": "https://beyond.hg-cdn.com/YDUTE5gscDZ229CW/1.1/resource/iOS/main/5998981-10_Us32zZdCwzIWu74l/files"
|
||||
"version": "6238634-14",
|
||||
"path": "https://beyond.hg-cdn.com/YDUTE5gscDZ229CW/1.1/resource/iOS/main/6238634-14_687uK9odqPPmu0hb/files"
|
||||
},
|
||||
{
|
||||
"name": "initial",
|
||||
"version": "5998981-10",
|
||||
"path": "https://beyond.hg-cdn.com/YDUTE5gscDZ229CW/1.1/resource/iOS/initial/5998981-10_FZ3QOF1zjS8HNbpB/files"
|
||||
"version": "6238634-14",
|
||||
"path": "https://beyond.hg-cdn.com/YDUTE5gscDZ229CW/1.1/resource/iOS/initial/6238634-14_JFtnH8wdwFLjBvzZ/files"
|
||||
}
|
||||
],
|
||||
"configs": "{\"kick_flag\":false}",
|
||||
"res_version": "initial_5998981-10_main_5998981-10",
|
||||
"res_version": "initial_6238634-14_main_6238634-14",
|
||||
"patch_index_path": "",
|
||||
"domain": "https://beyond.hg-cdn.com"
|
||||
}
|
||||
|
||||
@@ -1340,5 +1340,775 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-20T16:00:46.464+00:00",
|
||||
"req": {
|
||||
"appCode": "6LL0KJuqHBVz33WK",
|
||||
"channel": 1,
|
||||
"subChannel": 1,
|
||||
"lang": "zh-cn",
|
||||
"region": "cn",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "公告",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "NVIDIA 驱动程序新版本可能导致游戏表现异常的问题说明",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/3819",
|
||||
"start_ts": "1773654000000",
|
||||
"id": "118",
|
||||
"need_token": true
|
||||
},
|
||||
{
|
||||
"content": "「新潮起,故渊离」版本更新说明",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/6003",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "108",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「河流的女儿」特许寻访说明",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/5992",
|
||||
"start_ts": "1773158400000",
|
||||
"id": "106",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「新芽申领」限时特卖说明",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/4784",
|
||||
"start_ts": "1773158400000",
|
||||
"id": "107",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "关于使用非官方工具的安全风险提示",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/9345",
|
||||
"start_ts": "1773279000000",
|
||||
"id": "109",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "《明日方舟:终末地》游戏工具指南",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/5906",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "61",
|
||||
"need_token": true
|
||||
},
|
||||
{
|
||||
"content": "关注官方社媒账号领奖励",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/4795",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "62",
|
||||
"need_token": true
|
||||
}
|
||||
],
|
||||
"tab_id": "32"
|
||||
},
|
||||
{
|
||||
"tabName": "新闻",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "《明日方舟:终末地》「新潮起,故渊离」研发通讯",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/7225",
|
||||
"start_ts": "1772445600000",
|
||||
"id": "98",
|
||||
"need_token": true
|
||||
}
|
||||
],
|
||||
"tab_id": "33"
|
||||
},
|
||||
{
|
||||
"tabName": "资讯",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "新潮驿站系列 衍生品新品上架",
|
||||
"jump_url": "http://arknightsendfieldyx.tmall.com/index.htm",
|
||||
"start_ts": "1773633600000",
|
||||
"id": "112",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「新潮起,故渊离」创作征集活动",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/0436",
|
||||
"start_ts": "1773378000000",
|
||||
"id": "111",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "【有奖活动】「新潮起,故渊离」热议中!",
|
||||
"jump_url": "https://www.skland.com/article?id=5648720&hg_media=launcher&hg_link_campaign=announcement",
|
||||
"start_ts": "1773309600000",
|
||||
"id": "110",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "34"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-25T16:00:53.333+00:00",
|
||||
"req": {
|
||||
"appCode": "6LL0KJuqHBVz33WK",
|
||||
"channel": 1,
|
||||
"subChannel": 1,
|
||||
"lang": "zh-cn",
|
||||
"region": "cn",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "公告",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "NVIDIA 驱动程序新版本可能导致游戏表现异常的问题说明",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/3819",
|
||||
"start_ts": "1773654000000",
|
||||
"id": "118",
|
||||
"need_token": true
|
||||
},
|
||||
{
|
||||
"content": "「新潮起,故渊离」版本更新说明",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/6003",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "108",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「河流的女儿」特许寻访说明",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/5992",
|
||||
"start_ts": "1773158400000",
|
||||
"id": "106",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「新芽申领」限时特卖说明",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/4784",
|
||||
"start_ts": "1773158400000",
|
||||
"id": "107",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "关于使用非官方工具的安全风险提示",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/9345",
|
||||
"start_ts": "1773279000000",
|
||||
"id": "109",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "《明日方舟:终末地》游戏工具指南",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/5906",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "61",
|
||||
"need_token": true
|
||||
},
|
||||
{
|
||||
"content": "关注官方社媒账号领奖励",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/4795",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "62",
|
||||
"need_token": true
|
||||
}
|
||||
],
|
||||
"tab_id": "32"
|
||||
},
|
||||
{
|
||||
"tabName": "新闻",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "《明日方舟:终末地》「新潮起,故渊离」研发通讯",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/7225",
|
||||
"start_ts": "1772445600000",
|
||||
"id": "98",
|
||||
"need_token": true
|
||||
}
|
||||
],
|
||||
"tab_id": "33"
|
||||
},
|
||||
{
|
||||
"tabName": "资讯",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "新潮驿站系列 衍生品新品上架",
|
||||
"jump_url": "http://arknightsendfieldyx.tmall.com/index.htm",
|
||||
"start_ts": "1773633600000",
|
||||
"id": "112",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「新潮起,故渊离」创作征集活动",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/0436",
|
||||
"start_ts": "1773378000000",
|
||||
"id": "111",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "34"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-26T06:00:46.044+00:00",
|
||||
"req": {
|
||||
"appCode": "6LL0KJuqHBVz33WK",
|
||||
"channel": 1,
|
||||
"subChannel": 1,
|
||||
"lang": "zh-cn",
|
||||
"region": "cn",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "公告",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "NVIDIA 驱动程序新版本可能导致游戏表现异常的问题说明",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/3819",
|
||||
"start_ts": "1773654000000",
|
||||
"id": "118",
|
||||
"need_token": true
|
||||
},
|
||||
{
|
||||
"content": "「新潮起,故渊离」版本更新说明",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/6003",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "108",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「河流的女儿」特许寻访说明",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/5992",
|
||||
"start_ts": "1773158400000",
|
||||
"id": "106",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「新芽申领」限时特卖说明",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/4784",
|
||||
"start_ts": "1773158400000",
|
||||
"id": "107",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "关于使用非官方工具的安全风险提示",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/9345",
|
||||
"start_ts": "1773279000000",
|
||||
"id": "109",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "《明日方舟:终末地》游戏工具指南",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/5906",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "61",
|
||||
"need_token": true
|
||||
},
|
||||
{
|
||||
"content": "关注官方社媒账号领奖励",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/4795",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "62",
|
||||
"need_token": true
|
||||
}
|
||||
],
|
||||
"tab_id": "32"
|
||||
},
|
||||
{
|
||||
"tabName": "新闻",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "《明日方舟:终末地》「新潮起,故渊离」研发通讯",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/7225",
|
||||
"start_ts": "1772445600000",
|
||||
"id": "98",
|
||||
"need_token": true
|
||||
}
|
||||
],
|
||||
"tab_id": "33"
|
||||
},
|
||||
{
|
||||
"tabName": "资讯",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "【有奖活动】一起寻找龙泡泡吧!",
|
||||
"jump_url": "https://www.skland.com/article?id=5691413",
|
||||
"start_ts": "1774504800000",
|
||||
"id": "125",
|
||||
"need_token": true
|
||||
},
|
||||
{
|
||||
"content": "新潮驿站系列 衍生品新品上架",
|
||||
"jump_url": "http://arknightsendfieldyx.tmall.com/index.htm",
|
||||
"start_ts": "1773633600000",
|
||||
"id": "112",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「新潮起,故渊离」创作征集活动",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/0436",
|
||||
"start_ts": "1773378000000",
|
||||
"id": "111",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "34"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:00:42.280+00:00",
|
||||
"req": {
|
||||
"appCode": "6LL0KJuqHBVz33WK",
|
||||
"channel": 1,
|
||||
"subChannel": 1,
|
||||
"lang": "zh-cn",
|
||||
"region": "cn",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "公告",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "「狼珀」特许寻访说明",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/7224",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "123",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「绯珀申领」限时特卖说明",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/4783",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "124",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "NVIDIA 驱动程序新版本可能导致游戏表现异常的问题说明",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/3819",
|
||||
"start_ts": "1773654000000",
|
||||
"id": "118",
|
||||
"need_token": true
|
||||
},
|
||||
{
|
||||
"content": "「新潮起,故渊离」版本更新说明",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/6003",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "108",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "关于使用非官方工具的安全风险提示",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/9345",
|
||||
"start_ts": "1773279000000",
|
||||
"id": "109",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "《明日方舟:终末地》游戏工具指南",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/5906",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "61",
|
||||
"need_token": true
|
||||
},
|
||||
{
|
||||
"content": "关注官方社媒账号领奖励",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/4795",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "62",
|
||||
"need_token": true
|
||||
}
|
||||
],
|
||||
"tab_id": "32"
|
||||
},
|
||||
{
|
||||
"tabName": "新闻",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "《明日方舟:终末地》「新潮起,故渊离」研发通讯",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/7225",
|
||||
"start_ts": "1772445600000",
|
||||
"id": "98",
|
||||
"need_token": true
|
||||
}
|
||||
],
|
||||
"tab_id": "33"
|
||||
},
|
||||
{
|
||||
"tabName": "资讯",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "【有奖活动】一起寻找龙泡泡吧!",
|
||||
"jump_url": "https://www.skland.com/article?id=5691413",
|
||||
"start_ts": "1774504800000",
|
||||
"id": "125",
|
||||
"need_token": true
|
||||
},
|
||||
{
|
||||
"content": "新潮驿站系列 衍生品新品上架",
|
||||
"jump_url": "http://arknightsendfieldyx.tmall.com/index.htm",
|
||||
"start_ts": "1773633600000",
|
||||
"id": "112",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「新潮起,故渊离」创作征集活动",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/0436",
|
||||
"start_ts": "1773378000000",
|
||||
"id": "111",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "34"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-30T16:00:48.918+00:00",
|
||||
"req": {
|
||||
"appCode": "6LL0KJuqHBVz33WK",
|
||||
"channel": 1,
|
||||
"subChannel": 1,
|
||||
"lang": "zh-cn",
|
||||
"region": "cn",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "公告",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "「狼珀」特许寻访说明",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/7224",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "123",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「绯珀申领」限时特卖说明",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/4783",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "124",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "NVIDIA 驱动程序新版本可能导致游戏表现异常的问题说明",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/3819",
|
||||
"start_ts": "1773654000000",
|
||||
"id": "118",
|
||||
"need_token": true
|
||||
},
|
||||
{
|
||||
"content": "「新潮起,故渊离」版本更新说明",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/6003",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "108",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "关于使用非官方工具的安全风险提示",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/9345",
|
||||
"start_ts": "1773279000000",
|
||||
"id": "109",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "《明日方舟:终末地》游戏工具指南",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/5906",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "61",
|
||||
"need_token": true
|
||||
},
|
||||
{
|
||||
"content": "关注官方社媒账号领奖励",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/4795",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "62",
|
||||
"need_token": true
|
||||
}
|
||||
],
|
||||
"tab_id": "32"
|
||||
},
|
||||
{
|
||||
"tabName": "新闻",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "《明日方舟:终末地》「新潮起,故渊离」研发通讯",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/7225",
|
||||
"start_ts": "1772445600000",
|
||||
"id": "98",
|
||||
"need_token": true
|
||||
}
|
||||
],
|
||||
"tab_id": "33"
|
||||
},
|
||||
{
|
||||
"tabName": "资讯",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "【有奖活动】一起寻找龙泡泡吧!",
|
||||
"jump_url": "https://www.skland.com/article?id=5691413",
|
||||
"start_ts": "1774504800000",
|
||||
"id": "125",
|
||||
"need_token": true
|
||||
},
|
||||
{
|
||||
"content": "「新潮起,故渊离」创作征集活动",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/0436",
|
||||
"start_ts": "1773378000000",
|
||||
"id": "111",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "34"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-31T06:00:43.916+00:00",
|
||||
"req": {
|
||||
"appCode": "6LL0KJuqHBVz33WK",
|
||||
"channel": 1,
|
||||
"subChannel": 1,
|
||||
"lang": "zh-cn",
|
||||
"region": "cn",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "公告",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "「狼珀」特许寻访说明",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/7224",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "123",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「绯珀申领」限时特卖说明",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/4783",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "124",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "NVIDIA 驱动程序新版本可能导致游戏表现异常的问题说明",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/3819",
|
||||
"start_ts": "1773654000000",
|
||||
"id": "118",
|
||||
"need_token": true
|
||||
},
|
||||
{
|
||||
"content": "「新潮起,故渊离」版本更新说明",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/6003",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "108",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "关于使用非官方工具的安全风险提示",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/9345",
|
||||
"start_ts": "1773279000000",
|
||||
"id": "109",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "《明日方舟:终末地》游戏工具指南",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/5906",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "61",
|
||||
"need_token": true
|
||||
},
|
||||
{
|
||||
"content": "关注官方社媒账号领奖励",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/4795",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "62",
|
||||
"need_token": true
|
||||
}
|
||||
],
|
||||
"tab_id": "32"
|
||||
},
|
||||
{
|
||||
"tabName": "新闻",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "《明日方舟:终末地》「新潮起,故渊离」研发通讯",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/7225",
|
||||
"start_ts": "1772445600000",
|
||||
"id": "98",
|
||||
"need_token": true
|
||||
}
|
||||
],
|
||||
"tab_id": "33"
|
||||
},
|
||||
{
|
||||
"tabName": "资讯",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "【有奖活动】嘘!和洛茜分享童年秘密时光",
|
||||
"jump_url": "https://www.skland.com/article?id=5698873",
|
||||
"start_ts": "1774936800000",
|
||||
"id": "129",
|
||||
"need_token": true
|
||||
},
|
||||
{
|
||||
"content": "【有奖活动】一起寻找龙泡泡吧!",
|
||||
"jump_url": "https://www.skland.com/article?id=5691413",
|
||||
"start_ts": "1774504800000",
|
||||
"id": "125",
|
||||
"need_token": true
|
||||
},
|
||||
{
|
||||
"content": "「新潮起,故渊离」创作征集活动",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/0436",
|
||||
"start_ts": "1773378000000",
|
||||
"id": "111",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "34"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-04-01T04:00:44.355+00:00",
|
||||
"req": {
|
||||
"appCode": "6LL0KJuqHBVz33WK",
|
||||
"channel": 1,
|
||||
"subChannel": 1,
|
||||
"lang": "zh-cn",
|
||||
"region": "cn",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "公告",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "「长耳兽之旅」同庆活动说明",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/0435",
|
||||
"start_ts": "1775016000000",
|
||||
"id": "128",
|
||||
"need_token": true
|
||||
},
|
||||
{
|
||||
"content": "「狼珀」特许寻访说明",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/7224",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "123",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「绯珀申领」限时特卖说明",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/4783",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "124",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "NVIDIA 驱动程序新版本可能导致游戏表现异常的问题说明",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/3819",
|
||||
"start_ts": "1773654000000",
|
||||
"id": "118",
|
||||
"need_token": true
|
||||
},
|
||||
{
|
||||
"content": "「新潮起,故渊离」版本更新说明",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/6003",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "108",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "关于使用非官方工具的安全风险提示",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/9345",
|
||||
"start_ts": "1773279000000",
|
||||
"id": "109",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "《明日方舟:终末地》游戏工具指南",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/5906",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "61",
|
||||
"need_token": true
|
||||
},
|
||||
{
|
||||
"content": "关注官方社媒账号领奖励",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/4795",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "62",
|
||||
"need_token": true
|
||||
}
|
||||
],
|
||||
"tab_id": "32"
|
||||
},
|
||||
{
|
||||
"tabName": "新闻",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "《明日方舟:终末地》「新潮起,故渊离」研发通讯",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/7225",
|
||||
"start_ts": "1772445600000",
|
||||
"id": "98",
|
||||
"need_token": true
|
||||
}
|
||||
],
|
||||
"tab_id": "33"
|
||||
},
|
||||
{
|
||||
"tabName": "资讯",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "【有奖活动】嘘!和洛茜分享童年秘密时光",
|
||||
"jump_url": "https://www.skland.com/article?id=5698873",
|
||||
"start_ts": "1774936800000",
|
||||
"id": "129",
|
||||
"need_token": true
|
||||
},
|
||||
{
|
||||
"content": "【有奖活动】一起寻找龙泡泡吧!",
|
||||
"jump_url": "https://www.skland.com/article?id=5691413",
|
||||
"start_ts": "1774504800000",
|
||||
"id": "125",
|
||||
"need_token": true
|
||||
},
|
||||
{
|
||||
"content": "「新潮起,故渊离」创作征集活动",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/0436",
|
||||
"start_ts": "1773378000000",
|
||||
"id": "111",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "34"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -13,6 +13,27 @@
|
||||
{
|
||||
"tabName": "公告",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "「长耳兽之旅」同庆活动说明",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/0435",
|
||||
"start_ts": "1775016000000",
|
||||
"id": "128",
|
||||
"need_token": true
|
||||
},
|
||||
{
|
||||
"content": "「狼珀」特许寻访说明",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/7224",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "123",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「绯珀申领」限时特卖说明",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/4783",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "124",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "NVIDIA 驱动程序新版本可能导致游戏表现异常的问题说明",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/3819",
|
||||
@@ -27,20 +48,6 @@
|
||||
"id": "108",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「河流的女儿」特许寻访说明",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/5992",
|
||||
"start_ts": "1773158400000",
|
||||
"id": "106",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「新芽申领」限时特卖说明",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/4784",
|
||||
"start_ts": "1773158400000",
|
||||
"id": "107",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "关于使用非官方工具的安全风险提示",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/9345",
|
||||
@@ -82,18 +89,18 @@
|
||||
"tabName": "资讯",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "【有奖活动】送给汤汤的一句话",
|
||||
"jump_url": "https://www.skland.com/article?id=5666750",
|
||||
"start_ts": "1773734400000",
|
||||
"id": "117",
|
||||
"content": "【有奖活动】嘘!和洛茜分享童年秘密时光",
|
||||
"jump_url": "https://www.skland.com/article?id=5698873",
|
||||
"start_ts": "1774936800000",
|
||||
"id": "129",
|
||||
"need_token": true
|
||||
},
|
||||
{
|
||||
"content": "新潮驿站系列 衍生品新品上架",
|
||||
"jump_url": "http://arknightsendfieldyx.tmall.com/index.htm",
|
||||
"start_ts": "1773633600000",
|
||||
"id": "112",
|
||||
"need_token": false
|
||||
"content": "【有奖活动】一起寻找龙泡泡吧!",
|
||||
"jump_url": "https://www.skland.com/article?id=5691413",
|
||||
"start_ts": "1774504800000",
|
||||
"id": "125",
|
||||
"need_token": true
|
||||
},
|
||||
{
|
||||
"content": "「新潮起,故渊离」创作征集活动",
|
||||
@@ -101,20 +108,6 @@
|
||||
"start_ts": "1773378000000",
|
||||
"id": "111",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "【有奖活动】「新潮起,故渊离」热议中!",
|
||||
"jump_url": "https://www.skland.com/article?id=5648720&hg_media=launcher&hg_link_campaign=announcement",
|
||||
"start_ts": "1773309600000",
|
||||
"id": "110",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "【有奖活动】秀出你的蚀刻章!",
|
||||
"jump_url": "https://www.skland.com/article?id=5650999&hg_media=launcher&hg_link_campaign=announcement",
|
||||
"start_ts": "1773374400000",
|
||||
"id": "113",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "34"
|
||||
|
||||
@@ -348,5 +348,128 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:00:42.251+00:00",
|
||||
"req": {
|
||||
"appCode": "6LL0KJuqHBVz33WK",
|
||||
"channel": 1,
|
||||
"subChannel": 1,
|
||||
"lang": "zh-cn",
|
||||
"region": "cn",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://hg-utils-public.hycdn.cn/hg-utils/prod/eppcsuwqpaueijqk/6LL0KJuqHBVz33WK/e9/22/e9221d36f6fa4784eedc926348f897ac.jpg",
|
||||
"md5": "8f954e0293788f0e6c2817711afeca56",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/7224",
|
||||
"id": "75",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://hg-utils-public.hycdn.cn/hg-utils/prod/eppcsuwqpaueijqk/6LL0KJuqHBVz33WK/b7/da/b7da8509e5651c441a5ff8b11089e70d.png",
|
||||
"md5": "4cca3be22c8028017a104be43dec0d21",
|
||||
"jump_url": "http://arknightsendfieldyx.tmall.com/index.htm",
|
||||
"id": "73",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://hg-utils-public.hycdn.cn/hg-utils/prod/eppcsuwqpaueijqk/6LL0KJuqHBVz33WK/b6/6a/b66a4a66da3a069776057af12a23f89a.jpg",
|
||||
"md5": "6a884da36b2b7ec9dcf300f0ac8dc41b",
|
||||
"jump_url": "https://www.skland.com/act/endfield/64d229351fee-ef01-incentive?header=0&hg_media=endfield&hg_link_campaign=banner",
|
||||
"id": "74",
|
||||
"need_token": true
|
||||
},
|
||||
{
|
||||
"url": "https://hg-utils-public.hycdn.cn/hg-utils/prod/eppcsuwqpaueijqk/6LL0KJuqHBVz33WK/e2/50/e250e6f89c9b232b17cc20e253bbfc43.png",
|
||||
"md5": "655d08413aa0c668dcad23d3fabe6ae9",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/0436",
|
||||
"id": "72",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://hg-utils-public.hycdn.cn/hg-utils/prod/eppcsuwqpaueijqk/6LL0KJuqHBVz33WK/d4/91/d4917b8f32895bfffa5ab68075d25299.jpg",
|
||||
"md5": "6e114ae8b8898fb1dd114e8cc6079c03",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/6003",
|
||||
"id": "71",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://hg-utils-public.hycdn.cn/hg-utils/prod/eppcsuwqpaueijqk/6LL0KJuqHBVz33WK/16/ce/16ce42a4e7380ddd39f57ec9e9cd559f.png",
|
||||
"md5": "d97bee4cbaf67db56ec4a71d70f79603",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/7225",
|
||||
"id": "67",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://hg-utils-public.hycdn.cn/hg-utils/prod/eppcsuwqpaueijqk/6LL0KJuqHBVz33WK/2f/fd/2ffd3caaf5d8a7b77c4454a325db118b.png",
|
||||
"md5": "6ba877cd98e73faa4cd1289270ac5037",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/4795",
|
||||
"id": "61",
|
||||
"need_token": true
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-30T16:00:48.930+00:00",
|
||||
"req": {
|
||||
"appCode": "6LL0KJuqHBVz33WK",
|
||||
"channel": 1,
|
||||
"subChannel": 1,
|
||||
"lang": "zh-cn",
|
||||
"region": "cn",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://hg-utils-public.hycdn.cn/hg-utils/prod/eppcsuwqpaueijqk/6LL0KJuqHBVz33WK/e9/22/e9221d36f6fa4784eedc926348f897ac.jpg",
|
||||
"md5": "8f954e0293788f0e6c2817711afeca56",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/7224",
|
||||
"id": "75",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://hg-utils-public.hycdn.cn/hg-utils/prod/eppcsuwqpaueijqk/6LL0KJuqHBVz33WK/b6/6a/b66a4a66da3a069776057af12a23f89a.jpg",
|
||||
"md5": "6a884da36b2b7ec9dcf300f0ac8dc41b",
|
||||
"jump_url": "https://www.skland.com/act/endfield/64d229351fee-ef01-incentive?header=0&hg_media=endfield&hg_link_campaign=banner",
|
||||
"id": "74",
|
||||
"need_token": true
|
||||
},
|
||||
{
|
||||
"url": "https://hg-utils-public.hycdn.cn/hg-utils/prod/eppcsuwqpaueijqk/6LL0KJuqHBVz33WK/e2/50/e250e6f89c9b232b17cc20e253bbfc43.png",
|
||||
"md5": "655d08413aa0c668dcad23d3fabe6ae9",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/0436",
|
||||
"id": "72",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://hg-utils-public.hycdn.cn/hg-utils/prod/eppcsuwqpaueijqk/6LL0KJuqHBVz33WK/d4/91/d4917b8f32895bfffa5ab68075d25299.jpg",
|
||||
"md5": "6e114ae8b8898fb1dd114e8cc6079c03",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/6003",
|
||||
"id": "71",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://hg-utils-public.hycdn.cn/hg-utils/prod/eppcsuwqpaueijqk/6LL0KJuqHBVz33WK/16/ce/16ce42a4e7380ddd39f57ec9e9cd559f.png",
|
||||
"md5": "d97bee4cbaf67db56ec4a71d70f79603",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/7225",
|
||||
"id": "67",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://hg-utils-public.hycdn.cn/hg-utils/prod/eppcsuwqpaueijqk/6LL0KJuqHBVz33WK/2f/fd/2ffd3caaf5d8a7b77c4454a325db118b.png",
|
||||
"md5": "6ba877cd98e73faa4cd1289270ac5037",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/4795",
|
||||
"id": "61",
|
||||
"need_token": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -11,10 +11,10 @@
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://hg-utils-public.hycdn.cn/hg-utils/prod/eppcsuwqpaueijqk/6LL0KJuqHBVz33WK/b7/da/b7da8509e5651c441a5ff8b11089e70d.png",
|
||||
"md5": "4cca3be22c8028017a104be43dec0d21",
|
||||
"jump_url": "http://arknightsendfieldyx.tmall.com/index.htm",
|
||||
"id": "73",
|
||||
"url": "https://hg-utils-public.hycdn.cn/hg-utils/prod/eppcsuwqpaueijqk/6LL0KJuqHBVz33WK/e9/22/e9221d36f6fa4784eedc926348f897ac.jpg",
|
||||
"md5": "8f954e0293788f0e6c2817711afeca56",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/7224",
|
||||
"id": "75",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
@@ -38,13 +38,6 @@
|
||||
"id": "71",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://hg-utils-public.hycdn.cn/hg-utils/prod/eppcsuwqpaueijqk/6LL0KJuqHBVz33WK/4c/2f/4c2f27c5d70199218aec8f4775485ba0.png",
|
||||
"md5": "c648cec230819452c58b56ff2cac95cc",
|
||||
"jump_url": "https://endfield.hypergryph.com/news/5992",
|
||||
"id": "70",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://hg-utils-public.hycdn.cn/hg-utils/prod/eppcsuwqpaueijqk/6LL0KJuqHBVz33WK/16/ce/16ce42a4e7380ddd39f57ec9e9cd559f.png",
|
||||
"md5": "d97bee4cbaf67db56ec4a71d70f79603",
|
||||
|
||||
@@ -446,5 +446,278 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:00:38.050+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "de-de",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "Hinweise",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "[Wolfsperle] Details zur Rekrutierung: Priorisiert",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "445",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Hinweis zu Problemen im Spiel durch NVIDIA Treiber-Updates",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "416",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Wogen der Flut tragen Tränen zum Quell] – Hinweise zum Versions-Update",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "388",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[„Erneutes Aufblühen“-Ausgabe] Details zu zeitlich begrenztem Angebot",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "360",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Arknights: Endfield – Anleitung für Spielwerkzeuge",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "143",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Arknights: Endfield – Erklärung zu Fairness im Spiel",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "99",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Sicherheitswarnung bei Verwendung inoffizieller Tools",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "402",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "72"
|
||||
},
|
||||
{
|
||||
"tabName": "Neuigkeiten",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Arknights: Endfield [Official Release Preview] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "71",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "74"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:30:33.624+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "de-de",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "Hinweise",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "[Scharlachperle-Ausgabe] – KZO-Details",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "431",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Wolfsperle] Details zur Rekrutierung: Priorisiert",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "445",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Hinweis zu Problemen im Spiel durch NVIDIA Treiber-Updates",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "416",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Wogen der Flut tragen Tränen zum Quell] – Hinweise zum Versions-Update",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "388",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[„Erneutes Aufblühen“-Ausgabe] Details zu zeitlich begrenztem Angebot",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "360",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Arknights: Endfield – Anleitung für Spielwerkzeuge",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "143",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Arknights: Endfield – Erklärung zu Fairness im Spiel",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "99",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Sicherheitswarnung bei Verwendung inoffizieller Tools",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "402",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "72"
|
||||
},
|
||||
{
|
||||
"tabName": "Neuigkeiten",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Arknights: Endfield [Official Release Preview] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "71",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "74"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-04-01T02:00:42.401+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "de-de",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "Hinweise",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "[Die Reise des Langohrs]-Festtag-Event – Details",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1337",
|
||||
"start_ts": "1775008800000",
|
||||
"id": "459",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Scharlachperle-Ausgabe] – KZO-Details",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "431",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Wolfsperle] Details zur Rekrutierung: Priorisiert",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "445",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Hinweis zu Problemen im Spiel durch NVIDIA Treiber-Updates",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "416",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Wogen der Flut tragen Tränen zum Quell] – Hinweise zum Versions-Update",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "388",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[„Erneutes Aufblühen“-Ausgabe] Details zu zeitlich begrenztem Angebot",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "360",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Arknights: Endfield – Anleitung für Spielwerkzeuge",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "143",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Arknights: Endfield – Erklärung zu Fairness im Spiel",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "99",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Sicherheitswarnung bei Verwendung inoffizieller Tools",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "402",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "72"
|
||||
},
|
||||
{
|
||||
"tabName": "Neuigkeiten",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Arknights: Endfield [Official Release Preview] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "71",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "74"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -13,6 +13,27 @@
|
||||
{
|
||||
"tabName": "Hinweise",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "[Die Reise des Langohrs]-Festtag-Event – Details",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1337",
|
||||
"start_ts": "1775008800000",
|
||||
"id": "459",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Scharlachperle-Ausgabe] – KZO-Details",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "431",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Wolfsperle] Details zur Rekrutierung: Priorisiert",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "445",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Hinweis zu Problemen im Spiel durch NVIDIA Treiber-Updates",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
@@ -34,13 +55,6 @@
|
||||
"id": "360",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Details zu [Tochter des Flusses] Rekrutierung: Priorisiert",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"start_ts": "1773203400000",
|
||||
"id": "346",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Arknights: Endfield – Anleitung für Spielwerkzeuge",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
|
||||
@@ -488,5 +488,299 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:00:38.048+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "en-us",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "Notices",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "[Wolf Pearl] Chartered Headhunting Details",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "440",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Notice Regarding Game Issues Caused by NVIDIA Driver Updates",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "411",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Old Deep Water Dies, by Rising Tide It is Denied] Version Update Notes",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "383",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Budding Anew Issue] LTO Details",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "355",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Arknights: Endfield Game Tools Guide",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "138",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Arknights: Endfield Fair Play Statement",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "94",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Security Risk Warning for Using Unofficial Tools",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "397",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "48"
|
||||
},
|
||||
{
|
||||
"tabName": "News",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "[Old Deep Water Dies, by Rising Tide It is Denied] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2662",
|
||||
"start_ts": "1772445600000",
|
||||
"id": "321",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Arknights: Endfield [Official Release Preview] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "65",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "50"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:30:33.649+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "en-us",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "Notices",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "[Scarlet Pearl Issue] LTO Details",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "426",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Wolf Pearl] Chartered Headhunting Details",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "440",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Notice Regarding Game Issues Caused by NVIDIA Driver Updates",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "411",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Old Deep Water Dies, by Rising Tide It is Denied] Version Update Notes",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "383",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Budding Anew Issue] LTO Details",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "355",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Arknights: Endfield Game Tools Guide",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "138",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Arknights: Endfield Fair Play Statement",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "94",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Security Risk Warning for Using Unofficial Tools",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "397",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "48"
|
||||
},
|
||||
{
|
||||
"tabName": "News",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "[Old Deep Water Dies, by Rising Tide It is Denied] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2662",
|
||||
"start_ts": "1772445600000",
|
||||
"id": "321",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Arknights: Endfield [Official Release Preview] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "65",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "50"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-04-01T02:00:42.418+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "en-us",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "Notices",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "[Journey of the Long-Ear] Celebration Event Details",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1337",
|
||||
"start_ts": "1775008800000",
|
||||
"id": "454",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Scarlet Pearl Issue] LTO Details",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "426",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Wolf Pearl] Chartered Headhunting Details",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "440",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Notice Regarding Game Issues Caused by NVIDIA Driver Updates",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "411",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Old Deep Water Dies, by Rising Tide It is Denied] Version Update Notes",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "383",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Budding Anew Issue] LTO Details",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "355",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Arknights: Endfield Game Tools Guide",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "138",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Arknights: Endfield Fair Play Statement",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "94",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Security Risk Warning for Using Unofficial Tools",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "397",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "48"
|
||||
},
|
||||
{
|
||||
"tabName": "News",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "[Old Deep Water Dies, by Rising Tide It is Denied] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2662",
|
||||
"start_ts": "1772445600000",
|
||||
"id": "321",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Arknights: Endfield [Official Release Preview] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "65",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "50"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -13,6 +13,27 @@
|
||||
{
|
||||
"tabName": "Notices",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "[Journey of the Long-Ear] Celebration Event Details",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1337",
|
||||
"start_ts": "1775008800000",
|
||||
"id": "454",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Scarlet Pearl Issue] LTO Details",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "426",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Wolf Pearl] Chartered Headhunting Details",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "440",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Notice Regarding Game Issues Caused by NVIDIA Driver Updates",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
@@ -34,13 +55,6 @@
|
||||
"id": "355",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[River's Daughter] Chartered Headhunting Details",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"start_ts": "1773203400000",
|
||||
"id": "341",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Arknights: Endfield Game Tools Guide",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
|
||||
@@ -446,5 +446,278 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:00:38.067+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "es-mx",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "Noticias",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Detalles de la caza de reclutas certificada [Perla del lobo]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "443",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Aviso sobre problemas del juego causados por las actualizaciones de los drivers de NVIDIA",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "414",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Notas sobre la actualización de versión de [Perecen las aguas profundas de antaño, borradas por la marea creciente]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "386",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Detalles OTL de la [Solicitud de Brotar de nuevo]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "358",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Guía de herramientas del juego de Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "141",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Juego limpio de Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "97",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Riesgo de seguridad: herramientas no oficiales",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "400",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "63"
|
||||
},
|
||||
{
|
||||
"tabName": "Novedades",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Arknights: Endfield [Official Release Preview] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "69",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "65"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:30:33.652+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "es-mx",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "Noticias",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Detalles OTL de la [Solicitud de Perla escarlata]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "429",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Detalles de la caza de reclutas certificada [Perla del lobo]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "443",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Aviso sobre problemas del juego causados por las actualizaciones de los drivers de NVIDIA",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "414",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Notas sobre la actualización de versión de [Perecen las aguas profundas de antaño, borradas por la marea creciente]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "386",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Detalles OTL de la [Solicitud de Brotar de nuevo]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "358",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Guía de herramientas del juego de Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "141",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Juego limpio de Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "97",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Riesgo de seguridad: herramientas no oficiales",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "400",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "63"
|
||||
},
|
||||
{
|
||||
"tabName": "Novedades",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Arknights: Endfield [Official Release Preview] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "69",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "65"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-04-01T02:00:42.416+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "es-mx",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "Noticias",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Detalles del evento de celebración [Viaje del orejilarga]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1337",
|
||||
"start_ts": "1775008800000",
|
||||
"id": "457",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Detalles OTL de la [Solicitud de Perla escarlata]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "429",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Detalles de la caza de reclutas certificada [Perla del lobo]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "443",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Aviso sobre problemas del juego causados por las actualizaciones de los drivers de NVIDIA",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "414",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Notas sobre la actualización de versión de [Perecen las aguas profundas de antaño, borradas por la marea creciente]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "386",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Detalles OTL de la [Solicitud de Brotar de nuevo]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "358",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Guía de herramientas del juego de Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "141",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Juego limpio de Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "97",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Riesgo de seguridad: herramientas no oficiales",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "400",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "63"
|
||||
},
|
||||
{
|
||||
"tabName": "Novedades",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Arknights: Endfield [Official Release Preview] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "69",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "65"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -13,6 +13,27 @@
|
||||
{
|
||||
"tabName": "Noticias",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Detalles del evento de celebración [Viaje del orejilarga]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1337",
|
||||
"start_ts": "1775008800000",
|
||||
"id": "457",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Detalles OTL de la [Solicitud de Perla escarlata]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "429",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Detalles de la caza de reclutas certificada [Perla del lobo]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "443",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Aviso sobre problemas del juego causados por las actualizaciones de los drivers de NVIDIA",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
@@ -34,13 +55,6 @@
|
||||
"id": "358",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Detalles de Caza de reclutas certificada [Hija del río]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"start_ts": "1773203400000",
|
||||
"id": "344",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Guía de herramientas del juego de Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
|
||||
@@ -446,5 +446,278 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:00:38.313+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "fr-fr",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "Avis",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "[Joyau du loup] Détails du recrutement certifié",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "446",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Avertissement relatif à des problèmes dans le jeu liés aux mises à jour des pilotes NVIDIA",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "417",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Notes de mise à jour de la version [La source se meurt et la marée montante affleure]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "389",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Détails sur la durée limitée du [tirage de Bourgeonnement nouveau]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "361",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Arknights: Endfield - Guide des Outils de jeu",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "144",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Règles de fair-play d'Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "100",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Avertissement sur les risques des outils non officiels",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "403",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "69"
|
||||
},
|
||||
{
|
||||
"tabName": "Actualités",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Arknights: Endfield [Official Release Preview] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "72",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "71"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:30:33.861+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "fr-fr",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "Avis",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Détails sur la durée limitée du [tirage de Perle écarlate]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "432",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Joyau du loup] Détails du recrutement certifié",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "446",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Avertissement relatif à des problèmes dans le jeu liés aux mises à jour des pilotes NVIDIA",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "417",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Notes de mise à jour de la version [La source se meurt et la marée montante affleure]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "389",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Détails sur la durée limitée du [tirage de Bourgeonnement nouveau]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "361",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Arknights: Endfield - Guide des Outils de jeu",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "144",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Règles de fair-play d'Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "100",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Avertissement sur les risques des outils non officiels",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "403",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "69"
|
||||
},
|
||||
{
|
||||
"tabName": "Actualités",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Arknights: Endfield [Official Release Preview] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "72",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "71"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-04-01T02:00:42.593+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "fr-fr",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "Avis",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Détails de l'événement de fête [Voyage du longauris]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1337",
|
||||
"start_ts": "1775008800000",
|
||||
"id": "460",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Détails sur la durée limitée du [tirage de Perle écarlate]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "432",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Joyau du loup] Détails du recrutement certifié",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "446",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Avertissement relatif à des problèmes dans le jeu liés aux mises à jour des pilotes NVIDIA",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "417",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Notes de mise à jour de la version [La source se meurt et la marée montante affleure]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "389",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Détails sur la durée limitée du [tirage de Bourgeonnement nouveau]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "361",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Arknights: Endfield - Guide des Outils de jeu",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "144",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Règles de fair-play d'Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "100",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Avertissement sur les risques des outils non officiels",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "403",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "69"
|
||||
},
|
||||
{
|
||||
"tabName": "Actualités",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Arknights: Endfield [Official Release Preview] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "72",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "71"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -13,6 +13,27 @@
|
||||
{
|
||||
"tabName": "Avis",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Détails de l'événement de fête [Voyage du longauris]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1337",
|
||||
"start_ts": "1775008800000",
|
||||
"id": "460",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Détails sur la durée limitée du [tirage de Perle écarlate]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "432",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Joyau du loup] Détails du recrutement certifié",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "446",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Avertissement relatif à des problèmes dans le jeu liés aux mises à jour des pilotes NVIDIA",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
@@ -34,13 +55,6 @@
|
||||
"id": "361",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Détails sur le recrutement certifié [Fille de la rivière]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"start_ts": "1773203400000",
|
||||
"id": "347",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Arknights: Endfield - Guide des Outils de jeu",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
|
||||
@@ -446,5 +446,278 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:00:38.292+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "id-id",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "Pemberitahuan",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Detail Headhunt Khusus [Mutiara Serigala]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "448",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Pemberitahuan Terkait Masalah Game Akibat Pembaruan Driver NVIDIA",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "419",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Catatan Pembaruan Versi [Perairan Dalam Tua Tiada, Disangkal oleh Ombak Pasang]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "391",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Edisi Tunas Baru] Detail OBW",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "363",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Panduan Alat Game untuk Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "146",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Pernyataan Bermain Adil Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "102",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Peringatan Risiko Keamanan Saat Menggunakan Alat Tidak Resmi",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "405",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "81"
|
||||
},
|
||||
{
|
||||
"tabName": "Berita",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Arknights: Endfield [Official Release Preview] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "74",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "83"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:30:33.890+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "id-id",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "Pemberitahuan",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "[Edisi Mutiara Merah] Detail OBW",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "434",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Detail Headhunt Khusus [Mutiara Serigala]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "448",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Pemberitahuan Terkait Masalah Game Akibat Pembaruan Driver NVIDIA",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "419",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Catatan Pembaruan Versi [Perairan Dalam Tua Tiada, Disangkal oleh Ombak Pasang]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "391",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Edisi Tunas Baru] Detail OBW",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "363",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Panduan Alat Game untuk Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "146",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Pernyataan Bermain Adil Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "102",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Peringatan Risiko Keamanan Saat Menggunakan Alat Tidak Resmi",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "405",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "81"
|
||||
},
|
||||
{
|
||||
"tabName": "Berita",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Arknights: Endfield [Official Release Preview] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "74",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "83"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-04-01T02:00:42.619+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "id-id",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "Pemberitahuan",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Detail Event Perayaan [Perjalanan si Kuping Panjang]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1337",
|
||||
"start_ts": "1775008800000",
|
||||
"id": "462",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Edisi Mutiara Merah] Detail OBW",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "434",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Detail Headhunt Khusus [Mutiara Serigala]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "448",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Pemberitahuan Terkait Masalah Game Akibat Pembaruan Driver NVIDIA",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "419",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Catatan Pembaruan Versi [Perairan Dalam Tua Tiada, Disangkal oleh Ombak Pasang]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "391",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Edisi Tunas Baru] Detail OBW",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "363",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Panduan Alat Game untuk Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "146",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Pernyataan Bermain Adil Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "102",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Peringatan Risiko Keamanan Saat Menggunakan Alat Tidak Resmi",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "405",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "81"
|
||||
},
|
||||
{
|
||||
"tabName": "Berita",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Arknights: Endfield [Official Release Preview] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "74",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "83"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -13,6 +13,27 @@
|
||||
{
|
||||
"tabName": "Pemberitahuan",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Detail Event Perayaan [Perjalanan si Kuping Panjang]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1337",
|
||||
"start_ts": "1775008800000",
|
||||
"id": "462",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Edisi Mutiara Merah] Detail OBW",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "434",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Detail Headhunt Khusus [Mutiara Serigala]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "448",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Pemberitahuan Terkait Masalah Game Akibat Pembaruan Driver NVIDIA",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
@@ -34,13 +55,6 @@
|
||||
"id": "363",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Detail Headhunt Khusus [Putri Sungai]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"start_ts": "1773203400000",
|
||||
"id": "349",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Panduan Alat Game untuk Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
|
||||
@@ -446,5 +446,278 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:00:38.309+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "it-it",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "Avvisi",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Dettagli sulla caccia ai talenti certificata \"Perla lupina\"",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "451",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Avviso sui problemi di gioco causati dagli aggiornamenti dei driver NVIDIA",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "422",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Note sull'aggiornamento \"Addio alle antiche acque, travolte dalla marea che avanza\"",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "394",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Dettagli Distribuzione Nuovo germoglio a tempo limitato",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "366",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Guida agli strumenti di gioco di Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "149",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Impegno al fair play in Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "105",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Avviso: rischio di sicurezza con strumenti non ufficiali",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "408",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "78"
|
||||
},
|
||||
{
|
||||
"tabName": "Novità",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Arknights: Endfield [Official Release Preview] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "77",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "80"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:30:34.034+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "it-it",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "Avvisi",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Dettagli Distribuzione Perla scarlatta a tempo limitato",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "437",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Dettagli sulla caccia ai talenti certificata \"Perla lupina\"",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "451",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Avviso sui problemi di gioco causati dagli aggiornamenti dei driver NVIDIA",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "422",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Note sull'aggiornamento \"Addio alle antiche acque, travolte dalla marea che avanza\"",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "394",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Dettagli Distribuzione Nuovo germoglio a tempo limitato",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "366",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Guida agli strumenti di gioco di Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "149",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Impegno al fair play in Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "105",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Avviso: rischio di sicurezza con strumenti non ufficiali",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "408",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "78"
|
||||
},
|
||||
{
|
||||
"tabName": "Novità",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Arknights: Endfield [Official Release Preview] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "77",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "80"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-04-01T02:00:42.646+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "it-it",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "Avvisi",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Dettagli Evento celebrazione \"Viaggio del lungorecchi\"",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1337",
|
||||
"start_ts": "1775008800000",
|
||||
"id": "465",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Dettagli Distribuzione Perla scarlatta a tempo limitato",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "437",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Dettagli sulla caccia ai talenti certificata \"Perla lupina\"",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "451",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Avviso sui problemi di gioco causati dagli aggiornamenti dei driver NVIDIA",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "422",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Note sull'aggiornamento \"Addio alle antiche acque, travolte dalla marea che avanza\"",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "394",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Dettagli Distribuzione Nuovo germoglio a tempo limitato",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "366",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Guida agli strumenti di gioco di Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "149",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Impegno al fair play in Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "105",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Avviso: rischio di sicurezza con strumenti non ufficiali",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "408",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "78"
|
||||
},
|
||||
{
|
||||
"tabName": "Novità",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Arknights: Endfield [Official Release Preview] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "77",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "80"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -13,6 +13,27 @@
|
||||
{
|
||||
"tabName": "Avvisi",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Dettagli Evento celebrazione \"Viaggio del lungorecchi\"",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1337",
|
||||
"start_ts": "1775008800000",
|
||||
"id": "465",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Dettagli Distribuzione Perla scarlatta a tempo limitato",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "437",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Dettagli sulla caccia ai talenti certificata \"Perla lupina\"",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "451",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Avviso sui problemi di gioco causati dagli aggiornamenti dei driver NVIDIA",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
@@ -34,13 +55,6 @@
|
||||
"id": "366",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Dettagli caccia ai talenti certificata Figlia del fiume",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"start_ts": "1773203400000",
|
||||
"id": "352",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Guida agli strumenti di gioco di Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
|
||||
@@ -488,5 +488,299 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:00:38.532+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "ja-jp",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "お知らせ",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "特別スカウト「ウルフパール」の説明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "441",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "NVIDIAドライバー更新によるゲーム動作への影響について",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "412",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「潮起ち、故淵離る」バージョンアップデートの説明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "384",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「新芽・申請」期間限定ピックアップについて",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "356",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "『アークナイツ:エンドフィールド』ゲームツール使用案内",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "139",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "『アークナイツ:エンドフィールド』公平な運営に関する声明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "95",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "非公式ツール利用に関する注意喚起",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "398",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "54"
|
||||
},
|
||||
{
|
||||
"tabName": "ニュース",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "「潮起ち、故淵離る」開発通信",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2662",
|
||||
"start_ts": "1772445600000",
|
||||
"id": "322",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "『アークナイツ:エンドフィールド』「リリース予告」開発通信",
|
||||
"jump_url": "https://endfield.gryphline.com/ja-jp/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "66",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "56"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:30:34.114+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "ja-jp",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "お知らせ",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "「緋珀・申請」期間限定ピックアップについて",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "427",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "特別スカウト「ウルフパール」の説明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "441",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "NVIDIAドライバー更新によるゲーム動作への影響について",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "412",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「潮起ち、故淵離る」バージョンアップデートの説明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "384",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「新芽・申請」期間限定ピックアップについて",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "356",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "『アークナイツ:エンドフィールド』ゲームツール使用案内",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "139",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "『アークナイツ:エンドフィールド』公平な運営に関する声明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "95",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "非公式ツール利用に関する注意喚起",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "398",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "54"
|
||||
},
|
||||
{
|
||||
"tabName": "ニュース",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "「潮起ち、故淵離る」開発通信",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2662",
|
||||
"start_ts": "1772445600000",
|
||||
"id": "322",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "『アークナイツ:エンドフィールド』「リリース予告」開発通信",
|
||||
"jump_url": "https://endfield.gryphline.com/ja-jp/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "66",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "56"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-04-01T02:00:42.811+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "ja-jp",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "お知らせ",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "「長耳獣の旅」お祝いイベント概要",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1337",
|
||||
"start_ts": "1775008800000",
|
||||
"id": "455",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「緋珀・申請」期間限定ピックアップについて",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "427",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "特別スカウト「ウルフパール」の説明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "441",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "NVIDIAドライバー更新によるゲーム動作への影響について",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "412",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「潮起ち、故淵離る」バージョンアップデートの説明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "384",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「新芽・申請」期間限定ピックアップについて",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "356",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "『アークナイツ:エンドフィールド』ゲームツール使用案内",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "139",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "『アークナイツ:エンドフィールド』公平な運営に関する声明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "95",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "非公式ツール利用に関する注意喚起",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "398",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "54"
|
||||
},
|
||||
{
|
||||
"tabName": "ニュース",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "「潮起ち、故淵離る」開発通信",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2662",
|
||||
"start_ts": "1772445600000",
|
||||
"id": "322",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "『アークナイツ:エンドフィールド』「リリース予告」開発通信",
|
||||
"jump_url": "https://endfield.gryphline.com/ja-jp/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "66",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "56"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -13,6 +13,27 @@
|
||||
{
|
||||
"tabName": "お知らせ",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "「長耳獣の旅」お祝いイベント概要",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1337",
|
||||
"start_ts": "1775008800000",
|
||||
"id": "455",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「緋珀・申請」期間限定ピックアップについて",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "427",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "特別スカウト「ウルフパール」の説明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "441",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "NVIDIAドライバー更新によるゲーム動作への影響について",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
@@ -34,13 +55,6 @@
|
||||
"id": "356",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "特別スカウト「水の申し子」の説明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"start_ts": "1773203400000",
|
||||
"id": "342",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "『アークナイツ:エンドフィールド』ゲームツール使用案内",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
|
||||
@@ -488,5 +488,299 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:00:38.539+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "ko-kr",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "공지",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "「울프펄」 특별 허가 헤드헌팅 설명",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "442",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "NVIDIA 드라이버 업데이트로 인한 비정상적인 게임 문제 안내",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "413",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「몰아치는 새로운 물결, 과거와의 작별」 버전 업데이트 설명",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "385",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「신아 신청」 기간 한정 판매 설명",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "357",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「명일방주: 엔드필드」 게임 도구 가이드",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "140",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "<명일방주: 엔드필드> 공정 운영 성명서",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "96",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "비공식 도구 사용에 따른 보안 위험성 안내",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "399",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "57"
|
||||
},
|
||||
{
|
||||
"tabName": "뉴스",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "「몰아치는 새로운 물결, 과거와의 작별」 개발자 통신",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2662",
|
||||
"start_ts": "1772445600000",
|
||||
"id": "323",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「명일방주: 엔드필드」 「정식 출시 미리보기」 개발자 통신",
|
||||
"jump_url": "https://endfield.gryphline.com/ja-jp/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "67",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "59"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:30:34.845+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "ko-kr",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "공지",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "「적옥 신청」 기간 한정 판매 설명",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "428",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「울프펄」 특별 허가 헤드헌팅 설명",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "442",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "NVIDIA 드라이버 업데이트로 인한 비정상적인 게임 문제 안내",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "413",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「몰아치는 새로운 물결, 과거와의 작별」 버전 업데이트 설명",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "385",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「신아 신청」 기간 한정 판매 설명",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "357",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「명일방주: 엔드필드」 게임 도구 가이드",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "140",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "<명일방주: 엔드필드> 공정 운영 성명서",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "96",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "비공식 도구 사용에 따른 보안 위험성 안내",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "399",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "57"
|
||||
},
|
||||
{
|
||||
"tabName": "뉴스",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "「몰아치는 새로운 물결, 과거와의 작별」 개발자 통신",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2662",
|
||||
"start_ts": "1772445600000",
|
||||
"id": "323",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「명일방주: 엔드필드」 「정식 출시 미리보기」 개발자 통신",
|
||||
"jump_url": "https://endfield.gryphline.com/ja-jp/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "67",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "59"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-04-01T02:00:42.856+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "ko-kr",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "공지",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "「큰 귀 토끼의 여정」 경축 이벤트 설명",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1337",
|
||||
"start_ts": "1775008800000",
|
||||
"id": "456",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「적옥 신청」 기간 한정 판매 설명",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "428",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「울프펄」 특별 허가 헤드헌팅 설명",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "442",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "NVIDIA 드라이버 업데이트로 인한 비정상적인 게임 문제 안내",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "413",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「몰아치는 새로운 물결, 과거와의 작별」 버전 업데이트 설명",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "385",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「신아 신청」 기간 한정 판매 설명",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "357",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「명일방주: 엔드필드」 게임 도구 가이드",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "140",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "<명일방주: 엔드필드> 공정 운영 성명서",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "96",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "비공식 도구 사용에 따른 보안 위험성 안내",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "399",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "57"
|
||||
},
|
||||
{
|
||||
"tabName": "뉴스",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "「몰아치는 새로운 물결, 과거와의 작별」 개발자 통신",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2662",
|
||||
"start_ts": "1772445600000",
|
||||
"id": "323",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「명일방주: 엔드필드」 「정식 출시 미리보기」 개발자 통신",
|
||||
"jump_url": "https://endfield.gryphline.com/ja-jp/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "67",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "59"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -13,6 +13,27 @@
|
||||
{
|
||||
"tabName": "공지",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "「큰 귀 토끼의 여정」 경축 이벤트 설명",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1337",
|
||||
"start_ts": "1775008800000",
|
||||
"id": "456",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「적옥 신청」 기간 한정 판매 설명",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "428",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「울프펄」 특별 허가 헤드헌팅 설명",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "442",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "NVIDIA 드라이버 업데이트로 인한 비정상적인 게임 문제 안내",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
@@ -34,13 +55,6 @@
|
||||
"id": "357",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「강에서 태어난 소녀」 특별 허가 헤드헌팅 설명",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"start_ts": "1773203400000",
|
||||
"id": "343",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「명일방주: 엔드필드」 게임 도구 가이드",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
|
||||
@@ -446,5 +446,278 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:00:38.563+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "pt-br",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "Avisos",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Detalhes da caça de talentos privilegiada [Pérola do Lobo]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "447",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Aviso sobre Problemas no Jogo Causados por Atualizações de Driver da NVIDIA",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "418",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Notas da atualização de versão [A Maré Ascendente e o Adeus a Águas Passadas]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "390",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Detalhes STL da [Edição Renascer]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "362",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Guia de ferramentas do jogo para Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "145",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Declaração de Fair Play de Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "101",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Alerta de Risco de Segurança para o Uso de Ferramentas Não Oficiais",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "404",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "66"
|
||||
},
|
||||
{
|
||||
"tabName": "Novidades",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Arknights: Endfield [Official Release Preview] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "73",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "68"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:30:34.181+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "pt-br",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "Avisos",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Detalhes STL da [Edição Pérola Escarlate]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "433",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Detalhes da caça de talentos privilegiada [Pérola do Lobo]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "447",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Aviso sobre Problemas no Jogo Causados por Atualizações de Driver da NVIDIA",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "418",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Notas da atualização de versão [A Maré Ascendente e o Adeus a Águas Passadas]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "390",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Detalhes STL da [Edição Renascer]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "362",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Guia de ferramentas do jogo para Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "145",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Declaração de Fair Play de Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "101",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Alerta de Risco de Segurança para o Uso de Ferramentas Não Oficiais",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "404",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "66"
|
||||
},
|
||||
{
|
||||
"tabName": "Novidades",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Arknights: Endfield [Official Release Preview] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "73",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "68"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-04-01T02:00:42.993+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "pt-br",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "Avisos",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Detalhes do Evento de Celebração [A Jornada do Orelha Longa]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1337",
|
||||
"start_ts": "1775008800000",
|
||||
"id": "461",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Detalhes STL da [Edição Pérola Escarlate]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "433",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Detalhes da caça de talentos privilegiada [Pérola do Lobo]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "447",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Aviso sobre Problemas no Jogo Causados por Atualizações de Driver da NVIDIA",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "418",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Notas da atualização de versão [A Maré Ascendente e o Adeus a Águas Passadas]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "390",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Detalhes STL da [Edição Renascer]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "362",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Guia de ferramentas do jogo para Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "145",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Declaração de Fair Play de Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "101",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Alerta de Risco de Segurança para o Uso de Ferramentas Não Oficiais",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "404",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "66"
|
||||
},
|
||||
{
|
||||
"tabName": "Novidades",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Arknights: Endfield [Official Release Preview] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "73",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "68"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -13,6 +13,27 @@
|
||||
{
|
||||
"tabName": "Avisos",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Detalhes do Evento de Celebração [A Jornada do Orelha Longa]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1337",
|
||||
"start_ts": "1775008800000",
|
||||
"id": "461",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Detalhes STL da [Edição Pérola Escarlate]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "433",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Detalhes da caça de talentos privilegiada [Pérola do Lobo]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "447",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Aviso sobre Problemas no Jogo Causados por Atualizações de Driver da NVIDIA",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
@@ -34,13 +55,6 @@
|
||||
"id": "362",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Detalhes da Caça de Talentos Privilegiada [Filha do Rio]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"start_ts": "1773203400000",
|
||||
"id": "348",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Guia de ferramentas do jogo para Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
|
||||
@@ -446,5 +446,278 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:00:38.790+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "ru-ru",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "Уведомления",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Сведения о специальном найме «Жемчужина Стаи»",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "444",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Об ошибках в игре после обновления драйверов NVIDIA",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "415",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Примечания об обновлении версии [Древнее глубоководье пало от бунтарского прилива]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "387",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Сведения о временном предложении [поставки «Молодой побег»]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "359",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Руководство «Игровые инструменты Arknights: Endfield»",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "142",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Заявление о честной игре для «Arknights: Endfield»",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "98",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Предупреждение о риске сторонних инструментов",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "401",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "75"
|
||||
},
|
||||
{
|
||||
"tabName": "Новости",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Arknights: Endfield [Official Release Preview] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "70",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "77"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:30:34.369+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "ru-ru",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "Уведомления",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Сведения о временном предложении [поставки «Алая жемчужина»]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "430",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Сведения о специальном найме «Жемчужина Стаи»",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "444",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Об ошибках в игре после обновления драйверов NVIDIA",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "415",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Примечания об обновлении версии [Древнее глубоководье пало от бунтарского прилива]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "387",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Сведения о временном предложении [поставки «Молодой побег»]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "359",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Руководство «Игровые инструменты Arknights: Endfield»",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "142",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Заявление о честной игре для «Arknights: Endfield»",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "98",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Предупреждение о риске сторонних инструментов",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "401",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "75"
|
||||
},
|
||||
{
|
||||
"tabName": "Новости",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Arknights: Endfield [Official Release Preview] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "70",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "77"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-04-01T02:00:43.571+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "ru-ru",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "Уведомления",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Сведения о праздничном событии «Приключения длинноуха»",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1337",
|
||||
"start_ts": "1775008800000",
|
||||
"id": "458",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Сведения о временном предложении [поставки «Алая жемчужина»]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "430",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Сведения о специальном найме «Жемчужина Стаи»",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "444",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Об ошибках в игре после обновления драйверов NVIDIA",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "415",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Примечания об обновлении версии [Древнее глубоководье пало от бунтарского прилива]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "387",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Сведения о временном предложении [поставки «Молодой побег»]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "359",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Руководство «Игровые инструменты Arknights: Endfield»",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "142",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Заявление о честной игре для «Arknights: Endfield»",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "98",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Предупреждение о риске сторонних инструментов",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "401",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "75"
|
||||
},
|
||||
{
|
||||
"tabName": "Новости",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Arknights: Endfield [Official Release Preview] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "70",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "77"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -13,6 +13,27 @@
|
||||
{
|
||||
"tabName": "Уведомления",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Сведения о праздничном событии «Приключения длинноуха»",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1337",
|
||||
"start_ts": "1775008800000",
|
||||
"id": "458",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Сведения о временном предложении [поставки «Алая жемчужина»]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "430",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Сведения о специальном найме «Жемчужина Стаи»",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "444",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Об ошибках в игре после обновления драйверов NVIDIA",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
@@ -34,13 +55,6 @@
|
||||
"id": "359",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Информация о специальном найме [Дочь рек]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"start_ts": "1773203400000",
|
||||
"id": "345",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Руководство «Игровые инструменты Arknights: Endfield»",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
|
||||
@@ -446,5 +446,278 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:00:38.791+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "th-th",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "ประกาศ",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "รายละเอียดการสรรหารับรอง [ไข่มุกหมาป่า]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "449",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "ประกาศเกี่ยวกับปัญหาเกมที่เกิดจากการอัปเดตไดรเวอร์ NVIDIA",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "420",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "หมายเหตุการอัปเดตเวอร์ชัน [วารีลึกก่อนเก่าม้วยมอด คลื่นซัดทอดโถมสูงขาดสะบั้น]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "392",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "รายละเอียด [ตั๋วผลิบานใหม่] จำกัดเวลา",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "364",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "ไกด์อุปกรณ์เกม Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "147",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "แถลงการณ์เกี่ยวกับการเล่นอย่างยุติธรรมใน Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "103",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "คำเตือนความเสี่ยงด้านความปลอดภัยจากการใช้เครื่องมือที่ไม่เป็นทางการ",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "406",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "84"
|
||||
},
|
||||
{
|
||||
"tabName": "ข่าวสาร",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Arknights: Endfield [Official Release Preview] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "75",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "86"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:30:35.081+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "th-th",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "ประกาศ",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "รายละเอียด [ตั๋วมุกสกาเล็ต] จำกัดเวลา",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "435",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "รายละเอียดการสรรหารับรอง [ไข่มุกหมาป่า]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "449",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "ประกาศเกี่ยวกับปัญหาเกมที่เกิดจากการอัปเดตไดรเวอร์ NVIDIA",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "420",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "หมายเหตุการอัปเดตเวอร์ชัน [วารีลึกก่อนเก่าม้วยมอด คลื่นซัดทอดโถมสูงขาดสะบั้น]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "392",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "รายละเอียด [ตั๋วผลิบานใหม่] จำกัดเวลา",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "364",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "ไกด์อุปกรณ์เกม Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "147",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "แถลงการณ์เกี่ยวกับการเล่นอย่างยุติธรรมใน Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "103",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "คำเตือนความเสี่ยงด้านความปลอดภัยจากการใช้เครื่องมือที่ไม่เป็นทางการ",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "406",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "84"
|
||||
},
|
||||
{
|
||||
"tabName": "ข่าวสาร",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Arknights: Endfield [Official Release Preview] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "75",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "86"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-04-01T02:00:43.615+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "th-th",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "ประกาศ",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "รายละเอียดกิจกรรมเฉลิมฉลอง [การเดินทางของเจ้าหูยาว]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1337",
|
||||
"start_ts": "1775008800000",
|
||||
"id": "463",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "รายละเอียด [ตั๋วมุกสกาเล็ต] จำกัดเวลา",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "435",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "รายละเอียดการสรรหารับรอง [ไข่มุกหมาป่า]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "449",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "ประกาศเกี่ยวกับปัญหาเกมที่เกิดจากการอัปเดตไดรเวอร์ NVIDIA",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "420",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "หมายเหตุการอัปเดตเวอร์ชัน [วารีลึกก่อนเก่าม้วยมอด คลื่นซัดทอดโถมสูงขาดสะบั้น]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "392",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "รายละเอียด [ตั๋วผลิบานใหม่] จำกัดเวลา",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "364",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "ไกด์อุปกรณ์เกม Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "147",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "แถลงการณ์เกี่ยวกับการเล่นอย่างยุติธรรมใน Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "103",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "คำเตือนความเสี่ยงด้านความปลอดภัยจากการใช้เครื่องมือที่ไม่เป็นทางการ",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "406",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "84"
|
||||
},
|
||||
{
|
||||
"tabName": "ข่าวสาร",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Arknights: Endfield [Official Release Preview] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "75",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "86"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -13,6 +13,27 @@
|
||||
{
|
||||
"tabName": "ประกาศ",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "รายละเอียดกิจกรรมเฉลิมฉลอง [การเดินทางของเจ้าหูยาว]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1337",
|
||||
"start_ts": "1775008800000",
|
||||
"id": "463",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "รายละเอียด [ตั๋วมุกสกาเล็ต] จำกัดเวลา",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "435",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "รายละเอียดการสรรหารับรอง [ไข่มุกหมาป่า]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "449",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "ประกาศเกี่ยวกับปัญหาเกมที่เกิดจากการอัปเดตไดรเวอร์ NVIDIA",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
@@ -34,13 +55,6 @@
|
||||
"id": "364",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "รายละเอียดการสรรหารับรอง [ธิดาแห่งสายน้ำ]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"start_ts": "1773203400000",
|
||||
"id": "350",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "ไกด์อุปกรณ์เกม Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
|
||||
@@ -446,5 +446,278 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:00:38.850+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "vi-vn",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "Thông Báo",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Chi Tiết Chiêu Mộ Đặc Quyền [Ngọc Trai Sói]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "450",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Thông Báo Về Sự Cố Game Do Cập Nhật Trình Điều Khiển NVIDIA",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "421",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Ghi Chú Cập Nhật Phiên Bản [Sóng Sau Vùi Dập Sóng Trước]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "393",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Chi tiết LTO [Gói Chồi Non Tái Sinh]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "365",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Arknights: Endfield - Hướng Dẫn Công Cụ Chơi",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "148",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Tuyên Bố Về Chơi Công Bằng Của Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "104",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Cảnh báo rủi ro bảo mật khi sử dụng công cụ không chính thức",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "407",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "87"
|
||||
},
|
||||
{
|
||||
"tabName": "Tin Tức",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Arknights: Endfield [Official Release Preview] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "76",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "89"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:30:34.642+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "vi-vn",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "Thông Báo",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "[Gói Ngọc Trai Đỏ] Chi Tiết Chương Trình Giới Hạn Thời Gian",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "436",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Chi Tiết Chiêu Mộ Đặc Quyền [Ngọc Trai Sói]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "450",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Thông Báo Về Sự Cố Game Do Cập Nhật Trình Điều Khiển NVIDIA",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "421",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Ghi Chú Cập Nhật Phiên Bản [Sóng Sau Vùi Dập Sóng Trước]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "393",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Chi tiết LTO [Gói Chồi Non Tái Sinh]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "365",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Arknights: Endfield - Hướng Dẫn Công Cụ Chơi",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "148",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Tuyên Bố Về Chơi Công Bằng Của Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "104",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Cảnh báo rủi ro bảo mật khi sử dụng công cụ không chính thức",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "407",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "87"
|
||||
},
|
||||
{
|
||||
"tabName": "Tin Tức",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Arknights: Endfield [Official Release Preview] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "76",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "89"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-04-01T02:00:43.212+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "vi-vn",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "Thông Báo",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Chi Tiết Sự Kiện Ăn Mừng [Hành Trình Của Tai Dài]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1337",
|
||||
"start_ts": "1775008800000",
|
||||
"id": "464",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Gói Ngọc Trai Đỏ] Chi Tiết Chương Trình Giới Hạn Thời Gian",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "436",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Chi Tiết Chiêu Mộ Đặc Quyền [Ngọc Trai Sói]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "450",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Thông Báo Về Sự Cố Game Do Cập Nhật Trình Điều Khiển NVIDIA",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "421",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Ghi Chú Cập Nhật Phiên Bản [Sóng Sau Vùi Dập Sóng Trước]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "393",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Chi tiết LTO [Gói Chồi Non Tái Sinh]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "365",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Arknights: Endfield - Hướng Dẫn Công Cụ Chơi",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "148",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Tuyên Bố Về Chơi Công Bằng Của Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "104",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Cảnh báo rủi ro bảo mật khi sử dụng công cụ không chính thức",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "407",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "87"
|
||||
},
|
||||
{
|
||||
"tabName": "Tin Tức",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Arknights: Endfield [Official Release Preview] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "76",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "89"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -13,6 +13,27 @@
|
||||
{
|
||||
"tabName": "Thông Báo",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Chi Tiết Sự Kiện Ăn Mừng [Hành Trình Của Tai Dài]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1337",
|
||||
"start_ts": "1775008800000",
|
||||
"id": "464",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Gói Ngọc Trai Đỏ] Chi Tiết Chương Trình Giới Hạn Thời Gian",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "436",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Chi Tiết Chiêu Mộ Đặc Quyền [Ngọc Trai Sói]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "450",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Thông Báo Về Sự Cố Game Do Cập Nhật Trình Điều Khiển NVIDIA",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
@@ -34,13 +55,6 @@
|
||||
"id": "365",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Chi tiết Chiêu Mộ Đặc Quyền [Con Gái Của Dòng Sông]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"start_ts": "1773203400000",
|
||||
"id": "351",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Arknights: Endfield - Hướng Dẫn Công Cụ Chơi",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
|
||||
@@ -446,5 +446,278 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:00:39.031+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "zh-cn",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "公告",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "「狼珀」特许寻访说明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "438",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "NVIDIA驱动更新可能导致游戏异常说明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "409",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「新潮起,故渊离」版本更新说明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "381",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「新芽申领」限时特卖说明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "353",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "《明日方舟:终末地》游戏工具指南",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "136",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "《明日方舟:终末地》公平运营声明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "92",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "关于使用非官方工具的安全风险提示",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "395",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "51"
|
||||
},
|
||||
{
|
||||
"tabName": "新闻",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "《明日方舟:终末地》「公测前瞻」研发通讯",
|
||||
"jump_url": "https://endfield.gryphline.com/zh-tw/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "64",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "53"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:30:34.612+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "zh-cn",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "公告",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "「绯珀申领」限时特卖说明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "424",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「狼珀」特许寻访说明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "438",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "NVIDIA驱动更新可能导致游戏异常说明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "409",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「新潮起,故渊离」版本更新说明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "381",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「新芽申领」限时特卖说明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "353",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "《明日方舟:终末地》游戏工具指南",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "136",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "《明日方舟:终末地》公平运营声明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "92",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "关于使用非官方工具的安全风险提示",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "395",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "51"
|
||||
},
|
||||
{
|
||||
"tabName": "新闻",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "《明日方舟:终末地》「公测前瞻」研发通讯",
|
||||
"jump_url": "https://endfield.gryphline.com/zh-tw/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "64",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "53"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-04-01T02:00:43.257+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "zh-cn",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "公告",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "「长耳兽之旅」同庆活动说明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1337",
|
||||
"start_ts": "1775008800000",
|
||||
"id": "452",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「绯珀申领」限时特卖说明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "424",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「狼珀」特许寻访说明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "438",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "NVIDIA驱动更新可能导致游戏异常说明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "409",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「新潮起,故渊离」版本更新说明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "381",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「新芽申领」限时特卖说明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "353",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "《明日方舟:终末地》游戏工具指南",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "136",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "《明日方舟:终末地》公平运营声明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "92",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "关于使用非官方工具的安全风险提示",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "395",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "51"
|
||||
},
|
||||
{
|
||||
"tabName": "新闻",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "《明日方舟:终末地》「公测前瞻」研发通讯",
|
||||
"jump_url": "https://endfield.gryphline.com/zh-tw/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "64",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "53"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -13,6 +13,27 @@
|
||||
{
|
||||
"tabName": "公告",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "「长耳兽之旅」同庆活动说明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1337",
|
||||
"start_ts": "1775008800000",
|
||||
"id": "452",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「绯珀申领」限时特卖说明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "424",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「狼珀」特许寻访说明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "438",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "NVIDIA驱动更新可能导致游戏异常说明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
@@ -34,13 +55,6 @@
|
||||
"id": "353",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「河流的女儿」特许寻访说明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"start_ts": "1773203400000",
|
||||
"id": "339",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "《明日方舟:终末地》游戏工具指南",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
|
||||
@@ -488,5 +488,299 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:00:39.055+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "zh-tw",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "公告",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "「狼珀」特許尋訪說明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "439",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "NVIDIA驅動更新可能導致遊戲異常說明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "410",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「新潮起,故淵離」版本更新說明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "382",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「新芽申領」限時特賣說明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "354",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "《明日方舟:終末地》遊戲工具指南",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "137",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "《明日方舟:終末地》公平營運聲明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "93",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "關於使用非官方工具的安全風險提示",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "396",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "60"
|
||||
},
|
||||
{
|
||||
"tabName": "新聞",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "「新潮起,故淵離」開發組通訊",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2662",
|
||||
"start_ts": "1772445600000",
|
||||
"id": "320",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "《明日方舟:終末地》「公測前瞻」開發組通訊",
|
||||
"jump_url": "https://endfield.gryphline.com/zh-tw/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "68",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "62"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:30:34.830+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "zh-tw",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "公告",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "「緋珀申領」限時特賣說明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "425",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「狼珀」特許尋訪說明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "439",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "NVIDIA驅動更新可能導致遊戲異常說明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "410",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「新潮起,故淵離」版本更新說明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "382",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「新芽申領」限時特賣說明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "354",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "《明日方舟:終末地》遊戲工具指南",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "137",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "《明日方舟:終末地》公平營運聲明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "93",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "關於使用非官方工具的安全風險提示",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "396",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "60"
|
||||
},
|
||||
{
|
||||
"tabName": "新聞",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "「新潮起,故淵離」開發組通訊",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2662",
|
||||
"start_ts": "1772445600000",
|
||||
"id": "320",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "《明日方舟:終末地》「公測前瞻」開發組通訊",
|
||||
"jump_url": "https://endfield.gryphline.com/zh-tw/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "68",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "62"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-04-01T02:00:43.272+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "zh-tw",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "公告",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "「長耳獸之旅」同慶活動說明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1337",
|
||||
"start_ts": "1775008800000",
|
||||
"id": "453",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「緋珀申領」限時特賣說明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "425",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「狼珀」特許尋訪說明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "439",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "NVIDIA驅動更新可能導致遊戲異常說明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "410",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「新潮起,故淵離」版本更新說明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "382",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「新芽申領」限時特賣說明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "354",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "《明日方舟:終末地》遊戲工具指南",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "137",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "《明日方舟:終末地》公平營運聲明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "93",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "關於使用非官方工具的安全風險提示",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "396",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "60"
|
||||
},
|
||||
{
|
||||
"tabName": "新聞",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "「新潮起,故淵離」開發組通訊",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2662",
|
||||
"start_ts": "1772445600000",
|
||||
"id": "320",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "《明日方舟:終末地》「公測前瞻」開發組通訊",
|
||||
"jump_url": "https://endfield.gryphline.com/zh-tw/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "68",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "62"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -13,6 +13,27 @@
|
||||
{
|
||||
"tabName": "公告",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "「長耳獸之旅」同慶活動說明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1337",
|
||||
"start_ts": "1775008800000",
|
||||
"id": "453",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「緋珀申領」限時特賣說明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "425",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「狼珀」特許尋訪說明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "439",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "NVIDIA驅動更新可能導致遊戲異常說明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
@@ -34,13 +55,6 @@
|
||||
"id": "354",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「河流的女兒」特許尋訪說明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"start_ts": "1773203400000",
|
||||
"id": "340",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "《明日方舟:終末地》遊戲工具指南",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
|
||||
@@ -325,5 +325,495 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-19T15:00:47.326+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "de-de",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/42/ee/42ee4377a48a2be8f09d368759383447.jpg",
|
||||
"md5": "97e129d9d0b470b23b8e8e32e6c319e2",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "314",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/bd/34/bd34d202315438ca9fc4c4c32357af0b.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "300",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/3a/5f/3a5fa14cfeb4fd2e640cb61eb546ff6e.png",
|
||||
"md5": "6d80d5e35e8b9b6b9f15c5f1b46302f1",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "272",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/01/2d/012df07f9b02cee9f5f7e96fe9a9f3ed.png",
|
||||
"md5": "253758dceaf84cb7867eff615f7d91da",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "257",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/57/46/5746e3b4c92cd62be6fd8a315f75a664.png",
|
||||
"md5": "6af7dbd83af7910d183c6e6af16fa2b8",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "238",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/77/72/7772d915d654f875a300b8b9211c3e96.png",
|
||||
"md5": "4084b44ecc64e41efc8d74f001e8be17",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "50",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/fe/97/fe97f4b29f4c302142f29ef56c567265.png",
|
||||
"md5": "38bdd063099ea23ac3d0c32f7e09b58e",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "36",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-20T04:00:41.309+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "de-de",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/24/84/248465f26aff417b33fbef7c61991bb9.jpg",
|
||||
"md5": "5b333e97ca2a634b08f6300f25f7bd84",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "328",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/42/ee/42ee4377a48a2be8f09d368759383447.jpg",
|
||||
"md5": "97e129d9d0b470b23b8e8e32e6c319e2",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "314",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/bd/34/bd34d202315438ca9fc4c4c32357af0b.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "300",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/3a/5f/3a5fa14cfeb4fd2e640cb61eb546ff6e.png",
|
||||
"md5": "6d80d5e35e8b9b6b9f15c5f1b46302f1",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "272",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/01/2d/012df07f9b02cee9f5f7e96fe9a9f3ed.png",
|
||||
"md5": "253758dceaf84cb7867eff615f7d91da",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "257",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/57/46/5746e3b4c92cd62be6fd8a315f75a664.png",
|
||||
"md5": "6af7dbd83af7910d183c6e6af16fa2b8",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "238",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/77/72/7772d915d654f875a300b8b9211c3e96.png",
|
||||
"md5": "4084b44ecc64e41efc8d74f001e8be17",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "50",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/fe/97/fe97f4b29f4c302142f29ef56c567265.png",
|
||||
"md5": "38bdd063099ea23ac3d0c32f7e09b58e",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "36",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-21T11:01:26.070+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "de-de",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/f5/06/f5063fa8df01dc3f1328521ccb3e5d83.png",
|
||||
"md5": "fbfc871c4ac2f7c2e5d215331561140b",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "342",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/24/84/248465f26aff417b33fbef7c61991bb9.jpg",
|
||||
"md5": "5b333e97ca2a634b08f6300f25f7bd84",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "328",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/42/ee/42ee4377a48a2be8f09d368759383447.jpg",
|
||||
"md5": "97e129d9d0b470b23b8e8e32e6c319e2",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "314",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/bd/34/bd34d202315438ca9fc4c4c32357af0b.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "300",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/3a/5f/3a5fa14cfeb4fd2e640cb61eb546ff6e.png",
|
||||
"md5": "6d80d5e35e8b9b6b9f15c5f1b46302f1",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "272",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/01/2d/012df07f9b02cee9f5f7e96fe9a9f3ed.png",
|
||||
"md5": "253758dceaf84cb7867eff615f7d91da",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "257",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/57/46/5746e3b4c92cd62be6fd8a315f75a664.png",
|
||||
"md5": "6af7dbd83af7910d183c6e6af16fa2b8",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "238",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/77/72/7772d915d654f875a300b8b9211c3e96.png",
|
||||
"md5": "4084b44ecc64e41efc8d74f001e8be17",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "50",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/fe/97/fe97f4b29f4c302142f29ef56c567265.png",
|
||||
"md5": "38bdd063099ea23ac3d0c32f7e09b58e",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "36",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:00:38.035+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "de-de",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/87/0b/870be97c3a0fee997128e4734a3873c7.jpg",
|
||||
"md5": "64fdc2445f86aba45637841f0941a5db",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "356",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/f5/06/f5063fa8df01dc3f1328521ccb3e5d83.png",
|
||||
"md5": "fbfc871c4ac2f7c2e5d215331561140b",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "342",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/24/84/248465f26aff417b33fbef7c61991bb9.jpg",
|
||||
"md5": "5b333e97ca2a634b08f6300f25f7bd84",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "328",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/42/ee/42ee4377a48a2be8f09d368759383447.jpg",
|
||||
"md5": "97e129d9d0b470b23b8e8e32e6c319e2",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "314",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/bd/34/bd34d202315438ca9fc4c4c32357af0b.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "300",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/3a/5f/3a5fa14cfeb4fd2e640cb61eb546ff6e.png",
|
||||
"md5": "6d80d5e35e8b9b6b9f15c5f1b46302f1",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "272",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/57/46/5746e3b4c92cd62be6fd8a315f75a664.png",
|
||||
"md5": "6af7dbd83af7910d183c6e6af16fa2b8",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "238",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/77/72/7772d915d654f875a300b8b9211c3e96.png",
|
||||
"md5": "4084b44ecc64e41efc8d74f001e8be17",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "50",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/fe/97/fe97f4b29f4c302142f29ef56c567265.png",
|
||||
"md5": "38bdd063099ea23ac3d0c32f7e09b58e",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "36",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T16:00:41.959+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "de-de",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/87/0b/870be97c3a0fee997128e4734a3873c7.jpg",
|
||||
"md5": "64fdc2445f86aba45637841f0941a5db",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "356",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/f5/06/f5063fa8df01dc3f1328521ccb3e5d83.png",
|
||||
"md5": "fbfc871c4ac2f7c2e5d215331561140b",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "342",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/24/84/248465f26aff417b33fbef7c61991bb9.jpg",
|
||||
"md5": "5b333e97ca2a634b08f6300f25f7bd84",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "328",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/bd/34/bd34d202315438ca9fc4c4c32357af0b.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "300",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/3a/5f/3a5fa14cfeb4fd2e640cb61eb546ff6e.png",
|
||||
"md5": "6d80d5e35e8b9b6b9f15c5f1b46302f1",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "272",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/57/46/5746e3b4c92cd62be6fd8a315f75a664.png",
|
||||
"md5": "6af7dbd83af7910d183c6e6af16fa2b8",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "238",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/77/72/7772d915d654f875a300b8b9211c3e96.png",
|
||||
"md5": "4084b44ecc64e41efc8d74f001e8be17",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "50",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/fe/97/fe97f4b29f4c302142f29ef56c567265.png",
|
||||
"md5": "38bdd063099ea23ac3d0c32f7e09b58e",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "36",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-31T15:00:45.132+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "de-de",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/87/0b/870be97c3a0fee997128e4734a3873c7.jpg",
|
||||
"md5": "64fdc2445f86aba45637841f0941a5db",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "356",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/f5/06/f5063fa8df01dc3f1328521ccb3e5d83.png",
|
||||
"md5": "fbfc871c4ac2f7c2e5d215331561140b",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "342",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/24/84/248465f26aff417b33fbef7c61991bb9.jpg",
|
||||
"md5": "5b333e97ca2a634b08f6300f25f7bd84",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "328",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/bd/34/bd34d202315438ca9fc4c4c32357af0b.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "300",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/3a/5f/3a5fa14cfeb4fd2e640cb61eb546ff6e.png",
|
||||
"md5": "6d80d5e35e8b9b6b9f15c5f1b46302f1",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "272",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/77/72/7772d915d654f875a300b8b9211c3e96.png",
|
||||
"md5": "4084b44ecc64e41efc8d74f001e8be17",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "50",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/fe/97/fe97f4b29f4c302142f29ef56c567265.png",
|
||||
"md5": "38bdd063099ea23ac3d0c32f7e09b58e",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "36",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-04-01T15:00:47.674+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "de-de",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/87/0b/870be97c3a0fee997128e4734a3873c7.jpg",
|
||||
"md5": "64fdc2445f86aba45637841f0941a5db",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "356",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/24/84/248465f26aff417b33fbef7c61991bb9.jpg",
|
||||
"md5": "5b333e97ca2a634b08f6300f25f7bd84",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "328",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/bd/34/bd34d202315438ca9fc4c4c32357af0b.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "300",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/3a/5f/3a5fa14cfeb4fd2e640cb61eb546ff6e.png",
|
||||
"md5": "6d80d5e35e8b9b6b9f15c5f1b46302f1",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "272",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/77/72/7772d915d654f875a300b8b9211c3e96.png",
|
||||
"md5": "4084b44ecc64e41efc8d74f001e8be17",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "50",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/fe/97/fe97f4b29f4c302142f29ef56c567265.png",
|
||||
"md5": "38bdd063099ea23ac3d0c32f7e09b58e",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "36",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -11,10 +11,17 @@
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/42/ee/42ee4377a48a2be8f09d368759383447.jpg",
|
||||
"md5": "97e129d9d0b470b23b8e8e32e6c319e2",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "314",
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/87/0b/870be97c3a0fee997128e4734a3873c7.jpg",
|
||||
"md5": "64fdc2445f86aba45637841f0941a5db",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "356",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/24/84/248465f26aff417b33fbef7c61991bb9.jpg",
|
||||
"md5": "5b333e97ca2a634b08f6300f25f7bd84",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "328",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
@@ -24,13 +31,6 @@
|
||||
"id": "300",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/69/45/694598c131120f6f2d363b76426c2859.png",
|
||||
"md5": "c372b49d45507c81c565e939e804ceae",
|
||||
"jump_url": "https://www.skport.com/article?id=2028369049304242052&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "286",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/3a/5f/3a5fa14cfeb4fd2e640cb61eb546ff6e.png",
|
||||
"md5": "6d80d5e35e8b9b6b9f15c5f1b46302f1",
|
||||
@@ -38,20 +38,6 @@
|
||||
"id": "272",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/01/2d/012df07f9b02cee9f5f7e96fe9a9f3ed.png",
|
||||
"md5": "253758dceaf84cb7867eff615f7d91da",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "257",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/57/46/5746e3b4c92cd62be6fd8a315f75a664.png",
|
||||
"md5": "6af7dbd83af7910d183c6e6af16fa2b8",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "238",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/77/72/7772d915d654f875a300b8b9211c3e96.png",
|
||||
"md5": "4084b44ecc64e41efc8d74f001e8be17",
|
||||
|
||||
@@ -418,5 +418,544 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-19T15:00:47.354+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "en-us",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/55/0a/550a8080523e18bf8feb828b788a9ccb.jpg",
|
||||
"md5": "62c66b0a8f6f5a719a0aaca4883a7c36",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "309",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/11/66/116684b02f3d231d430b275b354d5ce1.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "294",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/69/4e/694e2fb734c141e73d62f9c6352300a6.png",
|
||||
"md5": "f2115a808c08ef59180478510a01c3f7",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "267",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/4e/05/4e05b16db7eb6b9d81781fdbd23cd6ad.png",
|
||||
"md5": "2ae7d46ebacaab48df6f5aa75babe92f",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "252",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/1b/f6/1bf61912e9c16e2af277f8d670823706.png",
|
||||
"md5": "8cd844f9016978b4b693338abce3dc74",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "233",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/c2/f0/c2f0103a37b0a7d0fdc1d3196b2b7fb2.png",
|
||||
"md5": "9d368a05400a1b7331b9facac7874798",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2662",
|
||||
"id": "228",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/18/44/184490133e005e1a1bb04c9abac71c71.png",
|
||||
"md5": "0a4f2e9fd3119e9eaf3d750b4cb522a9",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "45",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/85/fe/85fe5a907cfdc10f07adc46bdf6c01c3.png",
|
||||
"md5": "dab43fe3ec3eb66d111dfb11045376a0",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "31",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-20T04:00:41.321+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "en-us",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/fd/aa/fdaa9e01b594fb986afc04cb515e5d7a.jpg",
|
||||
"md5": "aa10738e1ad20f300dffb63c8879de27",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "323",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/55/0a/550a8080523e18bf8feb828b788a9ccb.jpg",
|
||||
"md5": "62c66b0a8f6f5a719a0aaca4883a7c36",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "309",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/11/66/116684b02f3d231d430b275b354d5ce1.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "294",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/69/4e/694e2fb734c141e73d62f9c6352300a6.png",
|
||||
"md5": "f2115a808c08ef59180478510a01c3f7",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "267",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/4e/05/4e05b16db7eb6b9d81781fdbd23cd6ad.png",
|
||||
"md5": "2ae7d46ebacaab48df6f5aa75babe92f",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "252",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/1b/f6/1bf61912e9c16e2af277f8d670823706.png",
|
||||
"md5": "8cd844f9016978b4b693338abce3dc74",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "233",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/c2/f0/c2f0103a37b0a7d0fdc1d3196b2b7fb2.png",
|
||||
"md5": "9d368a05400a1b7331b9facac7874798",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2662",
|
||||
"id": "228",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/18/44/184490133e005e1a1bb04c9abac71c71.png",
|
||||
"md5": "0a4f2e9fd3119e9eaf3d750b4cb522a9",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "45",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/85/fe/85fe5a907cfdc10f07adc46bdf6c01c3.png",
|
||||
"md5": "dab43fe3ec3eb66d111dfb11045376a0",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "31",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-21T11:01:26.069+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "en-us",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a2/a9/a2a96b532559113c500a1ca104fed3a9.png",
|
||||
"md5": "1299751f214264c5413566c09ca5986d",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "337",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/fd/aa/fdaa9e01b594fb986afc04cb515e5d7a.jpg",
|
||||
"md5": "aa10738e1ad20f300dffb63c8879de27",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "323",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/55/0a/550a8080523e18bf8feb828b788a9ccb.jpg",
|
||||
"md5": "62c66b0a8f6f5a719a0aaca4883a7c36",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "309",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/11/66/116684b02f3d231d430b275b354d5ce1.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "294",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/69/4e/694e2fb734c141e73d62f9c6352300a6.png",
|
||||
"md5": "f2115a808c08ef59180478510a01c3f7",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "267",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/4e/05/4e05b16db7eb6b9d81781fdbd23cd6ad.png",
|
||||
"md5": "2ae7d46ebacaab48df6f5aa75babe92f",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "252",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/1b/f6/1bf61912e9c16e2af277f8d670823706.png",
|
||||
"md5": "8cd844f9016978b4b693338abce3dc74",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "233",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/c2/f0/c2f0103a37b0a7d0fdc1d3196b2b7fb2.png",
|
||||
"md5": "9d368a05400a1b7331b9facac7874798",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2662",
|
||||
"id": "228",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/18/44/184490133e005e1a1bb04c9abac71c71.png",
|
||||
"md5": "0a4f2e9fd3119e9eaf3d750b4cb522a9",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "45",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/85/fe/85fe5a907cfdc10f07adc46bdf6c01c3.png",
|
||||
"md5": "dab43fe3ec3eb66d111dfb11045376a0",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "31",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:00:38.054+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "en-us",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/9b/48/9b48ff955782a49b237c5bd8817339b5.jpg",
|
||||
"md5": "34ef86b571c134d5c26eda763a1619af",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "351",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a2/a9/a2a96b532559113c500a1ca104fed3a9.png",
|
||||
"md5": "1299751f214264c5413566c09ca5986d",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "337",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/fd/aa/fdaa9e01b594fb986afc04cb515e5d7a.jpg",
|
||||
"md5": "aa10738e1ad20f300dffb63c8879de27",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "323",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/55/0a/550a8080523e18bf8feb828b788a9ccb.jpg",
|
||||
"md5": "62c66b0a8f6f5a719a0aaca4883a7c36",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "309",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/11/66/116684b02f3d231d430b275b354d5ce1.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "294",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/69/4e/694e2fb734c141e73d62f9c6352300a6.png",
|
||||
"md5": "f2115a808c08ef59180478510a01c3f7",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "267",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/1b/f6/1bf61912e9c16e2af277f8d670823706.png",
|
||||
"md5": "8cd844f9016978b4b693338abce3dc74",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "233",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/c2/f0/c2f0103a37b0a7d0fdc1d3196b2b7fb2.png",
|
||||
"md5": "9d368a05400a1b7331b9facac7874798",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2662",
|
||||
"id": "228",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/18/44/184490133e005e1a1bb04c9abac71c71.png",
|
||||
"md5": "0a4f2e9fd3119e9eaf3d750b4cb522a9",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "45",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/85/fe/85fe5a907cfdc10f07adc46bdf6c01c3.png",
|
||||
"md5": "dab43fe3ec3eb66d111dfb11045376a0",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "31",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T16:00:41.969+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "en-us",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/9b/48/9b48ff955782a49b237c5bd8817339b5.jpg",
|
||||
"md5": "34ef86b571c134d5c26eda763a1619af",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "351",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a2/a9/a2a96b532559113c500a1ca104fed3a9.png",
|
||||
"md5": "1299751f214264c5413566c09ca5986d",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "337",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/fd/aa/fdaa9e01b594fb986afc04cb515e5d7a.jpg",
|
||||
"md5": "aa10738e1ad20f300dffb63c8879de27",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "323",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/11/66/116684b02f3d231d430b275b354d5ce1.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "294",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/69/4e/694e2fb734c141e73d62f9c6352300a6.png",
|
||||
"md5": "f2115a808c08ef59180478510a01c3f7",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "267",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/1b/f6/1bf61912e9c16e2af277f8d670823706.png",
|
||||
"md5": "8cd844f9016978b4b693338abce3dc74",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "233",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/c2/f0/c2f0103a37b0a7d0fdc1d3196b2b7fb2.png",
|
||||
"md5": "9d368a05400a1b7331b9facac7874798",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2662",
|
||||
"id": "228",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/18/44/184490133e005e1a1bb04c9abac71c71.png",
|
||||
"md5": "0a4f2e9fd3119e9eaf3d750b4cb522a9",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "45",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/85/fe/85fe5a907cfdc10f07adc46bdf6c01c3.png",
|
||||
"md5": "dab43fe3ec3eb66d111dfb11045376a0",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "31",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-31T15:00:45.146+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "en-us",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/9b/48/9b48ff955782a49b237c5bd8817339b5.jpg",
|
||||
"md5": "34ef86b571c134d5c26eda763a1619af",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "351",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a2/a9/a2a96b532559113c500a1ca104fed3a9.png",
|
||||
"md5": "1299751f214264c5413566c09ca5986d",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "337",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/fd/aa/fdaa9e01b594fb986afc04cb515e5d7a.jpg",
|
||||
"md5": "aa10738e1ad20f300dffb63c8879de27",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "323",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/11/66/116684b02f3d231d430b275b354d5ce1.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "294",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/69/4e/694e2fb734c141e73d62f9c6352300a6.png",
|
||||
"md5": "f2115a808c08ef59180478510a01c3f7",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "267",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/c2/f0/c2f0103a37b0a7d0fdc1d3196b2b7fb2.png",
|
||||
"md5": "9d368a05400a1b7331b9facac7874798",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2662",
|
||||
"id": "228",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/18/44/184490133e005e1a1bb04c9abac71c71.png",
|
||||
"md5": "0a4f2e9fd3119e9eaf3d750b4cb522a9",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "45",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/85/fe/85fe5a907cfdc10f07adc46bdf6c01c3.png",
|
||||
"md5": "dab43fe3ec3eb66d111dfb11045376a0",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "31",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-04-01T15:00:47.690+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "en-us",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/9b/48/9b48ff955782a49b237c5bd8817339b5.jpg",
|
||||
"md5": "34ef86b571c134d5c26eda763a1619af",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "351",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/fd/aa/fdaa9e01b594fb986afc04cb515e5d7a.jpg",
|
||||
"md5": "aa10738e1ad20f300dffb63c8879de27",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "323",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/11/66/116684b02f3d231d430b275b354d5ce1.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "294",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/69/4e/694e2fb734c141e73d62f9c6352300a6.png",
|
||||
"md5": "f2115a808c08ef59180478510a01c3f7",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "267",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/c2/f0/c2f0103a37b0a7d0fdc1d3196b2b7fb2.png",
|
||||
"md5": "9d368a05400a1b7331b9facac7874798",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2662",
|
||||
"id": "228",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/18/44/184490133e005e1a1bb04c9abac71c71.png",
|
||||
"md5": "0a4f2e9fd3119e9eaf3d750b4cb522a9",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "45",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/85/fe/85fe5a907cfdc10f07adc46bdf6c01c3.png",
|
||||
"md5": "dab43fe3ec3eb66d111dfb11045376a0",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "31",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -11,10 +11,17 @@
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/55/0a/550a8080523e18bf8feb828b788a9ccb.jpg",
|
||||
"md5": "62c66b0a8f6f5a719a0aaca4883a7c36",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "309",
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/9b/48/9b48ff955782a49b237c5bd8817339b5.jpg",
|
||||
"md5": "34ef86b571c134d5c26eda763a1619af",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "351",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/fd/aa/fdaa9e01b594fb986afc04cb515e5d7a.jpg",
|
||||
"md5": "aa10738e1ad20f300dffb63c8879de27",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "323",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
@@ -24,13 +31,6 @@
|
||||
"id": "294",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/48/d0/48d0b44ab8bb84f41cc6a5984c09a25d.png",
|
||||
"md5": "c14ef68b956459bf39b52281025cfbbd",
|
||||
"jump_url": "https://www.skport.com/article?id=2028369049304242052&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "281",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/69/4e/694e2fb734c141e73d62f9c6352300a6.png",
|
||||
"md5": "f2115a808c08ef59180478510a01c3f7",
|
||||
@@ -38,20 +38,6 @@
|
||||
"id": "267",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/4e/05/4e05b16db7eb6b9d81781fdbd23cd6ad.png",
|
||||
"md5": "2ae7d46ebacaab48df6f5aa75babe92f",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "252",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/1b/f6/1bf61912e9c16e2af277f8d670823706.png",
|
||||
"md5": "8cd844f9016978b4b693338abce3dc74",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "233",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/c2/f0/c2f0103a37b0a7d0fdc1d3196b2b7fb2.png",
|
||||
"md5": "9d368a05400a1b7331b9facac7874798",
|
||||
|
||||
@@ -325,5 +325,495 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-19T15:00:47.896+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "es-mx",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/96/76/96768369a94a2d19be46f06f29fe442b.jpg",
|
||||
"md5": "637c9f7ee3ecb62e6a7f515285c1ad7c",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "312",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/04/a1/04a13ab98585f37d37de7b296cf3a6a7.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "298",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/04/92/0492cddbdff8b581cc39f56832d74e5f.png",
|
||||
"md5": "0b8aed6ecbc235a1f62e8576650936bf",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "270",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/c1/03/c10373d2a9ea3d6ad982f9fbaa8dd7a8.png",
|
||||
"md5": "00ed192f7980cad40f97568a6b34ec1d",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "255",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ce/e5/cee513ab85f6a0cb8c465352f8afaa26.png",
|
||||
"md5": "52c30778b5a799804899bfb689c02ac1",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "236",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ca/cd/cacdb2eb0286c8936d0b35fd5b5637d4.png",
|
||||
"md5": "2e4b2307a0da7fea6a4cf31a5b2e88f4",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "48",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/af/32/af3229a958339f478e62fdbb5cc9f7db.png",
|
||||
"md5": "4c28f1ababc17d48e852c9c253ab3425",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "34",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-20T04:00:41.323+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "es-mx",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/fd/d3/fdd3f29ac226bfce8d1e1d9b70b4ad86.jpg",
|
||||
"md5": "a6a9c3437f036d6902c06fc8c14aee37",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "326",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/96/76/96768369a94a2d19be46f06f29fe442b.jpg",
|
||||
"md5": "637c9f7ee3ecb62e6a7f515285c1ad7c",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "312",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/04/a1/04a13ab98585f37d37de7b296cf3a6a7.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "298",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/04/92/0492cddbdff8b581cc39f56832d74e5f.png",
|
||||
"md5": "0b8aed6ecbc235a1f62e8576650936bf",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "270",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/c1/03/c10373d2a9ea3d6ad982f9fbaa8dd7a8.png",
|
||||
"md5": "00ed192f7980cad40f97568a6b34ec1d",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "255",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ce/e5/cee513ab85f6a0cb8c465352f8afaa26.png",
|
||||
"md5": "52c30778b5a799804899bfb689c02ac1",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "236",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ca/cd/cacdb2eb0286c8936d0b35fd5b5637d4.png",
|
||||
"md5": "2e4b2307a0da7fea6a4cf31a5b2e88f4",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "48",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/af/32/af3229a958339f478e62fdbb5cc9f7db.png",
|
||||
"md5": "4c28f1ababc17d48e852c9c253ab3425",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "34",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-21T11:01:26.053+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "es-mx",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/c0/ee/c0ee90eadf4fb3cfb56234e9f108d3e0.png",
|
||||
"md5": "f8f6d94287cb65d09f6808778da90049",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "340",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/fd/d3/fdd3f29ac226bfce8d1e1d9b70b4ad86.jpg",
|
||||
"md5": "a6a9c3437f036d6902c06fc8c14aee37",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "326",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/96/76/96768369a94a2d19be46f06f29fe442b.jpg",
|
||||
"md5": "637c9f7ee3ecb62e6a7f515285c1ad7c",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "312",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/04/a1/04a13ab98585f37d37de7b296cf3a6a7.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "298",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/04/92/0492cddbdff8b581cc39f56832d74e5f.png",
|
||||
"md5": "0b8aed6ecbc235a1f62e8576650936bf",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "270",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/c1/03/c10373d2a9ea3d6ad982f9fbaa8dd7a8.png",
|
||||
"md5": "00ed192f7980cad40f97568a6b34ec1d",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "255",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ce/e5/cee513ab85f6a0cb8c465352f8afaa26.png",
|
||||
"md5": "52c30778b5a799804899bfb689c02ac1",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "236",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ca/cd/cacdb2eb0286c8936d0b35fd5b5637d4.png",
|
||||
"md5": "2e4b2307a0da7fea6a4cf31a5b2e88f4",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "48",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/af/32/af3229a958339f478e62fdbb5cc9f7db.png",
|
||||
"md5": "4c28f1ababc17d48e852c9c253ab3425",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "34",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:00:38.052+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "es-mx",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a2/14/a214d3b3a5916bec8b0f33932e34e9a7.jpg",
|
||||
"md5": "97db184801655feefcb8056e88db16d1",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "354",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/c0/ee/c0ee90eadf4fb3cfb56234e9f108d3e0.png",
|
||||
"md5": "f8f6d94287cb65d09f6808778da90049",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "340",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/fd/d3/fdd3f29ac226bfce8d1e1d9b70b4ad86.jpg",
|
||||
"md5": "a6a9c3437f036d6902c06fc8c14aee37",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "326",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/96/76/96768369a94a2d19be46f06f29fe442b.jpg",
|
||||
"md5": "637c9f7ee3ecb62e6a7f515285c1ad7c",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "312",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/04/a1/04a13ab98585f37d37de7b296cf3a6a7.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "298",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/04/92/0492cddbdff8b581cc39f56832d74e5f.png",
|
||||
"md5": "0b8aed6ecbc235a1f62e8576650936bf",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "270",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ce/e5/cee513ab85f6a0cb8c465352f8afaa26.png",
|
||||
"md5": "52c30778b5a799804899bfb689c02ac1",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "236",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ca/cd/cacdb2eb0286c8936d0b35fd5b5637d4.png",
|
||||
"md5": "2e4b2307a0da7fea6a4cf31a5b2e88f4",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "48",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/af/32/af3229a958339f478e62fdbb5cc9f7db.png",
|
||||
"md5": "4c28f1ababc17d48e852c9c253ab3425",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "34",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T16:00:41.932+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "es-mx",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a2/14/a214d3b3a5916bec8b0f33932e34e9a7.jpg",
|
||||
"md5": "97db184801655feefcb8056e88db16d1",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "354",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/c0/ee/c0ee90eadf4fb3cfb56234e9f108d3e0.png",
|
||||
"md5": "f8f6d94287cb65d09f6808778da90049",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "340",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/fd/d3/fdd3f29ac226bfce8d1e1d9b70b4ad86.jpg",
|
||||
"md5": "a6a9c3437f036d6902c06fc8c14aee37",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "326",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/04/a1/04a13ab98585f37d37de7b296cf3a6a7.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "298",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/04/92/0492cddbdff8b581cc39f56832d74e5f.png",
|
||||
"md5": "0b8aed6ecbc235a1f62e8576650936bf",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "270",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ce/e5/cee513ab85f6a0cb8c465352f8afaa26.png",
|
||||
"md5": "52c30778b5a799804899bfb689c02ac1",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "236",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ca/cd/cacdb2eb0286c8936d0b35fd5b5637d4.png",
|
||||
"md5": "2e4b2307a0da7fea6a4cf31a5b2e88f4",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "48",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/af/32/af3229a958339f478e62fdbb5cc9f7db.png",
|
||||
"md5": "4c28f1ababc17d48e852c9c253ab3425",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "34",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-31T15:00:45.814+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "es-mx",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a2/14/a214d3b3a5916bec8b0f33932e34e9a7.jpg",
|
||||
"md5": "97db184801655feefcb8056e88db16d1",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "354",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/c0/ee/c0ee90eadf4fb3cfb56234e9f108d3e0.png",
|
||||
"md5": "f8f6d94287cb65d09f6808778da90049",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "340",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/fd/d3/fdd3f29ac226bfce8d1e1d9b70b4ad86.jpg",
|
||||
"md5": "a6a9c3437f036d6902c06fc8c14aee37",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "326",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/04/a1/04a13ab98585f37d37de7b296cf3a6a7.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "298",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/04/92/0492cddbdff8b581cc39f56832d74e5f.png",
|
||||
"md5": "0b8aed6ecbc235a1f62e8576650936bf",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "270",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ca/cd/cacdb2eb0286c8936d0b35fd5b5637d4.png",
|
||||
"md5": "2e4b2307a0da7fea6a4cf31a5b2e88f4",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "48",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/af/32/af3229a958339f478e62fdbb5cc9f7db.png",
|
||||
"md5": "4c28f1ababc17d48e852c9c253ab3425",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "34",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-04-01T15:00:47.689+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "es-mx",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a2/14/a214d3b3a5916bec8b0f33932e34e9a7.jpg",
|
||||
"md5": "97db184801655feefcb8056e88db16d1",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "354",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/fd/d3/fdd3f29ac226bfce8d1e1d9b70b4ad86.jpg",
|
||||
"md5": "a6a9c3437f036d6902c06fc8c14aee37",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "326",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/04/a1/04a13ab98585f37d37de7b296cf3a6a7.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "298",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/04/92/0492cddbdff8b581cc39f56832d74e5f.png",
|
||||
"md5": "0b8aed6ecbc235a1f62e8576650936bf",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "270",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ca/cd/cacdb2eb0286c8936d0b35fd5b5637d4.png",
|
||||
"md5": "2e4b2307a0da7fea6a4cf31a5b2e88f4",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "48",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/af/32/af3229a958339f478e62fdbb5cc9f7db.png",
|
||||
"md5": "4c28f1ababc17d48e852c9c253ab3425",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "34",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -11,10 +11,17 @@
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/96/76/96768369a94a2d19be46f06f29fe442b.jpg",
|
||||
"md5": "637c9f7ee3ecb62e6a7f515285c1ad7c",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "312",
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a2/14/a214d3b3a5916bec8b0f33932e34e9a7.jpg",
|
||||
"md5": "97db184801655feefcb8056e88db16d1",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "354",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/fd/d3/fdd3f29ac226bfce8d1e1d9b70b4ad86.jpg",
|
||||
"md5": "a6a9c3437f036d6902c06fc8c14aee37",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "326",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
@@ -24,13 +31,6 @@
|
||||
"id": "298",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/16/91/16910bdb07eca7b78bda2e7f32e708f5.png",
|
||||
"md5": "dd02ef10cbd19592048ce530b7841c58",
|
||||
"jump_url": "https://www.skport.com/article?id=2028369049304242052&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "284",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/04/92/0492cddbdff8b581cc39f56832d74e5f.png",
|
||||
"md5": "0b8aed6ecbc235a1f62e8576650936bf",
|
||||
@@ -38,20 +38,6 @@
|
||||
"id": "270",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/c1/03/c10373d2a9ea3d6ad982f9fbaa8dd7a8.png",
|
||||
"md5": "00ed192f7980cad40f97568a6b34ec1d",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "255",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ce/e5/cee513ab85f6a0cb8c465352f8afaa26.png",
|
||||
"md5": "52c30778b5a799804899bfb689c02ac1",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "236",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ca/cd/cacdb2eb0286c8936d0b35fd5b5637d4.png",
|
||||
"md5": "2e4b2307a0da7fea6a4cf31a5b2e88f4",
|
||||
|
||||
@@ -325,5 +325,495 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-19T15:00:47.511+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "fr-fr",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a1/21/a121e392e98f67023985b71f9b127b54.jpg",
|
||||
"md5": "2484ef4a54d660746d6d124d4e430281",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "315",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/2a/97/2a97a8658be1a93950d8001d8d1718f5.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "301",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/2a/bb/2abb692e3de3d2212d24419123b4a4c5.png",
|
||||
"md5": "38eba4aaee8d63e152b35cd24da8d82d",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "274",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/49/2f/492f9a103a0e41341be0966a85ef69b8.png",
|
||||
"md5": "7104f77e16f1c980f7948e005a42cee4",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "258",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ff/5a/ff5a06f5a8673f4138c15a546ba3776d.png",
|
||||
"md5": "70b1ace521fc1167d3d08bddd99c581d",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "239",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/bb/76/bb76386c0b874beb640d5e149c254bbb.png",
|
||||
"md5": "9f36bb19427a1b7a49b53408c0d0296b",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "51",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/47/86/4786b471d2998a880a79f21451f190b7.png",
|
||||
"md5": "e3dc9203aa21fb06591c6e054e9aeb9b",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "37",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-20T04:00:41.471+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "fr-fr",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/db/26/db26a93f22215ab1a52bfda75319b2ce.jpg",
|
||||
"md5": "99579d3f2cc96048a27b4a7e27e8aaed",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "329",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a1/21/a121e392e98f67023985b71f9b127b54.jpg",
|
||||
"md5": "2484ef4a54d660746d6d124d4e430281",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "315",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/2a/97/2a97a8658be1a93950d8001d8d1718f5.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "301",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/2a/bb/2abb692e3de3d2212d24419123b4a4c5.png",
|
||||
"md5": "38eba4aaee8d63e152b35cd24da8d82d",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "274",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/49/2f/492f9a103a0e41341be0966a85ef69b8.png",
|
||||
"md5": "7104f77e16f1c980f7948e005a42cee4",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "258",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ff/5a/ff5a06f5a8673f4138c15a546ba3776d.png",
|
||||
"md5": "70b1ace521fc1167d3d08bddd99c581d",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "239",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/bb/76/bb76386c0b874beb640d5e149c254bbb.png",
|
||||
"md5": "9f36bb19427a1b7a49b53408c0d0296b",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "51",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/47/86/4786b471d2998a880a79f21451f190b7.png",
|
||||
"md5": "e3dc9203aa21fb06591c6e054e9aeb9b",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "37",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-21T11:01:26.315+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "fr-fr",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/84/da/84da677f430c3b7f857432aff820f946.png",
|
||||
"md5": "58115a7ccef1f83517c7aff83bfb12e5",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "343",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/db/26/db26a93f22215ab1a52bfda75319b2ce.jpg",
|
||||
"md5": "99579d3f2cc96048a27b4a7e27e8aaed",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "329",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a1/21/a121e392e98f67023985b71f9b127b54.jpg",
|
||||
"md5": "2484ef4a54d660746d6d124d4e430281",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "315",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/2a/97/2a97a8658be1a93950d8001d8d1718f5.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "301",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/2a/bb/2abb692e3de3d2212d24419123b4a4c5.png",
|
||||
"md5": "38eba4aaee8d63e152b35cd24da8d82d",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "274",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/49/2f/492f9a103a0e41341be0966a85ef69b8.png",
|
||||
"md5": "7104f77e16f1c980f7948e005a42cee4",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "258",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ff/5a/ff5a06f5a8673f4138c15a546ba3776d.png",
|
||||
"md5": "70b1ace521fc1167d3d08bddd99c581d",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "239",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/bb/76/bb76386c0b874beb640d5e149c254bbb.png",
|
||||
"md5": "9f36bb19427a1b7a49b53408c0d0296b",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "51",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/47/86/4786b471d2998a880a79f21451f190b7.png",
|
||||
"md5": "e3dc9203aa21fb06591c6e054e9aeb9b",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "37",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:00:38.289+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "fr-fr",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/eb/99/eb9944883cb0615e8140860465cfc39e.jpg",
|
||||
"md5": "2dd52769795f4d952aba9cf4f828ae51",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "357",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/84/da/84da677f430c3b7f857432aff820f946.png",
|
||||
"md5": "58115a7ccef1f83517c7aff83bfb12e5",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "343",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/db/26/db26a93f22215ab1a52bfda75319b2ce.jpg",
|
||||
"md5": "99579d3f2cc96048a27b4a7e27e8aaed",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "329",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a1/21/a121e392e98f67023985b71f9b127b54.jpg",
|
||||
"md5": "2484ef4a54d660746d6d124d4e430281",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "315",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/2a/97/2a97a8658be1a93950d8001d8d1718f5.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "301",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/2a/bb/2abb692e3de3d2212d24419123b4a4c5.png",
|
||||
"md5": "38eba4aaee8d63e152b35cd24da8d82d",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "274",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ff/5a/ff5a06f5a8673f4138c15a546ba3776d.png",
|
||||
"md5": "70b1ace521fc1167d3d08bddd99c581d",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "239",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/bb/76/bb76386c0b874beb640d5e149c254bbb.png",
|
||||
"md5": "9f36bb19427a1b7a49b53408c0d0296b",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "51",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/47/86/4786b471d2998a880a79f21451f190b7.png",
|
||||
"md5": "e3dc9203aa21fb06591c6e054e9aeb9b",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "37",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T16:00:42.116+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "fr-fr",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/eb/99/eb9944883cb0615e8140860465cfc39e.jpg",
|
||||
"md5": "2dd52769795f4d952aba9cf4f828ae51",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "357",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/84/da/84da677f430c3b7f857432aff820f946.png",
|
||||
"md5": "58115a7ccef1f83517c7aff83bfb12e5",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "343",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/db/26/db26a93f22215ab1a52bfda75319b2ce.jpg",
|
||||
"md5": "99579d3f2cc96048a27b4a7e27e8aaed",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "329",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/2a/97/2a97a8658be1a93950d8001d8d1718f5.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "301",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/2a/bb/2abb692e3de3d2212d24419123b4a4c5.png",
|
||||
"md5": "38eba4aaee8d63e152b35cd24da8d82d",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "274",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ff/5a/ff5a06f5a8673f4138c15a546ba3776d.png",
|
||||
"md5": "70b1ace521fc1167d3d08bddd99c581d",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "239",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/bb/76/bb76386c0b874beb640d5e149c254bbb.png",
|
||||
"md5": "9f36bb19427a1b7a49b53408c0d0296b",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "51",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/47/86/4786b471d2998a880a79f21451f190b7.png",
|
||||
"md5": "e3dc9203aa21fb06591c6e054e9aeb9b",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "37",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-31T15:00:45.370+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "fr-fr",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/eb/99/eb9944883cb0615e8140860465cfc39e.jpg",
|
||||
"md5": "2dd52769795f4d952aba9cf4f828ae51",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "357",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/84/da/84da677f430c3b7f857432aff820f946.png",
|
||||
"md5": "58115a7ccef1f83517c7aff83bfb12e5",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "343",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/db/26/db26a93f22215ab1a52bfda75319b2ce.jpg",
|
||||
"md5": "99579d3f2cc96048a27b4a7e27e8aaed",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "329",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/2a/97/2a97a8658be1a93950d8001d8d1718f5.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "301",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/2a/bb/2abb692e3de3d2212d24419123b4a4c5.png",
|
||||
"md5": "38eba4aaee8d63e152b35cd24da8d82d",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "274",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/bb/76/bb76386c0b874beb640d5e149c254bbb.png",
|
||||
"md5": "9f36bb19427a1b7a49b53408c0d0296b",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "51",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/47/86/4786b471d2998a880a79f21451f190b7.png",
|
||||
"md5": "e3dc9203aa21fb06591c6e054e9aeb9b",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "37",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-04-01T15:00:47.868+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "fr-fr",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/eb/99/eb9944883cb0615e8140860465cfc39e.jpg",
|
||||
"md5": "2dd52769795f4d952aba9cf4f828ae51",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "357",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/db/26/db26a93f22215ab1a52bfda75319b2ce.jpg",
|
||||
"md5": "99579d3f2cc96048a27b4a7e27e8aaed",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "329",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/2a/97/2a97a8658be1a93950d8001d8d1718f5.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "301",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/2a/bb/2abb692e3de3d2212d24419123b4a4c5.png",
|
||||
"md5": "38eba4aaee8d63e152b35cd24da8d82d",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "274",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/bb/76/bb76386c0b874beb640d5e149c254bbb.png",
|
||||
"md5": "9f36bb19427a1b7a49b53408c0d0296b",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "51",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/47/86/4786b471d2998a880a79f21451f190b7.png",
|
||||
"md5": "e3dc9203aa21fb06591c6e054e9aeb9b",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "37",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -11,10 +11,17 @@
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a1/21/a121e392e98f67023985b71f9b127b54.jpg",
|
||||
"md5": "2484ef4a54d660746d6d124d4e430281",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "315",
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/eb/99/eb9944883cb0615e8140860465cfc39e.jpg",
|
||||
"md5": "2dd52769795f4d952aba9cf4f828ae51",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "357",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/db/26/db26a93f22215ab1a52bfda75319b2ce.jpg",
|
||||
"md5": "99579d3f2cc96048a27b4a7e27e8aaed",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "329",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
@@ -24,13 +31,6 @@
|
||||
"id": "301",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/16/bd/16bddfab949cad08a296bdc327ae9fa9.png",
|
||||
"md5": "ae46921246cf87849fcbde73edecc4a1",
|
||||
"jump_url": "https://www.skport.com/article?id=2028369049304242052&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "287",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/2a/bb/2abb692e3de3d2212d24419123b4a4c5.png",
|
||||
"md5": "38eba4aaee8d63e152b35cd24da8d82d",
|
||||
@@ -38,20 +38,6 @@
|
||||
"id": "274",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/49/2f/492f9a103a0e41341be0966a85ef69b8.png",
|
||||
"md5": "7104f77e16f1c980f7948e005a42cee4",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "258",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ff/5a/ff5a06f5a8673f4138c15a546ba3776d.png",
|
||||
"md5": "70b1ace521fc1167d3d08bddd99c581d",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "239",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/bb/76/bb76386c0b874beb640d5e149c254bbb.png",
|
||||
"md5": "9f36bb19427a1b7a49b53408c0d0296b",
|
||||
|
||||
@@ -325,5 +325,495 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-19T15:00:47.534+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "id-id",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a4/07/a407e1e32d2eb4eea48bc7028500230e.jpg",
|
||||
"md5": "7b9a52242f61a6775227b83f31959daf",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "317",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/af/c0/afc065d26ab8e0bb5f9ab8db6956cb8e.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "303",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a3/bd/a3bd1573d3c9f546df17cfedfb12a179.png",
|
||||
"md5": "aa836f72405933a3ff18dcb003b96cc4",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "275",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ca/ea/caeaf1b7b8736b2f41727d976892c9de.png",
|
||||
"md5": "52ec6177b19be727a21fb4e1ead60c84",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "260",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ff/b7/ffb70cf2fa839f7b7e2a1944a81d7b0c.png",
|
||||
"md5": "e3fc09c29db345bc587414f51bb1b66d",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "241",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/f5/da/f5da6be39e6378253999f04e4bd8eb62.png",
|
||||
"md5": "f84c65b7d9a894e9b5dd1c99edf325b8",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "53",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/35/ac/35ac20cb09982a66b55e4d6ae0b014a0.png",
|
||||
"md5": "8bf5ade1d8d9b9d52b54f4fea12f1e01",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "39",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-20T04:00:41.638+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "id-id",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/84/3c/843ca42ff629172ac79c7d429a2376f4.jpg",
|
||||
"md5": "f5e3f75393361ec65317b059967dacd5",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "331",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a4/07/a407e1e32d2eb4eea48bc7028500230e.jpg",
|
||||
"md5": "7b9a52242f61a6775227b83f31959daf",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "317",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/af/c0/afc065d26ab8e0bb5f9ab8db6956cb8e.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "303",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a3/bd/a3bd1573d3c9f546df17cfedfb12a179.png",
|
||||
"md5": "aa836f72405933a3ff18dcb003b96cc4",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "275",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ca/ea/caeaf1b7b8736b2f41727d976892c9de.png",
|
||||
"md5": "52ec6177b19be727a21fb4e1ead60c84",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "260",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ff/b7/ffb70cf2fa839f7b7e2a1944a81d7b0c.png",
|
||||
"md5": "e3fc09c29db345bc587414f51bb1b66d",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "241",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/f5/da/f5da6be39e6378253999f04e4bd8eb62.png",
|
||||
"md5": "f84c65b7d9a894e9b5dd1c99edf325b8",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "53",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/35/ac/35ac20cb09982a66b55e4d6ae0b014a0.png",
|
||||
"md5": "8bf5ade1d8d9b9d52b54f4fea12f1e01",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "39",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-21T11:01:26.326+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "id-id",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/20/43/2043baac986b1ad988495ad56a707486.png",
|
||||
"md5": "2066e8b320a6f7dd03aad0cbebfa2d77",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "345",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/84/3c/843ca42ff629172ac79c7d429a2376f4.jpg",
|
||||
"md5": "f5e3f75393361ec65317b059967dacd5",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "331",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a4/07/a407e1e32d2eb4eea48bc7028500230e.jpg",
|
||||
"md5": "7b9a52242f61a6775227b83f31959daf",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "317",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/af/c0/afc065d26ab8e0bb5f9ab8db6956cb8e.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "303",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a3/bd/a3bd1573d3c9f546df17cfedfb12a179.png",
|
||||
"md5": "aa836f72405933a3ff18dcb003b96cc4",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "275",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ca/ea/caeaf1b7b8736b2f41727d976892c9de.png",
|
||||
"md5": "52ec6177b19be727a21fb4e1ead60c84",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "260",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ff/b7/ffb70cf2fa839f7b7e2a1944a81d7b0c.png",
|
||||
"md5": "e3fc09c29db345bc587414f51bb1b66d",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "241",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/f5/da/f5da6be39e6378253999f04e4bd8eb62.png",
|
||||
"md5": "f84c65b7d9a894e9b5dd1c99edf325b8",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "53",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/35/ac/35ac20cb09982a66b55e4d6ae0b014a0.png",
|
||||
"md5": "8bf5ade1d8d9b9d52b54f4fea12f1e01",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "39",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:00:38.301+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "id-id",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a0/79/a079485eedf4863c6f3c187f8eb97474.jpg",
|
||||
"md5": "2fe6e040baab8c9adc9d5aaae440b4e4",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "359",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/20/43/2043baac986b1ad988495ad56a707486.png",
|
||||
"md5": "2066e8b320a6f7dd03aad0cbebfa2d77",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "345",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/84/3c/843ca42ff629172ac79c7d429a2376f4.jpg",
|
||||
"md5": "f5e3f75393361ec65317b059967dacd5",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "331",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a4/07/a407e1e32d2eb4eea48bc7028500230e.jpg",
|
||||
"md5": "7b9a52242f61a6775227b83f31959daf",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "317",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/af/c0/afc065d26ab8e0bb5f9ab8db6956cb8e.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "303",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a3/bd/a3bd1573d3c9f546df17cfedfb12a179.png",
|
||||
"md5": "aa836f72405933a3ff18dcb003b96cc4",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "275",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ff/b7/ffb70cf2fa839f7b7e2a1944a81d7b0c.png",
|
||||
"md5": "e3fc09c29db345bc587414f51bb1b66d",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "241",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/f5/da/f5da6be39e6378253999f04e4bd8eb62.png",
|
||||
"md5": "f84c65b7d9a894e9b5dd1c99edf325b8",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "53",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/35/ac/35ac20cb09982a66b55e4d6ae0b014a0.png",
|
||||
"md5": "8bf5ade1d8d9b9d52b54f4fea12f1e01",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "39",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T16:00:42.136+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "id-id",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a0/79/a079485eedf4863c6f3c187f8eb97474.jpg",
|
||||
"md5": "2fe6e040baab8c9adc9d5aaae440b4e4",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "359",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/20/43/2043baac986b1ad988495ad56a707486.png",
|
||||
"md5": "2066e8b320a6f7dd03aad0cbebfa2d77",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "345",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/84/3c/843ca42ff629172ac79c7d429a2376f4.jpg",
|
||||
"md5": "f5e3f75393361ec65317b059967dacd5",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "331",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/af/c0/afc065d26ab8e0bb5f9ab8db6956cb8e.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "303",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a3/bd/a3bd1573d3c9f546df17cfedfb12a179.png",
|
||||
"md5": "aa836f72405933a3ff18dcb003b96cc4",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "275",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ff/b7/ffb70cf2fa839f7b7e2a1944a81d7b0c.png",
|
||||
"md5": "e3fc09c29db345bc587414f51bb1b66d",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "241",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/f5/da/f5da6be39e6378253999f04e4bd8eb62.png",
|
||||
"md5": "f84c65b7d9a894e9b5dd1c99edf325b8",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "53",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/35/ac/35ac20cb09982a66b55e4d6ae0b014a0.png",
|
||||
"md5": "8bf5ade1d8d9b9d52b54f4fea12f1e01",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "39",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-31T15:00:45.371+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "id-id",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a0/79/a079485eedf4863c6f3c187f8eb97474.jpg",
|
||||
"md5": "2fe6e040baab8c9adc9d5aaae440b4e4",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "359",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/20/43/2043baac986b1ad988495ad56a707486.png",
|
||||
"md5": "2066e8b320a6f7dd03aad0cbebfa2d77",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "345",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/84/3c/843ca42ff629172ac79c7d429a2376f4.jpg",
|
||||
"md5": "f5e3f75393361ec65317b059967dacd5",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "331",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/af/c0/afc065d26ab8e0bb5f9ab8db6956cb8e.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "303",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a3/bd/a3bd1573d3c9f546df17cfedfb12a179.png",
|
||||
"md5": "aa836f72405933a3ff18dcb003b96cc4",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "275",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/f5/da/f5da6be39e6378253999f04e4bd8eb62.png",
|
||||
"md5": "f84c65b7d9a894e9b5dd1c99edf325b8",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "53",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/35/ac/35ac20cb09982a66b55e4d6ae0b014a0.png",
|
||||
"md5": "8bf5ade1d8d9b9d52b54f4fea12f1e01",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "39",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-04-01T15:00:48.438+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "id-id",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a0/79/a079485eedf4863c6f3c187f8eb97474.jpg",
|
||||
"md5": "2fe6e040baab8c9adc9d5aaae440b4e4",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "359",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/84/3c/843ca42ff629172ac79c7d429a2376f4.jpg",
|
||||
"md5": "f5e3f75393361ec65317b059967dacd5",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "331",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/af/c0/afc065d26ab8e0bb5f9ab8db6956cb8e.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "303",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a3/bd/a3bd1573d3c9f546df17cfedfb12a179.png",
|
||||
"md5": "aa836f72405933a3ff18dcb003b96cc4",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "275",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/f5/da/f5da6be39e6378253999f04e4bd8eb62.png",
|
||||
"md5": "f84c65b7d9a894e9b5dd1c99edf325b8",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "53",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/35/ac/35ac20cb09982a66b55e4d6ae0b014a0.png",
|
||||
"md5": "8bf5ade1d8d9b9d52b54f4fea12f1e01",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "39",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -11,10 +11,17 @@
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a4/07/a407e1e32d2eb4eea48bc7028500230e.jpg",
|
||||
"md5": "7b9a52242f61a6775227b83f31959daf",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "317",
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a0/79/a079485eedf4863c6f3c187f8eb97474.jpg",
|
||||
"md5": "2fe6e040baab8c9adc9d5aaae440b4e4",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "359",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/84/3c/843ca42ff629172ac79c7d429a2376f4.jpg",
|
||||
"md5": "f5e3f75393361ec65317b059967dacd5",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "331",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
@@ -24,13 +31,6 @@
|
||||
"id": "303",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/20/93/209367cbc5ffdc21a6e1d7478208239e.png",
|
||||
"md5": "a70d4dff5ef72dcdddf4424b2452afa6",
|
||||
"jump_url": "https://www.skport.com/article?id=2028369049304242052&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "289",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a3/bd/a3bd1573d3c9f546df17cfedfb12a179.png",
|
||||
"md5": "aa836f72405933a3ff18dcb003b96cc4",
|
||||
@@ -38,20 +38,6 @@
|
||||
"id": "275",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ca/ea/caeaf1b7b8736b2f41727d976892c9de.png",
|
||||
"md5": "52ec6177b19be727a21fb4e1ead60c84",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "260",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ff/b7/ffb70cf2fa839f7b7e2a1944a81d7b0c.png",
|
||||
"md5": "e3fc09c29db345bc587414f51bb1b66d",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "241",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/f5/da/f5da6be39e6378253999f04e4bd8eb62.png",
|
||||
"md5": "f84c65b7d9a894e9b5dd1c99edf325b8",
|
||||
|
||||
@@ -325,5 +325,495 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-19T15:00:47.557+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "it-it",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/3b/55/3b558477e617c2b9a954c619d9257d50.jpg",
|
||||
"md5": "d22eda81bf7d3b866ff2239bbf2b464e",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "320",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/e7/43/e743f237a4d60ad18d32df39eca13d22.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "306",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/16/74/1674eadb9e62a0204f9341a9b485d850.png",
|
||||
"md5": "c2d9e4af327a93beadff0ab98259bfa8",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "278",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a3/49/a3496fadcf1da5f721dd8eeba39adab2.png",
|
||||
"md5": "1e2e79397c73538f8ec068830dbdf418",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "263",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/9a/80/9a801b991ddf9d555037461f7659ec64.png",
|
||||
"md5": "55ff30d6b65c63d7c87429eb09495c4c",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "244",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a4/1e/a41ee462badb78f704ff8698842a7735.png",
|
||||
"md5": "25d294f620ea565425ce7d74139a151c",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "56",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/12/27/1227d65fbd4d1c14dfdd1b7bf8d5c942.png",
|
||||
"md5": "73647e72345993d06e61e3e244f99864",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "42",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-20T04:00:41.567+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "it-it",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/03/2a/032a95b74fea5820f787413463670be7.jpg",
|
||||
"md5": "1e5da204494034244abbc57b7428b010",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "334",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/3b/55/3b558477e617c2b9a954c619d9257d50.jpg",
|
||||
"md5": "d22eda81bf7d3b866ff2239bbf2b464e",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "320",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/e7/43/e743f237a4d60ad18d32df39eca13d22.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "306",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/16/74/1674eadb9e62a0204f9341a9b485d850.png",
|
||||
"md5": "c2d9e4af327a93beadff0ab98259bfa8",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "278",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a3/49/a3496fadcf1da5f721dd8eeba39adab2.png",
|
||||
"md5": "1e2e79397c73538f8ec068830dbdf418",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "263",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/9a/80/9a801b991ddf9d555037461f7659ec64.png",
|
||||
"md5": "55ff30d6b65c63d7c87429eb09495c4c",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "244",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a4/1e/a41ee462badb78f704ff8698842a7735.png",
|
||||
"md5": "25d294f620ea565425ce7d74139a151c",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "56",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/12/27/1227d65fbd4d1c14dfdd1b7bf8d5c942.png",
|
||||
"md5": "73647e72345993d06e61e3e244f99864",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "42",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-21T11:01:26.316+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "it-it",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/43/ff/43fff8f23b7709219bc0dff650438757.png",
|
||||
"md5": "e0a6d184d2e67bccc271aba7262436bc",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "348",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/03/2a/032a95b74fea5820f787413463670be7.jpg",
|
||||
"md5": "1e5da204494034244abbc57b7428b010",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "334",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/3b/55/3b558477e617c2b9a954c619d9257d50.jpg",
|
||||
"md5": "d22eda81bf7d3b866ff2239bbf2b464e",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "320",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/e7/43/e743f237a4d60ad18d32df39eca13d22.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "306",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/16/74/1674eadb9e62a0204f9341a9b485d850.png",
|
||||
"md5": "c2d9e4af327a93beadff0ab98259bfa8",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "278",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a3/49/a3496fadcf1da5f721dd8eeba39adab2.png",
|
||||
"md5": "1e2e79397c73538f8ec068830dbdf418",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "263",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/9a/80/9a801b991ddf9d555037461f7659ec64.png",
|
||||
"md5": "55ff30d6b65c63d7c87429eb09495c4c",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "244",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a4/1e/a41ee462badb78f704ff8698842a7735.png",
|
||||
"md5": "25d294f620ea565425ce7d74139a151c",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "56",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/12/27/1227d65fbd4d1c14dfdd1b7bf8d5c942.png",
|
||||
"md5": "73647e72345993d06e61e3e244f99864",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "42",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:00:38.330+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "it-it",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/3e/eb/3eebe43db24cd3ef9b839e2af7c9fd4c.jpg",
|
||||
"md5": "e74a9e602028bb25c89380e1879fd991",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "362",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/43/ff/43fff8f23b7709219bc0dff650438757.png",
|
||||
"md5": "e0a6d184d2e67bccc271aba7262436bc",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "348",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/03/2a/032a95b74fea5820f787413463670be7.jpg",
|
||||
"md5": "1e5da204494034244abbc57b7428b010",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "334",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/3b/55/3b558477e617c2b9a954c619d9257d50.jpg",
|
||||
"md5": "d22eda81bf7d3b866ff2239bbf2b464e",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "320",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/e7/43/e743f237a4d60ad18d32df39eca13d22.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "306",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/16/74/1674eadb9e62a0204f9341a9b485d850.png",
|
||||
"md5": "c2d9e4af327a93beadff0ab98259bfa8",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "278",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/9a/80/9a801b991ddf9d555037461f7659ec64.png",
|
||||
"md5": "55ff30d6b65c63d7c87429eb09495c4c",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "244",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a4/1e/a41ee462badb78f704ff8698842a7735.png",
|
||||
"md5": "25d294f620ea565425ce7d74139a151c",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "56",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/12/27/1227d65fbd4d1c14dfdd1b7bf8d5c942.png",
|
||||
"md5": "73647e72345993d06e61e3e244f99864",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "42",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T16:00:42.820+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "it-it",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/3e/eb/3eebe43db24cd3ef9b839e2af7c9fd4c.jpg",
|
||||
"md5": "e74a9e602028bb25c89380e1879fd991",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "362",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/43/ff/43fff8f23b7709219bc0dff650438757.png",
|
||||
"md5": "e0a6d184d2e67bccc271aba7262436bc",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "348",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/03/2a/032a95b74fea5820f787413463670be7.jpg",
|
||||
"md5": "1e5da204494034244abbc57b7428b010",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "334",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/e7/43/e743f237a4d60ad18d32df39eca13d22.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "306",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/16/74/1674eadb9e62a0204f9341a9b485d850.png",
|
||||
"md5": "c2d9e4af327a93beadff0ab98259bfa8",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "278",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/9a/80/9a801b991ddf9d555037461f7659ec64.png",
|
||||
"md5": "55ff30d6b65c63d7c87429eb09495c4c",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "244",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a4/1e/a41ee462badb78f704ff8698842a7735.png",
|
||||
"md5": "25d294f620ea565425ce7d74139a151c",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "56",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/12/27/1227d65fbd4d1c14dfdd1b7bf8d5c942.png",
|
||||
"md5": "73647e72345993d06e61e3e244f99864",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "42",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-31T15:00:45.405+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "it-it",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/3e/eb/3eebe43db24cd3ef9b839e2af7c9fd4c.jpg",
|
||||
"md5": "e74a9e602028bb25c89380e1879fd991",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "362",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/43/ff/43fff8f23b7709219bc0dff650438757.png",
|
||||
"md5": "e0a6d184d2e67bccc271aba7262436bc",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "348",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/03/2a/032a95b74fea5820f787413463670be7.jpg",
|
||||
"md5": "1e5da204494034244abbc57b7428b010",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "334",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/e7/43/e743f237a4d60ad18d32df39eca13d22.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "306",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/16/74/1674eadb9e62a0204f9341a9b485d850.png",
|
||||
"md5": "c2d9e4af327a93beadff0ab98259bfa8",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "278",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a4/1e/a41ee462badb78f704ff8698842a7735.png",
|
||||
"md5": "25d294f620ea565425ce7d74139a151c",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "56",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/12/27/1227d65fbd4d1c14dfdd1b7bf8d5c942.png",
|
||||
"md5": "73647e72345993d06e61e3e244f99864",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "42",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-04-01T15:00:47.893+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "it-it",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/3e/eb/3eebe43db24cd3ef9b839e2af7c9fd4c.jpg",
|
||||
"md5": "e74a9e602028bb25c89380e1879fd991",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "362",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/03/2a/032a95b74fea5820f787413463670be7.jpg",
|
||||
"md5": "1e5da204494034244abbc57b7428b010",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "334",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/e7/43/e743f237a4d60ad18d32df39eca13d22.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "306",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/16/74/1674eadb9e62a0204f9341a9b485d850.png",
|
||||
"md5": "c2d9e4af327a93beadff0ab98259bfa8",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "278",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a4/1e/a41ee462badb78f704ff8698842a7735.png",
|
||||
"md5": "25d294f620ea565425ce7d74139a151c",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "56",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/12/27/1227d65fbd4d1c14dfdd1b7bf8d5c942.png",
|
||||
"md5": "73647e72345993d06e61e3e244f99864",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "42",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -11,10 +11,17 @@
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/3b/55/3b558477e617c2b9a954c619d9257d50.jpg",
|
||||
"md5": "d22eda81bf7d3b866ff2239bbf2b464e",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "320",
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/3e/eb/3eebe43db24cd3ef9b839e2af7c9fd4c.jpg",
|
||||
"md5": "e74a9e602028bb25c89380e1879fd991",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "362",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/03/2a/032a95b74fea5820f787413463670be7.jpg",
|
||||
"md5": "1e5da204494034244abbc57b7428b010",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "334",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
@@ -24,13 +31,6 @@
|
||||
"id": "306",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/52/56/525677ff47d85dc577fab51277e39640.png",
|
||||
"md5": "3d46c6f10ffdedee910771fe3c151ac1",
|
||||
"jump_url": "https://www.skport.com/article?id=2028369049304242052&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "292",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/16/74/1674eadb9e62a0204f9341a9b485d850.png",
|
||||
"md5": "c2d9e4af327a93beadff0ab98259bfa8",
|
||||
@@ -38,20 +38,6 @@
|
||||
"id": "278",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a3/49/a3496fadcf1da5f721dd8eeba39adab2.png",
|
||||
"md5": "1e2e79397c73538f8ec068830dbdf418",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "263",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/9a/80/9a801b991ddf9d555037461f7659ec64.png",
|
||||
"md5": "55ff30d6b65c63d7c87429eb09495c4c",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "244",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a4/1e/a41ee462badb78f704ff8698842a7735.png",
|
||||
"md5": "25d294f620ea565425ce7d74139a151c",
|
||||
|
||||
@@ -418,5 +418,544 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-19T15:00:47.739+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "ja-jp",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ca/98/ca98ac8aca7794cce22886f048641ee6.jpg",
|
||||
"md5": "760e7d07aef6fef451dd5f179d80e21a",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "310",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/86/39/8639e8e62022366a440544f41fd8ff8d.png",
|
||||
"md5": "a204db9eef507b006a5a5d444b574b0f",
|
||||
"jump_url": "https://store.gryphline.com/ja",
|
||||
"id": "295",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ee/40/ee40feeba4b18bde855d9f0f5c8098ab.png",
|
||||
"md5": "12cd4fb5d2dcee2891bd504f4dde85cf",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "268",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/77/85/7785fccd8aa16c1efe77e2ba2ec2f0b5.png",
|
||||
"md5": "6f2c53ee1eb8be295d8ace887bca4983",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "253",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/87/31/87317ac7c02255ee5c7a93c18f4acf56.png",
|
||||
"md5": "71e0eab5ccca748c67c409fb491fc077",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "234",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/90/f9/90f98b009057d10fbe9c470362964f5f.png",
|
||||
"md5": "bf285eff24f25be6e0020fd18276d971",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2662",
|
||||
"id": "229",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/e8/e2/e8e296371815eb7de0123b6bdbf3c400.png",
|
||||
"md5": "a58874d82a940ef3899f28a17dc3a0e4",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "46",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/7d/27/7d2716788b2f66ab62d21e3b16b18fee.png",
|
||||
"md5": "dd2f682917b68975cb1c487e548a7297",
|
||||
"jump_url": "https://endfield.gryphline.com/ja-jp/news/4499",
|
||||
"id": "32",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-20T04:00:41.743+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "ja-jp",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/7d/9b/7d9b99463921eb40ef4a6ef1278138b1.jpg",
|
||||
"md5": "6062fbdd5e4a1172295d1033892fd03f",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "324",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ca/98/ca98ac8aca7794cce22886f048641ee6.jpg",
|
||||
"md5": "760e7d07aef6fef451dd5f179d80e21a",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "310",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/86/39/8639e8e62022366a440544f41fd8ff8d.png",
|
||||
"md5": "a204db9eef507b006a5a5d444b574b0f",
|
||||
"jump_url": "https://store.gryphline.com/ja",
|
||||
"id": "295",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ee/40/ee40feeba4b18bde855d9f0f5c8098ab.png",
|
||||
"md5": "12cd4fb5d2dcee2891bd504f4dde85cf",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "268",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/77/85/7785fccd8aa16c1efe77e2ba2ec2f0b5.png",
|
||||
"md5": "6f2c53ee1eb8be295d8ace887bca4983",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "253",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/87/31/87317ac7c02255ee5c7a93c18f4acf56.png",
|
||||
"md5": "71e0eab5ccca748c67c409fb491fc077",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "234",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/90/f9/90f98b009057d10fbe9c470362964f5f.png",
|
||||
"md5": "bf285eff24f25be6e0020fd18276d971",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2662",
|
||||
"id": "229",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/e8/e2/e8e296371815eb7de0123b6bdbf3c400.png",
|
||||
"md5": "a58874d82a940ef3899f28a17dc3a0e4",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "46",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/7d/27/7d2716788b2f66ab62d21e3b16b18fee.png",
|
||||
"md5": "dd2f682917b68975cb1c487e548a7297",
|
||||
"jump_url": "https://endfield.gryphline.com/ja-jp/news/4499",
|
||||
"id": "32",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-21T11:01:27.252+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "ja-jp",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/29/21/2921be275f19ac906529f1a867be978c.png",
|
||||
"md5": "ae6571574c6df4b4765f9093f4af3e78",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "338",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/7d/9b/7d9b99463921eb40ef4a6ef1278138b1.jpg",
|
||||
"md5": "6062fbdd5e4a1172295d1033892fd03f",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "324",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ca/98/ca98ac8aca7794cce22886f048641ee6.jpg",
|
||||
"md5": "760e7d07aef6fef451dd5f179d80e21a",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "310",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/86/39/8639e8e62022366a440544f41fd8ff8d.png",
|
||||
"md5": "a204db9eef507b006a5a5d444b574b0f",
|
||||
"jump_url": "https://store.gryphline.com/ja",
|
||||
"id": "295",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ee/40/ee40feeba4b18bde855d9f0f5c8098ab.png",
|
||||
"md5": "12cd4fb5d2dcee2891bd504f4dde85cf",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "268",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/77/85/7785fccd8aa16c1efe77e2ba2ec2f0b5.png",
|
||||
"md5": "6f2c53ee1eb8be295d8ace887bca4983",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "253",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/87/31/87317ac7c02255ee5c7a93c18f4acf56.png",
|
||||
"md5": "71e0eab5ccca748c67c409fb491fc077",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "234",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/90/f9/90f98b009057d10fbe9c470362964f5f.png",
|
||||
"md5": "bf285eff24f25be6e0020fd18276d971",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2662",
|
||||
"id": "229",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/e8/e2/e8e296371815eb7de0123b6bdbf3c400.png",
|
||||
"md5": "a58874d82a940ef3899f28a17dc3a0e4",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "46",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/7d/27/7d2716788b2f66ab62d21e3b16b18fee.png",
|
||||
"md5": "dd2f682917b68975cb1c487e548a7297",
|
||||
"jump_url": "https://endfield.gryphline.com/ja-jp/news/4499",
|
||||
"id": "32",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:00:38.618+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "ja-jp",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/5f/33/5f331e959a65bf1eebc0f8e748c2c528.jpg",
|
||||
"md5": "6e324394aedae6b7bcf8289e45b92b4d",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "352",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/29/21/2921be275f19ac906529f1a867be978c.png",
|
||||
"md5": "ae6571574c6df4b4765f9093f4af3e78",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "338",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/7d/9b/7d9b99463921eb40ef4a6ef1278138b1.jpg",
|
||||
"md5": "6062fbdd5e4a1172295d1033892fd03f",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "324",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ca/98/ca98ac8aca7794cce22886f048641ee6.jpg",
|
||||
"md5": "760e7d07aef6fef451dd5f179d80e21a",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "310",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/86/39/8639e8e62022366a440544f41fd8ff8d.png",
|
||||
"md5": "a204db9eef507b006a5a5d444b574b0f",
|
||||
"jump_url": "https://store.gryphline.com/ja",
|
||||
"id": "295",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ee/40/ee40feeba4b18bde855d9f0f5c8098ab.png",
|
||||
"md5": "12cd4fb5d2dcee2891bd504f4dde85cf",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "268",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/87/31/87317ac7c02255ee5c7a93c18f4acf56.png",
|
||||
"md5": "71e0eab5ccca748c67c409fb491fc077",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "234",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/90/f9/90f98b009057d10fbe9c470362964f5f.png",
|
||||
"md5": "bf285eff24f25be6e0020fd18276d971",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2662",
|
||||
"id": "229",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/e8/e2/e8e296371815eb7de0123b6bdbf3c400.png",
|
||||
"md5": "a58874d82a940ef3899f28a17dc3a0e4",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "46",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/7d/27/7d2716788b2f66ab62d21e3b16b18fee.png",
|
||||
"md5": "dd2f682917b68975cb1c487e548a7297",
|
||||
"jump_url": "https://endfield.gryphline.com/ja-jp/news/4499",
|
||||
"id": "32",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T16:00:42.313+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "ja-jp",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/5f/33/5f331e959a65bf1eebc0f8e748c2c528.jpg",
|
||||
"md5": "6e324394aedae6b7bcf8289e45b92b4d",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "352",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/29/21/2921be275f19ac906529f1a867be978c.png",
|
||||
"md5": "ae6571574c6df4b4765f9093f4af3e78",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "338",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/7d/9b/7d9b99463921eb40ef4a6ef1278138b1.jpg",
|
||||
"md5": "6062fbdd5e4a1172295d1033892fd03f",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "324",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/86/39/8639e8e62022366a440544f41fd8ff8d.png",
|
||||
"md5": "a204db9eef507b006a5a5d444b574b0f",
|
||||
"jump_url": "https://store.gryphline.com/ja",
|
||||
"id": "295",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ee/40/ee40feeba4b18bde855d9f0f5c8098ab.png",
|
||||
"md5": "12cd4fb5d2dcee2891bd504f4dde85cf",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "268",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/87/31/87317ac7c02255ee5c7a93c18f4acf56.png",
|
||||
"md5": "71e0eab5ccca748c67c409fb491fc077",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "234",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/90/f9/90f98b009057d10fbe9c470362964f5f.png",
|
||||
"md5": "bf285eff24f25be6e0020fd18276d971",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2662",
|
||||
"id": "229",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/e8/e2/e8e296371815eb7de0123b6bdbf3c400.png",
|
||||
"md5": "a58874d82a940ef3899f28a17dc3a0e4",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "46",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/7d/27/7d2716788b2f66ab62d21e3b16b18fee.png",
|
||||
"md5": "dd2f682917b68975cb1c487e548a7297",
|
||||
"jump_url": "https://endfield.gryphline.com/ja-jp/news/4499",
|
||||
"id": "32",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-31T15:00:45.594+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "ja-jp",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/5f/33/5f331e959a65bf1eebc0f8e748c2c528.jpg",
|
||||
"md5": "6e324394aedae6b7bcf8289e45b92b4d",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "352",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/29/21/2921be275f19ac906529f1a867be978c.png",
|
||||
"md5": "ae6571574c6df4b4765f9093f4af3e78",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "338",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/7d/9b/7d9b99463921eb40ef4a6ef1278138b1.jpg",
|
||||
"md5": "6062fbdd5e4a1172295d1033892fd03f",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "324",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/86/39/8639e8e62022366a440544f41fd8ff8d.png",
|
||||
"md5": "a204db9eef507b006a5a5d444b574b0f",
|
||||
"jump_url": "https://store.gryphline.com/ja",
|
||||
"id": "295",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ee/40/ee40feeba4b18bde855d9f0f5c8098ab.png",
|
||||
"md5": "12cd4fb5d2dcee2891bd504f4dde85cf",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "268",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/90/f9/90f98b009057d10fbe9c470362964f5f.png",
|
||||
"md5": "bf285eff24f25be6e0020fd18276d971",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2662",
|
||||
"id": "229",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/e8/e2/e8e296371815eb7de0123b6bdbf3c400.png",
|
||||
"md5": "a58874d82a940ef3899f28a17dc3a0e4",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "46",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/7d/27/7d2716788b2f66ab62d21e3b16b18fee.png",
|
||||
"md5": "dd2f682917b68975cb1c487e548a7297",
|
||||
"jump_url": "https://endfield.gryphline.com/ja-jp/news/4499",
|
||||
"id": "32",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-04-01T15:00:48.637+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "ja-jp",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/5f/33/5f331e959a65bf1eebc0f8e748c2c528.jpg",
|
||||
"md5": "6e324394aedae6b7bcf8289e45b92b4d",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "352",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/7d/9b/7d9b99463921eb40ef4a6ef1278138b1.jpg",
|
||||
"md5": "6062fbdd5e4a1172295d1033892fd03f",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "324",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/86/39/8639e8e62022366a440544f41fd8ff8d.png",
|
||||
"md5": "a204db9eef507b006a5a5d444b574b0f",
|
||||
"jump_url": "https://store.gryphline.com/ja",
|
||||
"id": "295",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ee/40/ee40feeba4b18bde855d9f0f5c8098ab.png",
|
||||
"md5": "12cd4fb5d2dcee2891bd504f4dde85cf",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "268",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/90/f9/90f98b009057d10fbe9c470362964f5f.png",
|
||||
"md5": "bf285eff24f25be6e0020fd18276d971",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2662",
|
||||
"id": "229",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/e8/e2/e8e296371815eb7de0123b6bdbf3c400.png",
|
||||
"md5": "a58874d82a940ef3899f28a17dc3a0e4",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "46",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/7d/27/7d2716788b2f66ab62d21e3b16b18fee.png",
|
||||
"md5": "dd2f682917b68975cb1c487e548a7297",
|
||||
"jump_url": "https://endfield.gryphline.com/ja-jp/news/4499",
|
||||
"id": "32",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -11,10 +11,17 @@
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ca/98/ca98ac8aca7794cce22886f048641ee6.jpg",
|
||||
"md5": "760e7d07aef6fef451dd5f179d80e21a",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "310",
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/5f/33/5f331e959a65bf1eebc0f8e748c2c528.jpg",
|
||||
"md5": "6e324394aedae6b7bcf8289e45b92b4d",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "352",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/7d/9b/7d9b99463921eb40ef4a6ef1278138b1.jpg",
|
||||
"md5": "6062fbdd5e4a1172295d1033892fd03f",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "324",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
@@ -24,13 +31,6 @@
|
||||
"id": "295",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/c6/9a/c69acaf2f14d2557968f074ded75932c.png",
|
||||
"md5": "172d4189663c73ad04f987f052c70528",
|
||||
"jump_url": "https://www.skport.com/article?id=2028369049304242052&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "282",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ee/40/ee40feeba4b18bde855d9f0f5c8098ab.png",
|
||||
"md5": "12cd4fb5d2dcee2891bd504f4dde85cf",
|
||||
@@ -38,20 +38,6 @@
|
||||
"id": "268",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/77/85/7785fccd8aa16c1efe77e2ba2ec2f0b5.png",
|
||||
"md5": "6f2c53ee1eb8be295d8ace887bca4983",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "253",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/87/31/87317ac7c02255ee5c7a93c18f4acf56.png",
|
||||
"md5": "71e0eab5ccca748c67c409fb491fc077",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "234",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/90/f9/90f98b009057d10fbe9c470362964f5f.png",
|
||||
"md5": "bf285eff24f25be6e0020fd18276d971",
|
||||
|
||||
@@ -418,5 +418,544 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-19T15:00:47.750+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "ko-kr",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/be/b0/beb06d5e85e54922a5042925552adce1.jpg",
|
||||
"md5": "a981c03775b5efc6909d6d1a44c0b000",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "311",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/2d/1d/2d1dfc1e1759dadc68db0cdd75e84a0d.png",
|
||||
"md5": "7d57fefa28c7357199ec93b4bcf7ff8f",
|
||||
"jump_url": "https://store.gryphline.com/ko",
|
||||
"id": "297",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/34/ee/34ee73ca8481eeb811bdf236bf7f2b06.png",
|
||||
"md5": "372d765df50a245579c57290fcf8b36a",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "269",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/c3/0f/c30f97bc50908fb2ecb67657404a2ae6.png",
|
||||
"md5": "0da65ace79ca08e54462c6fe9dc6c22f",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "254",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/8c/2a/8c2a91410e87affa564a0730e32d60c1.png",
|
||||
"md5": "6a2dd2261109d1f261050ec2876981d5",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "235",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/4c/cb/4ccbc87521947666cd344a774ccb9bc1.png",
|
||||
"md5": "20274125de1f12311da91b4e6ef41529",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2662",
|
||||
"id": "230",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ce/17/ce17d6e1514707c3cc1ea7077b28603e.png",
|
||||
"md5": "7d0bfbdb66ce223db0d062450fab5107",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "47",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/d5/9b/d59b71e5cf1db3d14d32f5126a613eb4.png",
|
||||
"md5": "1ff7a484bb5970232d9d270dca0a1e78",
|
||||
"jump_url": "https://endfield.gryphline.com/ko-kr/news/4499",
|
||||
"id": "33",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-20T04:00:41.922+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "ko-kr",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b0/b7/b0b7ae6be2c31d81bc8f21712c68cf67.jpg",
|
||||
"md5": "b346de6bf7e86618cbda6f91ca1109ab",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "325",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/be/b0/beb06d5e85e54922a5042925552adce1.jpg",
|
||||
"md5": "a981c03775b5efc6909d6d1a44c0b000",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "311",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/2d/1d/2d1dfc1e1759dadc68db0cdd75e84a0d.png",
|
||||
"md5": "7d57fefa28c7357199ec93b4bcf7ff8f",
|
||||
"jump_url": "https://store.gryphline.com/ko",
|
||||
"id": "297",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/34/ee/34ee73ca8481eeb811bdf236bf7f2b06.png",
|
||||
"md5": "372d765df50a245579c57290fcf8b36a",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "269",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/c3/0f/c30f97bc50908fb2ecb67657404a2ae6.png",
|
||||
"md5": "0da65ace79ca08e54462c6fe9dc6c22f",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "254",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/8c/2a/8c2a91410e87affa564a0730e32d60c1.png",
|
||||
"md5": "6a2dd2261109d1f261050ec2876981d5",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "235",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/4c/cb/4ccbc87521947666cd344a774ccb9bc1.png",
|
||||
"md5": "20274125de1f12311da91b4e6ef41529",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2662",
|
||||
"id": "230",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ce/17/ce17d6e1514707c3cc1ea7077b28603e.png",
|
||||
"md5": "7d0bfbdb66ce223db0d062450fab5107",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "47",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/d5/9b/d59b71e5cf1db3d14d32f5126a613eb4.png",
|
||||
"md5": "1ff7a484bb5970232d9d270dca0a1e78",
|
||||
"jump_url": "https://endfield.gryphline.com/ko-kr/news/4499",
|
||||
"id": "33",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-21T11:01:26.577+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "ko-kr",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/8c/ab/8cab66fa433323e79fdedda625ec464b.png",
|
||||
"md5": "66d272374f0b4bf5a7c9d879e985e0a9",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "339",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b0/b7/b0b7ae6be2c31d81bc8f21712c68cf67.jpg",
|
||||
"md5": "b346de6bf7e86618cbda6f91ca1109ab",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "325",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/be/b0/beb06d5e85e54922a5042925552adce1.jpg",
|
||||
"md5": "a981c03775b5efc6909d6d1a44c0b000",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "311",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/2d/1d/2d1dfc1e1759dadc68db0cdd75e84a0d.png",
|
||||
"md5": "7d57fefa28c7357199ec93b4bcf7ff8f",
|
||||
"jump_url": "https://store.gryphline.com/ko",
|
||||
"id": "297",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/34/ee/34ee73ca8481eeb811bdf236bf7f2b06.png",
|
||||
"md5": "372d765df50a245579c57290fcf8b36a",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "269",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/c3/0f/c30f97bc50908fb2ecb67657404a2ae6.png",
|
||||
"md5": "0da65ace79ca08e54462c6fe9dc6c22f",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "254",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/8c/2a/8c2a91410e87affa564a0730e32d60c1.png",
|
||||
"md5": "6a2dd2261109d1f261050ec2876981d5",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "235",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/4c/cb/4ccbc87521947666cd344a774ccb9bc1.png",
|
||||
"md5": "20274125de1f12311da91b4e6ef41529",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2662",
|
||||
"id": "230",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ce/17/ce17d6e1514707c3cc1ea7077b28603e.png",
|
||||
"md5": "7d0bfbdb66ce223db0d062450fab5107",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "47",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/d5/9b/d59b71e5cf1db3d14d32f5126a613eb4.png",
|
||||
"md5": "1ff7a484bb5970232d9d270dca0a1e78",
|
||||
"jump_url": "https://endfield.gryphline.com/ko-kr/news/4499",
|
||||
"id": "33",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:00:38.552+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "ko-kr",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b2/63/b2631f335cc3f75e2360b72f1820bfa7.jpg",
|
||||
"md5": "ba8286f24a06f9a65df3ed39b3c17c6c",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "353",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/8c/ab/8cab66fa433323e79fdedda625ec464b.png",
|
||||
"md5": "66d272374f0b4bf5a7c9d879e985e0a9",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "339",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b0/b7/b0b7ae6be2c31d81bc8f21712c68cf67.jpg",
|
||||
"md5": "b346de6bf7e86618cbda6f91ca1109ab",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "325",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/be/b0/beb06d5e85e54922a5042925552adce1.jpg",
|
||||
"md5": "a981c03775b5efc6909d6d1a44c0b000",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "311",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/2d/1d/2d1dfc1e1759dadc68db0cdd75e84a0d.png",
|
||||
"md5": "7d57fefa28c7357199ec93b4bcf7ff8f",
|
||||
"jump_url": "https://store.gryphline.com/ko",
|
||||
"id": "297",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/34/ee/34ee73ca8481eeb811bdf236bf7f2b06.png",
|
||||
"md5": "372d765df50a245579c57290fcf8b36a",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "269",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/8c/2a/8c2a91410e87affa564a0730e32d60c1.png",
|
||||
"md5": "6a2dd2261109d1f261050ec2876981d5",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "235",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/4c/cb/4ccbc87521947666cd344a774ccb9bc1.png",
|
||||
"md5": "20274125de1f12311da91b4e6ef41529",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2662",
|
||||
"id": "230",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ce/17/ce17d6e1514707c3cc1ea7077b28603e.png",
|
||||
"md5": "7d0bfbdb66ce223db0d062450fab5107",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "47",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/d5/9b/d59b71e5cf1db3d14d32f5126a613eb4.png",
|
||||
"md5": "1ff7a484bb5970232d9d270dca0a1e78",
|
||||
"jump_url": "https://endfield.gryphline.com/ko-kr/news/4499",
|
||||
"id": "33",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T16:00:42.343+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "ko-kr",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b2/63/b2631f335cc3f75e2360b72f1820bfa7.jpg",
|
||||
"md5": "ba8286f24a06f9a65df3ed39b3c17c6c",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "353",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/8c/ab/8cab66fa433323e79fdedda625ec464b.png",
|
||||
"md5": "66d272374f0b4bf5a7c9d879e985e0a9",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "339",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b0/b7/b0b7ae6be2c31d81bc8f21712c68cf67.jpg",
|
||||
"md5": "b346de6bf7e86618cbda6f91ca1109ab",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "325",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/2d/1d/2d1dfc1e1759dadc68db0cdd75e84a0d.png",
|
||||
"md5": "7d57fefa28c7357199ec93b4bcf7ff8f",
|
||||
"jump_url": "https://store.gryphline.com/ko",
|
||||
"id": "297",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/34/ee/34ee73ca8481eeb811bdf236bf7f2b06.png",
|
||||
"md5": "372d765df50a245579c57290fcf8b36a",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "269",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/8c/2a/8c2a91410e87affa564a0730e32d60c1.png",
|
||||
"md5": "6a2dd2261109d1f261050ec2876981d5",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "235",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/4c/cb/4ccbc87521947666cd344a774ccb9bc1.png",
|
||||
"md5": "20274125de1f12311da91b4e6ef41529",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2662",
|
||||
"id": "230",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ce/17/ce17d6e1514707c3cc1ea7077b28603e.png",
|
||||
"md5": "7d0bfbdb66ce223db0d062450fab5107",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "47",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/d5/9b/d59b71e5cf1db3d14d32f5126a613eb4.png",
|
||||
"md5": "1ff7a484bb5970232d9d270dca0a1e78",
|
||||
"jump_url": "https://endfield.gryphline.com/ko-kr/news/4499",
|
||||
"id": "33",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-31T15:00:45.673+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "ko-kr",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b2/63/b2631f335cc3f75e2360b72f1820bfa7.jpg",
|
||||
"md5": "ba8286f24a06f9a65df3ed39b3c17c6c",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "353",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/8c/ab/8cab66fa433323e79fdedda625ec464b.png",
|
||||
"md5": "66d272374f0b4bf5a7c9d879e985e0a9",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "339",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b0/b7/b0b7ae6be2c31d81bc8f21712c68cf67.jpg",
|
||||
"md5": "b346de6bf7e86618cbda6f91ca1109ab",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "325",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/2d/1d/2d1dfc1e1759dadc68db0cdd75e84a0d.png",
|
||||
"md5": "7d57fefa28c7357199ec93b4bcf7ff8f",
|
||||
"jump_url": "https://store.gryphline.com/ko",
|
||||
"id": "297",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/34/ee/34ee73ca8481eeb811bdf236bf7f2b06.png",
|
||||
"md5": "372d765df50a245579c57290fcf8b36a",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "269",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/4c/cb/4ccbc87521947666cd344a774ccb9bc1.png",
|
||||
"md5": "20274125de1f12311da91b4e6ef41529",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2662",
|
||||
"id": "230",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ce/17/ce17d6e1514707c3cc1ea7077b28603e.png",
|
||||
"md5": "7d0bfbdb66ce223db0d062450fab5107",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "47",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/d5/9b/d59b71e5cf1db3d14d32f5126a613eb4.png",
|
||||
"md5": "1ff7a484bb5970232d9d270dca0a1e78",
|
||||
"jump_url": "https://endfield.gryphline.com/ko-kr/news/4499",
|
||||
"id": "33",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-04-01T15:00:48.157+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "ko-kr",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b2/63/b2631f335cc3f75e2360b72f1820bfa7.jpg",
|
||||
"md5": "ba8286f24a06f9a65df3ed39b3c17c6c",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "353",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b0/b7/b0b7ae6be2c31d81bc8f21712c68cf67.jpg",
|
||||
"md5": "b346de6bf7e86618cbda6f91ca1109ab",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "325",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/2d/1d/2d1dfc1e1759dadc68db0cdd75e84a0d.png",
|
||||
"md5": "7d57fefa28c7357199ec93b4bcf7ff8f",
|
||||
"jump_url": "https://store.gryphline.com/ko",
|
||||
"id": "297",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/34/ee/34ee73ca8481eeb811bdf236bf7f2b06.png",
|
||||
"md5": "372d765df50a245579c57290fcf8b36a",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "269",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/4c/cb/4ccbc87521947666cd344a774ccb9bc1.png",
|
||||
"md5": "20274125de1f12311da91b4e6ef41529",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2662",
|
||||
"id": "230",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ce/17/ce17d6e1514707c3cc1ea7077b28603e.png",
|
||||
"md5": "7d0bfbdb66ce223db0d062450fab5107",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "47",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/d5/9b/d59b71e5cf1db3d14d32f5126a613eb4.png",
|
||||
"md5": "1ff7a484bb5970232d9d270dca0a1e78",
|
||||
"jump_url": "https://endfield.gryphline.com/ko-kr/news/4499",
|
||||
"id": "33",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -11,10 +11,17 @@
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/be/b0/beb06d5e85e54922a5042925552adce1.jpg",
|
||||
"md5": "a981c03775b5efc6909d6d1a44c0b000",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "311",
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b2/63/b2631f335cc3f75e2360b72f1820bfa7.jpg",
|
||||
"md5": "ba8286f24a06f9a65df3ed39b3c17c6c",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "353",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b0/b7/b0b7ae6be2c31d81bc8f21712c68cf67.jpg",
|
||||
"md5": "b346de6bf7e86618cbda6f91ca1109ab",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "325",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
@@ -24,13 +31,6 @@
|
||||
"id": "297",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/39/1e/391e7d4af04e2f3b139aec5c6675ec68.png",
|
||||
"md5": "13dc8723ebdc406c4342d40d3ac9e154",
|
||||
"jump_url": "https://www.skport.com/article?id=2028369049304242052&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "283",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/34/ee/34ee73ca8481eeb811bdf236bf7f2b06.png",
|
||||
"md5": "372d765df50a245579c57290fcf8b36a",
|
||||
@@ -38,20 +38,6 @@
|
||||
"id": "269",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/c3/0f/c30f97bc50908fb2ecb67657404a2ae6.png",
|
||||
"md5": "0da65ace79ca08e54462c6fe9dc6c22f",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "254",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/8c/2a/8c2a91410e87affa564a0730e32d60c1.png",
|
||||
"md5": "6a2dd2261109d1f261050ec2876981d5",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "235",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/4c/cb/4ccbc87521947666cd344a774ccb9bc1.png",
|
||||
"md5": "20274125de1f12311da91b4e6ef41529",
|
||||
|
||||
@@ -325,5 +325,495 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-19T15:00:47.904+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "pt-br",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/c6/11/c6116aa889350965a1ffb7b1bf391dc5.jpg",
|
||||
"md5": "9e16a1a8fe594e1abf6d34a8ee08df42",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "316",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b0/7e/b07e3d4a80658f0690435966e5c2be56.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "302",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/83/f0/83f02b9bc865e8d6d733b75b7f1d3646.png",
|
||||
"md5": "7a60c6e2935d6d4c735616ce6ddced5d",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "273",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/29/7a/297aa0a6827b390d540becd0ad59f032.png",
|
||||
"md5": "bef18f833355e60480d5cfb6c8025f78",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "259",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/61/ad/61ad248fcd4352c430aed12655bf5496.png",
|
||||
"md5": "b0a2742e3f9d5cdcac972267954ce817",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "240",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/d4/65/d465e2d336ad91e07a97440322614657.png",
|
||||
"md5": "d80813695f154027fc2e75bd082ac21c",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "52",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ad/52/ad52ba60835f388696d6f81f66bf0535.png",
|
||||
"md5": "f55f3db2cdac94deb8b883e60cb43c49",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "38",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-20T04:00:41.928+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "pt-br",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a1/4e/a14e2f4716f2eb253514af615d0cc444.jpg",
|
||||
"md5": "d4f0111b60a5511be7149b3bc28eb23e",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "330",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/c6/11/c6116aa889350965a1ffb7b1bf391dc5.jpg",
|
||||
"md5": "9e16a1a8fe594e1abf6d34a8ee08df42",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "316",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b0/7e/b07e3d4a80658f0690435966e5c2be56.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "302",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/83/f0/83f02b9bc865e8d6d733b75b7f1d3646.png",
|
||||
"md5": "7a60c6e2935d6d4c735616ce6ddced5d",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "273",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/29/7a/297aa0a6827b390d540becd0ad59f032.png",
|
||||
"md5": "bef18f833355e60480d5cfb6c8025f78",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "259",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/61/ad/61ad248fcd4352c430aed12655bf5496.png",
|
||||
"md5": "b0a2742e3f9d5cdcac972267954ce817",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "240",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/d4/65/d465e2d336ad91e07a97440322614657.png",
|
||||
"md5": "d80813695f154027fc2e75bd082ac21c",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "52",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ad/52/ad52ba60835f388696d6f81f66bf0535.png",
|
||||
"md5": "f55f3db2cdac94deb8b883e60cb43c49",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "38",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-21T11:01:26.605+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "pt-br",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/f4/58/f45870e3f1961c7592f88eb7d6680149.png",
|
||||
"md5": "e030a67fe97a5367a40df0387cb789cd",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "344",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a1/4e/a14e2f4716f2eb253514af615d0cc444.jpg",
|
||||
"md5": "d4f0111b60a5511be7149b3bc28eb23e",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "330",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/c6/11/c6116aa889350965a1ffb7b1bf391dc5.jpg",
|
||||
"md5": "9e16a1a8fe594e1abf6d34a8ee08df42",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "316",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b0/7e/b07e3d4a80658f0690435966e5c2be56.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "302",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/83/f0/83f02b9bc865e8d6d733b75b7f1d3646.png",
|
||||
"md5": "7a60c6e2935d6d4c735616ce6ddced5d",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "273",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/29/7a/297aa0a6827b390d540becd0ad59f032.png",
|
||||
"md5": "bef18f833355e60480d5cfb6c8025f78",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "259",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/61/ad/61ad248fcd4352c430aed12655bf5496.png",
|
||||
"md5": "b0a2742e3f9d5cdcac972267954ce817",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "240",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/d4/65/d465e2d336ad91e07a97440322614657.png",
|
||||
"md5": "d80813695f154027fc2e75bd082ac21c",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "52",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ad/52/ad52ba60835f388696d6f81f66bf0535.png",
|
||||
"md5": "f55f3db2cdac94deb8b883e60cb43c49",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "38",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:00:38.568+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "pt-br",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/1b/9b/1b9bf17eef6695adb93b8696ce434571.jpg",
|
||||
"md5": "5839ead5bdb47558d120bf7e361d72fe",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "358",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/f4/58/f45870e3f1961c7592f88eb7d6680149.png",
|
||||
"md5": "e030a67fe97a5367a40df0387cb789cd",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "344",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a1/4e/a14e2f4716f2eb253514af615d0cc444.jpg",
|
||||
"md5": "d4f0111b60a5511be7149b3bc28eb23e",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "330",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/c6/11/c6116aa889350965a1ffb7b1bf391dc5.jpg",
|
||||
"md5": "9e16a1a8fe594e1abf6d34a8ee08df42",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "316",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b0/7e/b07e3d4a80658f0690435966e5c2be56.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "302",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/83/f0/83f02b9bc865e8d6d733b75b7f1d3646.png",
|
||||
"md5": "7a60c6e2935d6d4c735616ce6ddced5d",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "273",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/61/ad/61ad248fcd4352c430aed12655bf5496.png",
|
||||
"md5": "b0a2742e3f9d5cdcac972267954ce817",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "240",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/d4/65/d465e2d336ad91e07a97440322614657.png",
|
||||
"md5": "d80813695f154027fc2e75bd082ac21c",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "52",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ad/52/ad52ba60835f388696d6f81f66bf0535.png",
|
||||
"md5": "f55f3db2cdac94deb8b883e60cb43c49",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "38",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T16:00:42.370+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "pt-br",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/1b/9b/1b9bf17eef6695adb93b8696ce434571.jpg",
|
||||
"md5": "5839ead5bdb47558d120bf7e361d72fe",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "358",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/f4/58/f45870e3f1961c7592f88eb7d6680149.png",
|
||||
"md5": "e030a67fe97a5367a40df0387cb789cd",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "344",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a1/4e/a14e2f4716f2eb253514af615d0cc444.jpg",
|
||||
"md5": "d4f0111b60a5511be7149b3bc28eb23e",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "330",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b0/7e/b07e3d4a80658f0690435966e5c2be56.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "302",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/83/f0/83f02b9bc865e8d6d733b75b7f1d3646.png",
|
||||
"md5": "7a60c6e2935d6d4c735616ce6ddced5d",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "273",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/61/ad/61ad248fcd4352c430aed12655bf5496.png",
|
||||
"md5": "b0a2742e3f9d5cdcac972267954ce817",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "240",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/d4/65/d465e2d336ad91e07a97440322614657.png",
|
||||
"md5": "d80813695f154027fc2e75bd082ac21c",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "52",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ad/52/ad52ba60835f388696d6f81f66bf0535.png",
|
||||
"md5": "f55f3db2cdac94deb8b883e60cb43c49",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "38",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-31T15:00:45.659+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "pt-br",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/1b/9b/1b9bf17eef6695adb93b8696ce434571.jpg",
|
||||
"md5": "5839ead5bdb47558d120bf7e361d72fe",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "358",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/f4/58/f45870e3f1961c7592f88eb7d6680149.png",
|
||||
"md5": "e030a67fe97a5367a40df0387cb789cd",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "344",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a1/4e/a14e2f4716f2eb253514af615d0cc444.jpg",
|
||||
"md5": "d4f0111b60a5511be7149b3bc28eb23e",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "330",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b0/7e/b07e3d4a80658f0690435966e5c2be56.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "302",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/83/f0/83f02b9bc865e8d6d733b75b7f1d3646.png",
|
||||
"md5": "7a60c6e2935d6d4c735616ce6ddced5d",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "273",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/d4/65/d465e2d336ad91e07a97440322614657.png",
|
||||
"md5": "d80813695f154027fc2e75bd082ac21c",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "52",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ad/52/ad52ba60835f388696d6f81f66bf0535.png",
|
||||
"md5": "f55f3db2cdac94deb8b883e60cb43c49",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "38",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-04-01T15:00:48.317+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "pt-br",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/1b/9b/1b9bf17eef6695adb93b8696ce434571.jpg",
|
||||
"md5": "5839ead5bdb47558d120bf7e361d72fe",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "358",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a1/4e/a14e2f4716f2eb253514af615d0cc444.jpg",
|
||||
"md5": "d4f0111b60a5511be7149b3bc28eb23e",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "330",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b0/7e/b07e3d4a80658f0690435966e5c2be56.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "302",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/83/f0/83f02b9bc865e8d6d733b75b7f1d3646.png",
|
||||
"md5": "7a60c6e2935d6d4c735616ce6ddced5d",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "273",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/d4/65/d465e2d336ad91e07a97440322614657.png",
|
||||
"md5": "d80813695f154027fc2e75bd082ac21c",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "52",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ad/52/ad52ba60835f388696d6f81f66bf0535.png",
|
||||
"md5": "f55f3db2cdac94deb8b883e60cb43c49",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "38",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -11,10 +11,17 @@
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/c6/11/c6116aa889350965a1ffb7b1bf391dc5.jpg",
|
||||
"md5": "9e16a1a8fe594e1abf6d34a8ee08df42",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "316",
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/1b/9b/1b9bf17eef6695adb93b8696ce434571.jpg",
|
||||
"md5": "5839ead5bdb47558d120bf7e361d72fe",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "358",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a1/4e/a14e2f4716f2eb253514af615d0cc444.jpg",
|
||||
"md5": "d4f0111b60a5511be7149b3bc28eb23e",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "330",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
@@ -24,13 +31,6 @@
|
||||
"id": "302",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/8d/80/8d801fc982cb970c6004e8dc6a4397f8.png",
|
||||
"md5": "ffcdc65e562747862211158e151083e5",
|
||||
"jump_url": "https://www.skport.com/article?id=2028369049304242052&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "288",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/83/f0/83f02b9bc865e8d6d733b75b7f1d3646.png",
|
||||
"md5": "7a60c6e2935d6d4c735616ce6ddced5d",
|
||||
@@ -38,20 +38,6 @@
|
||||
"id": "273",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/29/7a/297aa0a6827b390d540becd0ad59f032.png",
|
||||
"md5": "bef18f833355e60480d5cfb6c8025f78",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "259",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/61/ad/61ad248fcd4352c430aed12655bf5496.png",
|
||||
"md5": "b0a2742e3f9d5cdcac972267954ce817",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "240",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/d4/65/d465e2d336ad91e07a97440322614657.png",
|
||||
"md5": "d80813695f154027fc2e75bd082ac21c",
|
||||
|
||||
@@ -325,5 +325,495 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-19T15:00:48.136+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "ru-ru",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/6b/98/6b98c388edbfb1c9edf7d86f4806e71f.jpg",
|
||||
"md5": "25ee58fcab5ca5913d82582287eb0ddc",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "313",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/69/c4/69c4c4362eae9d7a75d9ce5b5a1bc845.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "299",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/be/57/be57131435106c9f7bd2d9527e764537.png",
|
||||
"md5": "bfca674740b1e0a8b114576784ec2748",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "271",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/fd/b5/fdb52f28067be4f1683b6c1fc8497bd5.png",
|
||||
"md5": "b1340cc67882da591eb3e7d0b36ffff9",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "256",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/d8/80/d8806b589e1fadfe57362e54b51897e5.png",
|
||||
"md5": "e05b72e902eb4f1ae7f410fa1fdde63e",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "237",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a0/44/a04468c569fc1bcc7f3b4ed0c0efbc19.png",
|
||||
"md5": "a8758bc23cd51baf03ae9f495d7aedd5",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "49",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/3f/52/3f52281953f8e275283bea82b0422870.png",
|
||||
"md5": "5a0111ce8e562f240a48bfd759d01cf9",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "35",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-20T04:00:42.043+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "ru-ru",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/4f/56/4f5657bf2ecc733dfd91d246f6586710.jpg",
|
||||
"md5": "41d35bdf5c36ba1c7c3e4b71137c574b",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "327",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/6b/98/6b98c388edbfb1c9edf7d86f4806e71f.jpg",
|
||||
"md5": "25ee58fcab5ca5913d82582287eb0ddc",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "313",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/69/c4/69c4c4362eae9d7a75d9ce5b5a1bc845.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "299",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/be/57/be57131435106c9f7bd2d9527e764537.png",
|
||||
"md5": "bfca674740b1e0a8b114576784ec2748",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "271",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/fd/b5/fdb52f28067be4f1683b6c1fc8497bd5.png",
|
||||
"md5": "b1340cc67882da591eb3e7d0b36ffff9",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "256",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/d8/80/d8806b589e1fadfe57362e54b51897e5.png",
|
||||
"md5": "e05b72e902eb4f1ae7f410fa1fdde63e",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "237",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a0/44/a04468c569fc1bcc7f3b4ed0c0efbc19.png",
|
||||
"md5": "a8758bc23cd51baf03ae9f495d7aedd5",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "49",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/3f/52/3f52281953f8e275283bea82b0422870.png",
|
||||
"md5": "5a0111ce8e562f240a48bfd759d01cf9",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "35",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-21T11:01:26.823+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "ru-ru",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ab/d3/abd310ebf8fd5ab564c6f7e001fb6b5b.png",
|
||||
"md5": "07de30dd75bdf2723f8a0e39e4af0817",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "341",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/4f/56/4f5657bf2ecc733dfd91d246f6586710.jpg",
|
||||
"md5": "41d35bdf5c36ba1c7c3e4b71137c574b",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "327",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/6b/98/6b98c388edbfb1c9edf7d86f4806e71f.jpg",
|
||||
"md5": "25ee58fcab5ca5913d82582287eb0ddc",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "313",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/69/c4/69c4c4362eae9d7a75d9ce5b5a1bc845.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "299",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/be/57/be57131435106c9f7bd2d9527e764537.png",
|
||||
"md5": "bfca674740b1e0a8b114576784ec2748",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "271",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/fd/b5/fdb52f28067be4f1683b6c1fc8497bd5.png",
|
||||
"md5": "b1340cc67882da591eb3e7d0b36ffff9",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "256",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/d8/80/d8806b589e1fadfe57362e54b51897e5.png",
|
||||
"md5": "e05b72e902eb4f1ae7f410fa1fdde63e",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "237",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a0/44/a04468c569fc1bcc7f3b4ed0c0efbc19.png",
|
||||
"md5": "a8758bc23cd51baf03ae9f495d7aedd5",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "49",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/3f/52/3f52281953f8e275283bea82b0422870.png",
|
||||
"md5": "5a0111ce8e562f240a48bfd759d01cf9",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "35",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:00:38.788+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "ru-ru",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/f6/94/f694b85de44573a150547f2119e64db2.jpg",
|
||||
"md5": "58f1b4060c1fcc7baf4b44c70bd78bdd",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "355",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ab/d3/abd310ebf8fd5ab564c6f7e001fb6b5b.png",
|
||||
"md5": "07de30dd75bdf2723f8a0e39e4af0817",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "341",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/4f/56/4f5657bf2ecc733dfd91d246f6586710.jpg",
|
||||
"md5": "41d35bdf5c36ba1c7c3e4b71137c574b",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "327",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/6b/98/6b98c388edbfb1c9edf7d86f4806e71f.jpg",
|
||||
"md5": "25ee58fcab5ca5913d82582287eb0ddc",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "313",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/69/c4/69c4c4362eae9d7a75d9ce5b5a1bc845.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "299",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/be/57/be57131435106c9f7bd2d9527e764537.png",
|
||||
"md5": "bfca674740b1e0a8b114576784ec2748",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "271",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/d8/80/d8806b589e1fadfe57362e54b51897e5.png",
|
||||
"md5": "e05b72e902eb4f1ae7f410fa1fdde63e",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "237",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a0/44/a04468c569fc1bcc7f3b4ed0c0efbc19.png",
|
||||
"md5": "a8758bc23cd51baf03ae9f495d7aedd5",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "49",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/3f/52/3f52281953f8e275283bea82b0422870.png",
|
||||
"md5": "5a0111ce8e562f240a48bfd759d01cf9",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "35",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T16:00:42.504+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "ru-ru",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/f6/94/f694b85de44573a150547f2119e64db2.jpg",
|
||||
"md5": "58f1b4060c1fcc7baf4b44c70bd78bdd",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "355",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ab/d3/abd310ebf8fd5ab564c6f7e001fb6b5b.png",
|
||||
"md5": "07de30dd75bdf2723f8a0e39e4af0817",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "341",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/4f/56/4f5657bf2ecc733dfd91d246f6586710.jpg",
|
||||
"md5": "41d35bdf5c36ba1c7c3e4b71137c574b",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "327",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/69/c4/69c4c4362eae9d7a75d9ce5b5a1bc845.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "299",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/be/57/be57131435106c9f7bd2d9527e764537.png",
|
||||
"md5": "bfca674740b1e0a8b114576784ec2748",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "271",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/d8/80/d8806b589e1fadfe57362e54b51897e5.png",
|
||||
"md5": "e05b72e902eb4f1ae7f410fa1fdde63e",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "237",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a0/44/a04468c569fc1bcc7f3b4ed0c0efbc19.png",
|
||||
"md5": "a8758bc23cd51baf03ae9f495d7aedd5",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "49",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/3f/52/3f52281953f8e275283bea82b0422870.png",
|
||||
"md5": "5a0111ce8e562f240a48bfd759d01cf9",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "35",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-31T15:00:45.842+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "ru-ru",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/f6/94/f694b85de44573a150547f2119e64db2.jpg",
|
||||
"md5": "58f1b4060c1fcc7baf4b44c70bd78bdd",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "355",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ab/d3/abd310ebf8fd5ab564c6f7e001fb6b5b.png",
|
||||
"md5": "07de30dd75bdf2723f8a0e39e4af0817",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "341",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/4f/56/4f5657bf2ecc733dfd91d246f6586710.jpg",
|
||||
"md5": "41d35bdf5c36ba1c7c3e4b71137c574b",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "327",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/69/c4/69c4c4362eae9d7a75d9ce5b5a1bc845.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "299",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/be/57/be57131435106c9f7bd2d9527e764537.png",
|
||||
"md5": "bfca674740b1e0a8b114576784ec2748",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "271",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a0/44/a04468c569fc1bcc7f3b4ed0c0efbc19.png",
|
||||
"md5": "a8758bc23cd51baf03ae9f495d7aedd5",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "49",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/3f/52/3f52281953f8e275283bea82b0422870.png",
|
||||
"md5": "5a0111ce8e562f240a48bfd759d01cf9",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "35",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-04-01T15:00:48.427+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "ru-ru",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/f6/94/f694b85de44573a150547f2119e64db2.jpg",
|
||||
"md5": "58f1b4060c1fcc7baf4b44c70bd78bdd",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "355",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/4f/56/4f5657bf2ecc733dfd91d246f6586710.jpg",
|
||||
"md5": "41d35bdf5c36ba1c7c3e4b71137c574b",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "327",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/69/c4/69c4c4362eae9d7a75d9ce5b5a1bc845.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "299",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/be/57/be57131435106c9f7bd2d9527e764537.png",
|
||||
"md5": "bfca674740b1e0a8b114576784ec2748",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "271",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a0/44/a04468c569fc1bcc7f3b4ed0c0efbc19.png",
|
||||
"md5": "a8758bc23cd51baf03ae9f495d7aedd5",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "49",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/3f/52/3f52281953f8e275283bea82b0422870.png",
|
||||
"md5": "5a0111ce8e562f240a48bfd759d01cf9",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "35",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -11,10 +11,17 @@
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/6b/98/6b98c388edbfb1c9edf7d86f4806e71f.jpg",
|
||||
"md5": "25ee58fcab5ca5913d82582287eb0ddc",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "313",
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/f6/94/f694b85de44573a150547f2119e64db2.jpg",
|
||||
"md5": "58f1b4060c1fcc7baf4b44c70bd78bdd",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "355",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/4f/56/4f5657bf2ecc733dfd91d246f6586710.jpg",
|
||||
"md5": "41d35bdf5c36ba1c7c3e4b71137c574b",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "327",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
@@ -24,13 +31,6 @@
|
||||
"id": "299",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a9/63/a9635d8aaa0324422bf9f2e9c8f68a9d.png",
|
||||
"md5": "5b9e63d7b51d3dad6b472c54d3dbd84a",
|
||||
"jump_url": "https://www.skport.com/article?id=2028369049304242052&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "285",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/be/57/be57131435106c9f7bd2d9527e764537.png",
|
||||
"md5": "bfca674740b1e0a8b114576784ec2748",
|
||||
@@ -38,20 +38,6 @@
|
||||
"id": "271",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/fd/b5/fdb52f28067be4f1683b6c1fc8497bd5.png",
|
||||
"md5": "b1340cc67882da591eb3e7d0b36ffff9",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "256",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/d8/80/d8806b589e1fadfe57362e54b51897e5.png",
|
||||
"md5": "e05b72e902eb4f1ae7f410fa1fdde63e",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "237",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a0/44/a04468c569fc1bcc7f3b4ed0c0efbc19.png",
|
||||
"md5": "a8758bc23cd51baf03ae9f495d7aedd5",
|
||||
|
||||
@@ -325,5 +325,495 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-19T15:00:48.118+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "th-th",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/05/7c/057cdab23c250546b8aaf726e0ba8c27.jpg",
|
||||
"md5": "2c221703d5a8342617b60da8c2a75cfd",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "318",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/0e/ec/0eecc35fddf0006b4e2171ed56cf0ef3.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "304",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/d0/53/d053e55f5beac3398feb45c99df73e1e.png",
|
||||
"md5": "569c7851831540f2aa1ed01336fab294",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "276",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/dc/c0/dcc021fa7b3b2dfbdfbbfc4ba2bf11e4.png",
|
||||
"md5": "6ba841e550047ea712d27b64c1cc3e0e",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "261",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/3a/21/3a218aca101acaf0ab6d004594f35c52.png",
|
||||
"md5": "c3bcb0ea20406a686c2420697d76e903",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "242",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/df/9f/df9fa64ac9e395af234c7bf5c60f9498.png",
|
||||
"md5": "f7931ef24acab6a869eb5fabec49041e",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "54",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/01/d4/01d4d8eeb2aa3c46f1223c5565884019.png",
|
||||
"md5": "c37ade8fca578e9e00969a7f66b125c7",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "40",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-20T04:00:42.288+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "th-th",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b3/84/b384f2f37552741efe4d0747de332125.jpg",
|
||||
"md5": "6479fdadb2f9e84ebb94800dd00ed77b",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "332",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/05/7c/057cdab23c250546b8aaf726e0ba8c27.jpg",
|
||||
"md5": "2c221703d5a8342617b60da8c2a75cfd",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "318",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/0e/ec/0eecc35fddf0006b4e2171ed56cf0ef3.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "304",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/d0/53/d053e55f5beac3398feb45c99df73e1e.png",
|
||||
"md5": "569c7851831540f2aa1ed01336fab294",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "276",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/dc/c0/dcc021fa7b3b2dfbdfbbfc4ba2bf11e4.png",
|
||||
"md5": "6ba841e550047ea712d27b64c1cc3e0e",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "261",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/3a/21/3a218aca101acaf0ab6d004594f35c52.png",
|
||||
"md5": "c3bcb0ea20406a686c2420697d76e903",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "242",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/df/9f/df9fa64ac9e395af234c7bf5c60f9498.png",
|
||||
"md5": "f7931ef24acab6a869eb5fabec49041e",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "54",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/01/d4/01d4d8eeb2aa3c46f1223c5565884019.png",
|
||||
"md5": "c37ade8fca578e9e00969a7f66b125c7",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "40",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-21T11:01:27.531+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "th-th",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/cc/cc/ccccb31ad9fd5123f5651103293cfe45.png",
|
||||
"md5": "625ffbd590d8ffe1558de2551b3dd4d6",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "346",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b3/84/b384f2f37552741efe4d0747de332125.jpg",
|
||||
"md5": "6479fdadb2f9e84ebb94800dd00ed77b",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "332",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/05/7c/057cdab23c250546b8aaf726e0ba8c27.jpg",
|
||||
"md5": "2c221703d5a8342617b60da8c2a75cfd",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "318",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/0e/ec/0eecc35fddf0006b4e2171ed56cf0ef3.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "304",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/d0/53/d053e55f5beac3398feb45c99df73e1e.png",
|
||||
"md5": "569c7851831540f2aa1ed01336fab294",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "276",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/dc/c0/dcc021fa7b3b2dfbdfbbfc4ba2bf11e4.png",
|
||||
"md5": "6ba841e550047ea712d27b64c1cc3e0e",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "261",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/3a/21/3a218aca101acaf0ab6d004594f35c52.png",
|
||||
"md5": "c3bcb0ea20406a686c2420697d76e903",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "242",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/df/9f/df9fa64ac9e395af234c7bf5c60f9498.png",
|
||||
"md5": "f7931ef24acab6a869eb5fabec49041e",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "54",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/01/d4/01d4d8eeb2aa3c46f1223c5565884019.png",
|
||||
"md5": "c37ade8fca578e9e00969a7f66b125c7",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "40",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:00:38.821+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "th-th",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/68/cc/68cc6a66fc2ac579387d7f7578d987ba.jpg",
|
||||
"md5": "2b1800d30b0eec3c4ff2ff944a26ac36",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "360",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/cc/cc/ccccb31ad9fd5123f5651103293cfe45.png",
|
||||
"md5": "625ffbd590d8ffe1558de2551b3dd4d6",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "346",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b3/84/b384f2f37552741efe4d0747de332125.jpg",
|
||||
"md5": "6479fdadb2f9e84ebb94800dd00ed77b",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "332",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/05/7c/057cdab23c250546b8aaf726e0ba8c27.jpg",
|
||||
"md5": "2c221703d5a8342617b60da8c2a75cfd",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "318",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/0e/ec/0eecc35fddf0006b4e2171ed56cf0ef3.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "304",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/d0/53/d053e55f5beac3398feb45c99df73e1e.png",
|
||||
"md5": "569c7851831540f2aa1ed01336fab294",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "276",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/3a/21/3a218aca101acaf0ab6d004594f35c52.png",
|
||||
"md5": "c3bcb0ea20406a686c2420697d76e903",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "242",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/df/9f/df9fa64ac9e395af234c7bf5c60f9498.png",
|
||||
"md5": "f7931ef24acab6a869eb5fabec49041e",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "54",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/01/d4/01d4d8eeb2aa3c46f1223c5565884019.png",
|
||||
"md5": "c37ade8fca578e9e00969a7f66b125c7",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "40",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T16:00:42.551+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "th-th",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/68/cc/68cc6a66fc2ac579387d7f7578d987ba.jpg",
|
||||
"md5": "2b1800d30b0eec3c4ff2ff944a26ac36",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "360",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/cc/cc/ccccb31ad9fd5123f5651103293cfe45.png",
|
||||
"md5": "625ffbd590d8ffe1558de2551b3dd4d6",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "346",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b3/84/b384f2f37552741efe4d0747de332125.jpg",
|
||||
"md5": "6479fdadb2f9e84ebb94800dd00ed77b",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "332",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/0e/ec/0eecc35fddf0006b4e2171ed56cf0ef3.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "304",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/d0/53/d053e55f5beac3398feb45c99df73e1e.png",
|
||||
"md5": "569c7851831540f2aa1ed01336fab294",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "276",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/3a/21/3a218aca101acaf0ab6d004594f35c52.png",
|
||||
"md5": "c3bcb0ea20406a686c2420697d76e903",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "242",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/df/9f/df9fa64ac9e395af234c7bf5c60f9498.png",
|
||||
"md5": "f7931ef24acab6a869eb5fabec49041e",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "54",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/01/d4/01d4d8eeb2aa3c46f1223c5565884019.png",
|
||||
"md5": "c37ade8fca578e9e00969a7f66b125c7",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "40",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-31T15:00:45.922+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "th-th",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/68/cc/68cc6a66fc2ac579387d7f7578d987ba.jpg",
|
||||
"md5": "2b1800d30b0eec3c4ff2ff944a26ac36",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "360",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/cc/cc/ccccb31ad9fd5123f5651103293cfe45.png",
|
||||
"md5": "625ffbd590d8ffe1558de2551b3dd4d6",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "346",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b3/84/b384f2f37552741efe4d0747de332125.jpg",
|
||||
"md5": "6479fdadb2f9e84ebb94800dd00ed77b",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "332",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/0e/ec/0eecc35fddf0006b4e2171ed56cf0ef3.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "304",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/d0/53/d053e55f5beac3398feb45c99df73e1e.png",
|
||||
"md5": "569c7851831540f2aa1ed01336fab294",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "276",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/df/9f/df9fa64ac9e395af234c7bf5c60f9498.png",
|
||||
"md5": "f7931ef24acab6a869eb5fabec49041e",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "54",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/01/d4/01d4d8eeb2aa3c46f1223c5565884019.png",
|
||||
"md5": "c37ade8fca578e9e00969a7f66b125c7",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "40",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-04-01T15:00:48.499+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "th-th",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/68/cc/68cc6a66fc2ac579387d7f7578d987ba.jpg",
|
||||
"md5": "2b1800d30b0eec3c4ff2ff944a26ac36",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "360",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b3/84/b384f2f37552741efe4d0747de332125.jpg",
|
||||
"md5": "6479fdadb2f9e84ebb94800dd00ed77b",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "332",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/0e/ec/0eecc35fddf0006b4e2171ed56cf0ef3.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "304",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/d0/53/d053e55f5beac3398feb45c99df73e1e.png",
|
||||
"md5": "569c7851831540f2aa1ed01336fab294",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "276",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/df/9f/df9fa64ac9e395af234c7bf5c60f9498.png",
|
||||
"md5": "f7931ef24acab6a869eb5fabec49041e",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "54",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/01/d4/01d4d8eeb2aa3c46f1223c5565884019.png",
|
||||
"md5": "c37ade8fca578e9e00969a7f66b125c7",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "40",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -11,10 +11,17 @@
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/05/7c/057cdab23c250546b8aaf726e0ba8c27.jpg",
|
||||
"md5": "2c221703d5a8342617b60da8c2a75cfd",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "318",
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/68/cc/68cc6a66fc2ac579387d7f7578d987ba.jpg",
|
||||
"md5": "2b1800d30b0eec3c4ff2ff944a26ac36",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "360",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b3/84/b384f2f37552741efe4d0747de332125.jpg",
|
||||
"md5": "6479fdadb2f9e84ebb94800dd00ed77b",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "332",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
@@ -24,13 +31,6 @@
|
||||
"id": "304",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a7/eb/a7eb5907b13aa8ab7927561bd12907d3.png",
|
||||
"md5": "09c356148c77cae0379d3eaee163540f",
|
||||
"jump_url": "https://www.skport.com/article?id=2028369049304242052&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "290",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/d0/53/d053e55f5beac3398feb45c99df73e1e.png",
|
||||
"md5": "569c7851831540f2aa1ed01336fab294",
|
||||
@@ -38,20 +38,6 @@
|
||||
"id": "276",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/dc/c0/dcc021fa7b3b2dfbdfbbfc4ba2bf11e4.png",
|
||||
"md5": "6ba841e550047ea712d27b64c1cc3e0e",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "261",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/3a/21/3a218aca101acaf0ab6d004594f35c52.png",
|
||||
"md5": "c3bcb0ea20406a686c2420697d76e903",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "242",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/df/9f/df9fa64ac9e395af234c7bf5c60f9498.png",
|
||||
"md5": "f7931ef24acab6a869eb5fabec49041e",
|
||||
|
||||
@@ -325,5 +325,495 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-19T15:00:48.165+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "vi-vn",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b1/45/b1452ff9a475d0c0434b527c83a92f7e.jpg",
|
||||
"md5": "4c1e4d8ee875f8d64a512cdfbdb682e6",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "319",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/82/ab/82ab5bc1c580853c9f5abe9f8dcc4b8a.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "305",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/28/6c/286cd184fc03df1a3b392afe3183240d.png",
|
||||
"md5": "b0a62f30a32534369fc83d9c35a2fcc9",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "277",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/1d/5d/1d5d51e77fc1a74028d78f4c8001958d.png",
|
||||
"md5": "40ddd162666868d851be55daa0037138",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "262",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/bc/9f/bc9f18c7de8414f50d5821a3da9265e5.png",
|
||||
"md5": "c55fcaadb6e75b3a495c2f49274deef4",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "243",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ca/b8/cab8a05b8f33511876023a0631de9f6d.png",
|
||||
"md5": "623b7c2c51e101ee7a8a24cf1d0aa62b",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "55",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b8/13/b8137ae79aeb62d88e33f2fe65361030.png",
|
||||
"md5": "6fc0b20782769182cc4fb6cbafb0415b",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "41",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-20T04:00:42.385+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "vi-vn",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/8d/07/8d07ebc211013d63b214293a2c579973.jpg",
|
||||
"md5": "f1406e35159361d2d57510e0fc5785dd",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "333",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b1/45/b1452ff9a475d0c0434b527c83a92f7e.jpg",
|
||||
"md5": "4c1e4d8ee875f8d64a512cdfbdb682e6",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "319",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/82/ab/82ab5bc1c580853c9f5abe9f8dcc4b8a.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "305",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/28/6c/286cd184fc03df1a3b392afe3183240d.png",
|
||||
"md5": "b0a62f30a32534369fc83d9c35a2fcc9",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "277",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/1d/5d/1d5d51e77fc1a74028d78f4c8001958d.png",
|
||||
"md5": "40ddd162666868d851be55daa0037138",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "262",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/bc/9f/bc9f18c7de8414f50d5821a3da9265e5.png",
|
||||
"md5": "c55fcaadb6e75b3a495c2f49274deef4",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "243",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ca/b8/cab8a05b8f33511876023a0631de9f6d.png",
|
||||
"md5": "623b7c2c51e101ee7a8a24cf1d0aa62b",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "55",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b8/13/b8137ae79aeb62d88e33f2fe65361030.png",
|
||||
"md5": "6fc0b20782769182cc4fb6cbafb0415b",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "41",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-21T11:01:27.076+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "vi-vn",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b5/31/b531236ce51108b621e87f34e4191e01.png",
|
||||
"md5": "91e2931a0a12b384fecbba23b0509552",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "347",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/8d/07/8d07ebc211013d63b214293a2c579973.jpg",
|
||||
"md5": "f1406e35159361d2d57510e0fc5785dd",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "333",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b1/45/b1452ff9a475d0c0434b527c83a92f7e.jpg",
|
||||
"md5": "4c1e4d8ee875f8d64a512cdfbdb682e6",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "319",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/82/ab/82ab5bc1c580853c9f5abe9f8dcc4b8a.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "305",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/28/6c/286cd184fc03df1a3b392afe3183240d.png",
|
||||
"md5": "b0a62f30a32534369fc83d9c35a2fcc9",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "277",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/1d/5d/1d5d51e77fc1a74028d78f4c8001958d.png",
|
||||
"md5": "40ddd162666868d851be55daa0037138",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "262",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/bc/9f/bc9f18c7de8414f50d5821a3da9265e5.png",
|
||||
"md5": "c55fcaadb6e75b3a495c2f49274deef4",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "243",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ca/b8/cab8a05b8f33511876023a0631de9f6d.png",
|
||||
"md5": "623b7c2c51e101ee7a8a24cf1d0aa62b",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "55",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b8/13/b8137ae79aeb62d88e33f2fe65361030.png",
|
||||
"md5": "6fc0b20782769182cc4fb6cbafb0415b",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "41",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:00:38.816+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "vi-vn",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/5a/66/5a662d8de2d91c1b2fb03e26c491564e.jpg",
|
||||
"md5": "3187e45e756ff3264fc1381889588871",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "361",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b5/31/b531236ce51108b621e87f34e4191e01.png",
|
||||
"md5": "91e2931a0a12b384fecbba23b0509552",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "347",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/8d/07/8d07ebc211013d63b214293a2c579973.jpg",
|
||||
"md5": "f1406e35159361d2d57510e0fc5785dd",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "333",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b1/45/b1452ff9a475d0c0434b527c83a92f7e.jpg",
|
||||
"md5": "4c1e4d8ee875f8d64a512cdfbdb682e6",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "319",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/82/ab/82ab5bc1c580853c9f5abe9f8dcc4b8a.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "305",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/28/6c/286cd184fc03df1a3b392afe3183240d.png",
|
||||
"md5": "b0a62f30a32534369fc83d9c35a2fcc9",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "277",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/bc/9f/bc9f18c7de8414f50d5821a3da9265e5.png",
|
||||
"md5": "c55fcaadb6e75b3a495c2f49274deef4",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "243",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ca/b8/cab8a05b8f33511876023a0631de9f6d.png",
|
||||
"md5": "623b7c2c51e101ee7a8a24cf1d0aa62b",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "55",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b8/13/b8137ae79aeb62d88e33f2fe65361030.png",
|
||||
"md5": "6fc0b20782769182cc4fb6cbafb0415b",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "41",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T16:00:42.578+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "vi-vn",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/5a/66/5a662d8de2d91c1b2fb03e26c491564e.jpg",
|
||||
"md5": "3187e45e756ff3264fc1381889588871",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "361",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b5/31/b531236ce51108b621e87f34e4191e01.png",
|
||||
"md5": "91e2931a0a12b384fecbba23b0509552",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "347",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/8d/07/8d07ebc211013d63b214293a2c579973.jpg",
|
||||
"md5": "f1406e35159361d2d57510e0fc5785dd",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "333",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/82/ab/82ab5bc1c580853c9f5abe9f8dcc4b8a.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "305",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/28/6c/286cd184fc03df1a3b392afe3183240d.png",
|
||||
"md5": "b0a62f30a32534369fc83d9c35a2fcc9",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "277",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/bc/9f/bc9f18c7de8414f50d5821a3da9265e5.png",
|
||||
"md5": "c55fcaadb6e75b3a495c2f49274deef4",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "243",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ca/b8/cab8a05b8f33511876023a0631de9f6d.png",
|
||||
"md5": "623b7c2c51e101ee7a8a24cf1d0aa62b",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "55",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b8/13/b8137ae79aeb62d88e33f2fe65361030.png",
|
||||
"md5": "6fc0b20782769182cc4fb6cbafb0415b",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "41",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-31T15:00:45.920+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "vi-vn",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/5a/66/5a662d8de2d91c1b2fb03e26c491564e.jpg",
|
||||
"md5": "3187e45e756ff3264fc1381889588871",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "361",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b5/31/b531236ce51108b621e87f34e4191e01.png",
|
||||
"md5": "91e2931a0a12b384fecbba23b0509552",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "347",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/8d/07/8d07ebc211013d63b214293a2c579973.jpg",
|
||||
"md5": "f1406e35159361d2d57510e0fc5785dd",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "333",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/82/ab/82ab5bc1c580853c9f5abe9f8dcc4b8a.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "305",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/28/6c/286cd184fc03df1a3b392afe3183240d.png",
|
||||
"md5": "b0a62f30a32534369fc83d9c35a2fcc9",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "277",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ca/b8/cab8a05b8f33511876023a0631de9f6d.png",
|
||||
"md5": "623b7c2c51e101ee7a8a24cf1d0aa62b",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "55",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b8/13/b8137ae79aeb62d88e33f2fe65361030.png",
|
||||
"md5": "6fc0b20782769182cc4fb6cbafb0415b",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "41",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-04-01T15:00:48.608+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "vi-vn",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/5a/66/5a662d8de2d91c1b2fb03e26c491564e.jpg",
|
||||
"md5": "3187e45e756ff3264fc1381889588871",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "361",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/8d/07/8d07ebc211013d63b214293a2c579973.jpg",
|
||||
"md5": "f1406e35159361d2d57510e0fc5785dd",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "333",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/82/ab/82ab5bc1c580853c9f5abe9f8dcc4b8a.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "305",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/28/6c/286cd184fc03df1a3b392afe3183240d.png",
|
||||
"md5": "b0a62f30a32534369fc83d9c35a2fcc9",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "277",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ca/b8/cab8a05b8f33511876023a0631de9f6d.png",
|
||||
"md5": "623b7c2c51e101ee7a8a24cf1d0aa62b",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "55",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b8/13/b8137ae79aeb62d88e33f2fe65361030.png",
|
||||
"md5": "6fc0b20782769182cc4fb6cbafb0415b",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"id": "41",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -11,10 +11,17 @@
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b1/45/b1452ff9a475d0c0434b527c83a92f7e.jpg",
|
||||
"md5": "4c1e4d8ee875f8d64a512cdfbdb682e6",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "319",
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/5a/66/5a662d8de2d91c1b2fb03e26c491564e.jpg",
|
||||
"md5": "3187e45e756ff3264fc1381889588871",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "361",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/8d/07/8d07ebc211013d63b214293a2c579973.jpg",
|
||||
"md5": "f1406e35159361d2d57510e0fc5785dd",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "333",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
@@ -24,13 +31,6 @@
|
||||
"id": "305",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/81/e3/81e34a8333eae8b5283c345ec34dd534.png",
|
||||
"md5": "c2e76ebeb9372c7d40104390142d958b",
|
||||
"jump_url": "https://www.skport.com/article?id=2028369049304242052&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "291",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/28/6c/286cd184fc03df1a3b392afe3183240d.png",
|
||||
"md5": "b0a62f30a32534369fc83d9c35a2fcc9",
|
||||
@@ -38,20 +38,6 @@
|
||||
"id": "277",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/1d/5d/1d5d51e77fc1a74028d78f4c8001958d.png",
|
||||
"md5": "40ddd162666868d851be55daa0037138",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "262",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/bc/9f/bc9f18c7de8414f50d5821a3da9265e5.png",
|
||||
"md5": "c55fcaadb6e75b3a495c2f49274deef4",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "243",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ca/b8/cab8a05b8f33511876023a0631de9f6d.png",
|
||||
"md5": "623b7c2c51e101ee7a8a24cf1d0aa62b",
|
||||
|
||||
@@ -325,5 +325,495 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-19T15:00:48.854+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "zh-cn",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/7c/ad/7cad92ab45f298ddd01218ee69eef855.jpg",
|
||||
"md5": "a484117f3a3f519481034ce183f607e1",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "307",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b3/ce/b3ce51ad5b054eafda156a75af4a2bb7.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "293",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/64/c8/64c8a4f2b31bae2719835201da187b9c.jpg",
|
||||
"md5": "6e114ae8b8898fb1dd114e8cc6079c03",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "265",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/c6/82/c682be2c723a32a21f8c45d253478315.png",
|
||||
"md5": "8cd7f0e1cdb44b0862b994fc3604dc99",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "264",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ec/a8/eca8133c131e891d0a385349b29a9d04.png",
|
||||
"md5": "ffb15c0b26e899c78cf5699e7594660d",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "231",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a2/8e/a28e45408be9f8b8fd88ca8455478f09.png",
|
||||
"md5": "dc695903d0d1dcb249c87c72503be3ce",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "43",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/cc/fd/ccfd3c11effa448d8cb32d941ac35b94.jpg",
|
||||
"md5": "f0928339630065b821516198fd61af82",
|
||||
"jump_url": "https://endfield.gryphline.com/zh-tw/news/4499",
|
||||
"id": "29",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-20T04:00:42.357+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "zh-cn",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/4d/93/4d9314514a9d6893789b097645415d45.jpg",
|
||||
"md5": "80940d070090ee4f9e6aa0e104e2d1d8",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "321",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/7c/ad/7cad92ab45f298ddd01218ee69eef855.jpg",
|
||||
"md5": "a484117f3a3f519481034ce183f607e1",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "307",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b3/ce/b3ce51ad5b054eafda156a75af4a2bb7.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "293",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/64/c8/64c8a4f2b31bae2719835201da187b9c.jpg",
|
||||
"md5": "6e114ae8b8898fb1dd114e8cc6079c03",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "265",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/c6/82/c682be2c723a32a21f8c45d253478315.png",
|
||||
"md5": "8cd7f0e1cdb44b0862b994fc3604dc99",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "264",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ec/a8/eca8133c131e891d0a385349b29a9d04.png",
|
||||
"md5": "ffb15c0b26e899c78cf5699e7594660d",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "231",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a2/8e/a28e45408be9f8b8fd88ca8455478f09.png",
|
||||
"md5": "dc695903d0d1dcb249c87c72503be3ce",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "43",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/cc/fd/ccfd3c11effa448d8cb32d941ac35b94.jpg",
|
||||
"md5": "f0928339630065b821516198fd61af82",
|
||||
"jump_url": "https://endfield.gryphline.com/zh-tw/news/4499",
|
||||
"id": "29",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-21T11:01:27.238+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "zh-cn",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/9e/8d/9e8d77e18ed6f57c33a6246373837568.png",
|
||||
"md5": "8987a12fb93115e98ed257882887579c",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "335",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/4d/93/4d9314514a9d6893789b097645415d45.jpg",
|
||||
"md5": "80940d070090ee4f9e6aa0e104e2d1d8",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "321",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/7c/ad/7cad92ab45f298ddd01218ee69eef855.jpg",
|
||||
"md5": "a484117f3a3f519481034ce183f607e1",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "307",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b3/ce/b3ce51ad5b054eafda156a75af4a2bb7.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "293",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/64/c8/64c8a4f2b31bae2719835201da187b9c.jpg",
|
||||
"md5": "6e114ae8b8898fb1dd114e8cc6079c03",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "265",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/c6/82/c682be2c723a32a21f8c45d253478315.png",
|
||||
"md5": "8cd7f0e1cdb44b0862b994fc3604dc99",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "264",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ec/a8/eca8133c131e891d0a385349b29a9d04.png",
|
||||
"md5": "ffb15c0b26e899c78cf5699e7594660d",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "231",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a2/8e/a28e45408be9f8b8fd88ca8455478f09.png",
|
||||
"md5": "dc695903d0d1dcb249c87c72503be3ce",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "43",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/cc/fd/ccfd3c11effa448d8cb32d941ac35b94.jpg",
|
||||
"md5": "f0928339630065b821516198fd61af82",
|
||||
"jump_url": "https://endfield.gryphline.com/zh-tw/news/4499",
|
||||
"id": "29",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:00:39.020+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "zh-cn",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/4f/4f/4f4f483e11777ea310ad4fc4860a5b63.jpg",
|
||||
"md5": "ab1514ec29ea624a0e1c0290026a8f15",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "349",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/9e/8d/9e8d77e18ed6f57c33a6246373837568.png",
|
||||
"md5": "8987a12fb93115e98ed257882887579c",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "335",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/4d/93/4d9314514a9d6893789b097645415d45.jpg",
|
||||
"md5": "80940d070090ee4f9e6aa0e104e2d1d8",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "321",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/7c/ad/7cad92ab45f298ddd01218ee69eef855.jpg",
|
||||
"md5": "a484117f3a3f519481034ce183f607e1",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "307",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b3/ce/b3ce51ad5b054eafda156a75af4a2bb7.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "293",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/64/c8/64c8a4f2b31bae2719835201da187b9c.jpg",
|
||||
"md5": "6e114ae8b8898fb1dd114e8cc6079c03",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "265",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ec/a8/eca8133c131e891d0a385349b29a9d04.png",
|
||||
"md5": "ffb15c0b26e899c78cf5699e7594660d",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "231",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a2/8e/a28e45408be9f8b8fd88ca8455478f09.png",
|
||||
"md5": "dc695903d0d1dcb249c87c72503be3ce",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "43",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/cc/fd/ccfd3c11effa448d8cb32d941ac35b94.jpg",
|
||||
"md5": "f0928339630065b821516198fd61af82",
|
||||
"jump_url": "https://endfield.gryphline.com/zh-tw/news/4499",
|
||||
"id": "29",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T16:00:42.685+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "zh-cn",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/4f/4f/4f4f483e11777ea310ad4fc4860a5b63.jpg",
|
||||
"md5": "ab1514ec29ea624a0e1c0290026a8f15",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "349",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/9e/8d/9e8d77e18ed6f57c33a6246373837568.png",
|
||||
"md5": "8987a12fb93115e98ed257882887579c",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "335",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/4d/93/4d9314514a9d6893789b097645415d45.jpg",
|
||||
"md5": "80940d070090ee4f9e6aa0e104e2d1d8",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "321",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b3/ce/b3ce51ad5b054eafda156a75af4a2bb7.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "293",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/64/c8/64c8a4f2b31bae2719835201da187b9c.jpg",
|
||||
"md5": "6e114ae8b8898fb1dd114e8cc6079c03",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "265",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ec/a8/eca8133c131e891d0a385349b29a9d04.png",
|
||||
"md5": "ffb15c0b26e899c78cf5699e7594660d",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "231",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a2/8e/a28e45408be9f8b8fd88ca8455478f09.png",
|
||||
"md5": "dc695903d0d1dcb249c87c72503be3ce",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "43",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/cc/fd/ccfd3c11effa448d8cb32d941ac35b94.jpg",
|
||||
"md5": "f0928339630065b821516198fd61af82",
|
||||
"jump_url": "https://endfield.gryphline.com/zh-tw/news/4499",
|
||||
"id": "29",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-31T15:00:46.098+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "zh-cn",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/4f/4f/4f4f483e11777ea310ad4fc4860a5b63.jpg",
|
||||
"md5": "ab1514ec29ea624a0e1c0290026a8f15",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "349",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/9e/8d/9e8d77e18ed6f57c33a6246373837568.png",
|
||||
"md5": "8987a12fb93115e98ed257882887579c",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "335",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/4d/93/4d9314514a9d6893789b097645415d45.jpg",
|
||||
"md5": "80940d070090ee4f9e6aa0e104e2d1d8",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "321",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b3/ce/b3ce51ad5b054eafda156a75af4a2bb7.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "293",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/64/c8/64c8a4f2b31bae2719835201da187b9c.jpg",
|
||||
"md5": "6e114ae8b8898fb1dd114e8cc6079c03",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "265",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a2/8e/a28e45408be9f8b8fd88ca8455478f09.png",
|
||||
"md5": "dc695903d0d1dcb249c87c72503be3ce",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "43",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/cc/fd/ccfd3c11effa448d8cb32d941ac35b94.jpg",
|
||||
"md5": "f0928339630065b821516198fd61af82",
|
||||
"jump_url": "https://endfield.gryphline.com/zh-tw/news/4499",
|
||||
"id": "29",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-04-01T15:00:48.639+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "zh-cn",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/4f/4f/4f4f483e11777ea310ad4fc4860a5b63.jpg",
|
||||
"md5": "ab1514ec29ea624a0e1c0290026a8f15",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "349",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/4d/93/4d9314514a9d6893789b097645415d45.jpg",
|
||||
"md5": "80940d070090ee4f9e6aa0e104e2d1d8",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "321",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b3/ce/b3ce51ad5b054eafda156a75af4a2bb7.png",
|
||||
"md5": "891cc34565de3258110cb0d81a124750",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "293",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/64/c8/64c8a4f2b31bae2719835201da187b9c.jpg",
|
||||
"md5": "6e114ae8b8898fb1dd114e8cc6079c03",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "265",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a2/8e/a28e45408be9f8b8fd88ca8455478f09.png",
|
||||
"md5": "dc695903d0d1dcb249c87c72503be3ce",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "43",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/cc/fd/ccfd3c11effa448d8cb32d941ac35b94.jpg",
|
||||
"md5": "f0928339630065b821516198fd61af82",
|
||||
"jump_url": "https://endfield.gryphline.com/zh-tw/news/4499",
|
||||
"id": "29",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -11,10 +11,17 @@
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/7c/ad/7cad92ab45f298ddd01218ee69eef855.jpg",
|
||||
"md5": "a484117f3a3f519481034ce183f607e1",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "307",
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/4f/4f/4f4f483e11777ea310ad4fc4860a5b63.jpg",
|
||||
"md5": "ab1514ec29ea624a0e1c0290026a8f15",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "349",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/4d/93/4d9314514a9d6893789b097645415d45.jpg",
|
||||
"md5": "80940d070090ee4f9e6aa0e104e2d1d8",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "321",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
@@ -24,13 +31,6 @@
|
||||
"id": "293",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/e8/09/e80941e53a2a403f9f609457a5b6843b.png",
|
||||
"md5": "01b04b6a80859b10c0fe92b22d5e8ce1",
|
||||
"jump_url": "https://www.skport.com/article?id=2028369049304242052&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "279",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/64/c8/64c8a4f2b31bae2719835201da187b9c.jpg",
|
||||
"md5": "6e114ae8b8898fb1dd114e8cc6079c03",
|
||||
@@ -38,20 +38,6 @@
|
||||
"id": "265",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/c6/82/c682be2c723a32a21f8c45d253478315.png",
|
||||
"md5": "8cd7f0e1cdb44b0862b994fc3604dc99",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "264",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ec/a8/eca8133c131e891d0a385349b29a9d04.png",
|
||||
"md5": "ffb15c0b26e899c78cf5699e7594660d",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "231",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/a2/8e/a28e45408be9f8b8fd88ca8455478f09.png",
|
||||
"md5": "dc695903d0d1dcb249c87c72503be3ce",
|
||||
|
||||
@@ -418,5 +418,544 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-19T15:00:48.324+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "zh-tw",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/09/b7/09b7ba39d183cd394a148422897628ad.jpg",
|
||||
"md5": "6ca9bac6fe5dc8ee443db41c71319dd7",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "308",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/f3/1e/f31e878094b68fc3ba520568cd102e4d.png",
|
||||
"md5": "d77bc9f31d4e47ba5ebf362716f8d84d",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "296",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/9a/8f/9a8f8895229003c83958c10a204d9d5e.png",
|
||||
"md5": "9d38827f3cbaedde7193316952131779",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "266",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/2c/8b/2c8b9edd6a33536e63b232fb01d70fa6.png",
|
||||
"md5": "5846708217b71676038045c414f43800",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "251",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/16/fa/16fac4922271a038d402f69fe1efa1c6.png",
|
||||
"md5": "181368d495b8a64fa45e646e0fef3307",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "232",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/54/c8/54c8aa54826f90d1678bae0ae104d21b.png",
|
||||
"md5": "fb59697bf5f5dd484d3e58595159e430",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2662",
|
||||
"id": "227",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/f8/ad/f8ad4151cacf91de676f5eca7db6cecc.png",
|
||||
"md5": "f82881cd8a6ad5930b95b26ea0d77dff",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "44",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/8b/86/8b860a8f7ed5ff9fda3b82cc5545f9af.png",
|
||||
"md5": "d98961176d446c7ab41e07846dc58c6d",
|
||||
"jump_url": "https://endfield.gryphline.com/zh-tw/news/4499",
|
||||
"id": "30",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-20T04:00:42.647+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "zh-tw",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b4/e9/b4e93274fc62a418af762de597f7f0be.jpg",
|
||||
"md5": "c03fd1a627afd1df869519205bd312d0",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "322",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/09/b7/09b7ba39d183cd394a148422897628ad.jpg",
|
||||
"md5": "6ca9bac6fe5dc8ee443db41c71319dd7",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "308",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/f3/1e/f31e878094b68fc3ba520568cd102e4d.png",
|
||||
"md5": "d77bc9f31d4e47ba5ebf362716f8d84d",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "296",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/9a/8f/9a8f8895229003c83958c10a204d9d5e.png",
|
||||
"md5": "9d38827f3cbaedde7193316952131779",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "266",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/2c/8b/2c8b9edd6a33536e63b232fb01d70fa6.png",
|
||||
"md5": "5846708217b71676038045c414f43800",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "251",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/16/fa/16fac4922271a038d402f69fe1efa1c6.png",
|
||||
"md5": "181368d495b8a64fa45e646e0fef3307",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "232",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/54/c8/54c8aa54826f90d1678bae0ae104d21b.png",
|
||||
"md5": "fb59697bf5f5dd484d3e58595159e430",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2662",
|
||||
"id": "227",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/f8/ad/f8ad4151cacf91de676f5eca7db6cecc.png",
|
||||
"md5": "f82881cd8a6ad5930b95b26ea0d77dff",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "44",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/8b/86/8b860a8f7ed5ff9fda3b82cc5545f9af.png",
|
||||
"md5": "d98961176d446c7ab41e07846dc58c6d",
|
||||
"jump_url": "https://endfield.gryphline.com/zh-tw/news/4499",
|
||||
"id": "30",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-21T11:01:27.339+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "zh-tw",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ea/01/ea016e4efd3f1bc135ecd2aac9837661.png",
|
||||
"md5": "2d9bb032739871e2b96266055ab1baed",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "336",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b4/e9/b4e93274fc62a418af762de597f7f0be.jpg",
|
||||
"md5": "c03fd1a627afd1df869519205bd312d0",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "322",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/09/b7/09b7ba39d183cd394a148422897628ad.jpg",
|
||||
"md5": "6ca9bac6fe5dc8ee443db41c71319dd7",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "308",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/f3/1e/f31e878094b68fc3ba520568cd102e4d.png",
|
||||
"md5": "d77bc9f31d4e47ba5ebf362716f8d84d",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "296",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/9a/8f/9a8f8895229003c83958c10a204d9d5e.png",
|
||||
"md5": "9d38827f3cbaedde7193316952131779",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "266",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/2c/8b/2c8b9edd6a33536e63b232fb01d70fa6.png",
|
||||
"md5": "5846708217b71676038045c414f43800",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "251",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/16/fa/16fac4922271a038d402f69fe1efa1c6.png",
|
||||
"md5": "181368d495b8a64fa45e646e0fef3307",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "232",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/54/c8/54c8aa54826f90d1678bae0ae104d21b.png",
|
||||
"md5": "fb59697bf5f5dd484d3e58595159e430",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2662",
|
||||
"id": "227",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/f8/ad/f8ad4151cacf91de676f5eca7db6cecc.png",
|
||||
"md5": "f82881cd8a6ad5930b95b26ea0d77dff",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "44",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/8b/86/8b860a8f7ed5ff9fda3b82cc5545f9af.png",
|
||||
"md5": "d98961176d446c7ab41e07846dc58c6d",
|
||||
"jump_url": "https://endfield.gryphline.com/zh-tw/news/4499",
|
||||
"id": "30",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:00:39.040+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "zh-tw",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/73/c9/73c91d23c2e15e1f1cf7d423d84262b7.jpg",
|
||||
"md5": "6e6eb643ed1e316fdfa38ed15ad0d37c",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "350",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ea/01/ea016e4efd3f1bc135ecd2aac9837661.png",
|
||||
"md5": "2d9bb032739871e2b96266055ab1baed",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "336",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b4/e9/b4e93274fc62a418af762de597f7f0be.jpg",
|
||||
"md5": "c03fd1a627afd1df869519205bd312d0",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "322",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/09/b7/09b7ba39d183cd394a148422897628ad.jpg",
|
||||
"md5": "6ca9bac6fe5dc8ee443db41c71319dd7",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "308",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/f3/1e/f31e878094b68fc3ba520568cd102e4d.png",
|
||||
"md5": "d77bc9f31d4e47ba5ebf362716f8d84d",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "296",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/9a/8f/9a8f8895229003c83958c10a204d9d5e.png",
|
||||
"md5": "9d38827f3cbaedde7193316952131779",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "266",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/16/fa/16fac4922271a038d402f69fe1efa1c6.png",
|
||||
"md5": "181368d495b8a64fa45e646e0fef3307",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "232",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/54/c8/54c8aa54826f90d1678bae0ae104d21b.png",
|
||||
"md5": "fb59697bf5f5dd484d3e58595159e430",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2662",
|
||||
"id": "227",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/f8/ad/f8ad4151cacf91de676f5eca7db6cecc.png",
|
||||
"md5": "f82881cd8a6ad5930b95b26ea0d77dff",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "44",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/8b/86/8b860a8f7ed5ff9fda3b82cc5545f9af.png",
|
||||
"md5": "d98961176d446c7ab41e07846dc58c6d",
|
||||
"jump_url": "https://endfield.gryphline.com/zh-tw/news/4499",
|
||||
"id": "30",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T16:00:42.728+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "zh-tw",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/73/c9/73c91d23c2e15e1f1cf7d423d84262b7.jpg",
|
||||
"md5": "6e6eb643ed1e316fdfa38ed15ad0d37c",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "350",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ea/01/ea016e4efd3f1bc135ecd2aac9837661.png",
|
||||
"md5": "2d9bb032739871e2b96266055ab1baed",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "336",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b4/e9/b4e93274fc62a418af762de597f7f0be.jpg",
|
||||
"md5": "c03fd1a627afd1df869519205bd312d0",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "322",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/f3/1e/f31e878094b68fc3ba520568cd102e4d.png",
|
||||
"md5": "d77bc9f31d4e47ba5ebf362716f8d84d",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "296",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/9a/8f/9a8f8895229003c83958c10a204d9d5e.png",
|
||||
"md5": "9d38827f3cbaedde7193316952131779",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "266",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/16/fa/16fac4922271a038d402f69fe1efa1c6.png",
|
||||
"md5": "181368d495b8a64fa45e646e0fef3307",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "232",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/54/c8/54c8aa54826f90d1678bae0ae104d21b.png",
|
||||
"md5": "fb59697bf5f5dd484d3e58595159e430",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2662",
|
||||
"id": "227",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/f8/ad/f8ad4151cacf91de676f5eca7db6cecc.png",
|
||||
"md5": "f82881cd8a6ad5930b95b26ea0d77dff",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "44",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/8b/86/8b860a8f7ed5ff9fda3b82cc5545f9af.png",
|
||||
"md5": "d98961176d446c7ab41e07846dc58c6d",
|
||||
"jump_url": "https://endfield.gryphline.com/zh-tw/news/4499",
|
||||
"id": "30",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-31T15:00:46.139+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "zh-tw",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/73/c9/73c91d23c2e15e1f1cf7d423d84262b7.jpg",
|
||||
"md5": "6e6eb643ed1e316fdfa38ed15ad0d37c",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "350",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/ea/01/ea016e4efd3f1bc135ecd2aac9837661.png",
|
||||
"md5": "2d9bb032739871e2b96266055ab1baed",
|
||||
"jump_url": "https://www.skport.com/article?id=2029132713323603170&hg_media=launcher&hg_link_campaign=banner&hg_link_name=Qingbo",
|
||||
"id": "336",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b4/e9/b4e93274fc62a418af762de597f7f0be.jpg",
|
||||
"md5": "c03fd1a627afd1df869519205bd312d0",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "322",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/f3/1e/f31e878094b68fc3ba520568cd102e4d.png",
|
||||
"md5": "d77bc9f31d4e47ba5ebf362716f8d84d",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "296",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/9a/8f/9a8f8895229003c83958c10a204d9d5e.png",
|
||||
"md5": "9d38827f3cbaedde7193316952131779",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "266",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/54/c8/54c8aa54826f90d1678bae0ae104d21b.png",
|
||||
"md5": "fb59697bf5f5dd484d3e58595159e430",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2662",
|
||||
"id": "227",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/f8/ad/f8ad4151cacf91de676f5eca7db6cecc.png",
|
||||
"md5": "f82881cd8a6ad5930b95b26ea0d77dff",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "44",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/8b/86/8b860a8f7ed5ff9fda3b82cc5545f9af.png",
|
||||
"md5": "d98961176d446c7ab41e07846dc58c6d",
|
||||
"jump_url": "https://endfield.gryphline.com/zh-tw/news/4499",
|
||||
"id": "30",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-04-01T15:00:48.706+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 6,
|
||||
"lang": "zh-tw",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/73/c9/73c91d23c2e15e1f1cf7d423d84262b7.jpg",
|
||||
"md5": "6e6eb643ed1e316fdfa38ed15ad0d37c",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "350",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b4/e9/b4e93274fc62a418af762de597f7f0be.jpg",
|
||||
"md5": "c03fd1a627afd1df869519205bd312d0",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "322",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/f3/1e/f31e878094b68fc3ba520568cd102e4d.png",
|
||||
"md5": "d77bc9f31d4e47ba5ebf362716f8d84d",
|
||||
"jump_url": "https://store.gryphline.com/",
|
||||
"id": "296",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/9a/8f/9a8f8895229003c83958c10a204d9d5e.png",
|
||||
"md5": "9d38827f3cbaedde7193316952131779",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"id": "266",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/54/c8/54c8aa54826f90d1678bae0ae104d21b.png",
|
||||
"md5": "fb59697bf5f5dd484d3e58595159e430",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2662",
|
||||
"id": "227",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/f8/ad/f8ad4151cacf91de676f5eca7db6cecc.png",
|
||||
"md5": "f82881cd8a6ad5930b95b26ea0d77dff",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7029",
|
||||
"id": "44",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/8b/86/8b860a8f7ed5ff9fda3b82cc5545f9af.png",
|
||||
"md5": "d98961176d446c7ab41e07846dc58c6d",
|
||||
"jump_url": "https://endfield.gryphline.com/zh-tw/news/4499",
|
||||
"id": "30",
|
||||
"need_token": false
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -11,10 +11,17 @@
|
||||
"data_version": "",
|
||||
"banners": [
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/09/b7/09b7ba39d183cd394a148422897628ad.jpg",
|
||||
"md5": "6ca9bac6fe5dc8ee443db41c71319dd7",
|
||||
"jump_url": "https://www.skport.com/article?id=2033450826884044885&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "308",
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/73/c9/73c91d23c2e15e1f1cf7d423d84262b7.jpg",
|
||||
"md5": "6e6eb643ed1e316fdfa38ed15ad0d37c",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"id": "350",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/b4/e9/b4e93274fc62a418af762de597f7f0be.jpg",
|
||||
"md5": "c03fd1a627afd1df869519205bd312d0",
|
||||
"jump_url": "https://act.skport.com/endfield/old-deep-water-dies?header=0&hg_media=launcher&hg_link_campaign=banner&hg_link_name=messageboard",
|
||||
"id": "322",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
@@ -24,13 +31,6 @@
|
||||
"id": "296",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/cc/63/cc63edc7e3d51beaadbbd3a053c22778.png",
|
||||
"md5": "7ab1af3a5f8c8a25dcd4723fb2f6dbdf",
|
||||
"jump_url": "https://www.skport.com/article?id=2028369049304242052&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "280",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/9a/8f/9a8f8895229003c83958c10a204d9d5e.png",
|
||||
"md5": "9d38827f3cbaedde7193316952131779",
|
||||
@@ -38,20 +38,6 @@
|
||||
"id": "266",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/2c/8b/2c8b9edd6a33536e63b232fb01d70fa6.png",
|
||||
"md5": "5846708217b71676038045c414f43800",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"id": "251",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/16/fa/16fac4922271a038d402f69fe1efa1c6.png",
|
||||
"md5": "181368d495b8a64fa45e646e0fef3307",
|
||||
"jump_url": "https://game.skport.com/endfield/sign-in?header=0&hg_media=launcher&hg_link_campaign=banner",
|
||||
"id": "232",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"url": "https://gl-utils-public.hg-cdn.com/hg-utils/prod/eppcsuwqpaueijqk/YDUTE5gscDZ229CW/54/c8/54c8aa54826f90d1678bae0ae104d21b.png",
|
||||
"md5": "fb59697bf5f5dd484d3e58595159e430",
|
||||
|
||||
@@ -446,5 +446,278 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:00:39.134+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 801,
|
||||
"lang": "de-de",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "Hinweise",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "[Wolfsperle] Details zur Rekrutierung: Priorisiert",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "445",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Hinweis zu Problemen im Spiel durch NVIDIA Treiber-Updates",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "416",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Wogen der Flut tragen Tränen zum Quell] – Hinweise zum Versions-Update",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "388",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[„Erneutes Aufblühen“-Ausgabe] Details zu zeitlich begrenztem Angebot",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "360",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Arknights: Endfield – Anleitung für Spielwerkzeuge",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "143",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Arknights: Endfield – Erklärung zu Fairness im Spiel",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "99",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Sicherheitswarnung bei Verwendung inoffizieller Tools",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "402",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "72"
|
||||
},
|
||||
{
|
||||
"tabName": "Neuigkeiten",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Arknights: Endfield [Official Release Preview] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "71",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "74"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:30:34.888+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 801,
|
||||
"lang": "de-de",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "Hinweise",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "[Scharlachperle-Ausgabe] – KZO-Details",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "431",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Wolfsperle] Details zur Rekrutierung: Priorisiert",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "445",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Hinweis zu Problemen im Spiel durch NVIDIA Treiber-Updates",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "416",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Wogen der Flut tragen Tränen zum Quell] – Hinweise zum Versions-Update",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "388",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[„Erneutes Aufblühen“-Ausgabe] Details zu zeitlich begrenztem Angebot",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "360",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Arknights: Endfield – Anleitung für Spielwerkzeuge",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "143",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Arknights: Endfield – Erklärung zu Fairness im Spiel",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "99",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Sicherheitswarnung bei Verwendung inoffizieller Tools",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "402",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "72"
|
||||
},
|
||||
{
|
||||
"tabName": "Neuigkeiten",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Arknights: Endfield [Official Release Preview] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "71",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "74"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-04-01T02:00:43.432+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 801,
|
||||
"lang": "de-de",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "Hinweise",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "[Die Reise des Langohrs]-Festtag-Event – Details",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1337",
|
||||
"start_ts": "1775008800000",
|
||||
"id": "459",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Scharlachperle-Ausgabe] – KZO-Details",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "431",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Wolfsperle] Details zur Rekrutierung: Priorisiert",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "445",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Hinweis zu Problemen im Spiel durch NVIDIA Treiber-Updates",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "416",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Wogen der Flut tragen Tränen zum Quell] – Hinweise zum Versions-Update",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "388",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[„Erneutes Aufblühen“-Ausgabe] Details zu zeitlich begrenztem Angebot",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "360",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Arknights: Endfield – Anleitung für Spielwerkzeuge",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "143",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Arknights: Endfield – Erklärung zu Fairness im Spiel",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "99",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Sicherheitswarnung bei Verwendung inoffizieller Tools",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "402",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "72"
|
||||
},
|
||||
{
|
||||
"tabName": "Neuigkeiten",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Arknights: Endfield [Official Release Preview] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "71",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "74"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -13,6 +13,27 @@
|
||||
{
|
||||
"tabName": "Hinweise",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "[Die Reise des Langohrs]-Festtag-Event – Details",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1337",
|
||||
"start_ts": "1775008800000",
|
||||
"id": "459",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Scharlachperle-Ausgabe] – KZO-Details",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "431",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Wolfsperle] Details zur Rekrutierung: Priorisiert",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "445",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Hinweis zu Problemen im Spiel durch NVIDIA Treiber-Updates",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
@@ -34,13 +55,6 @@
|
||||
"id": "360",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Details zu [Tochter des Flusses] Rekrutierung: Priorisiert",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"start_ts": "1773203400000",
|
||||
"id": "346",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Arknights: Endfield – Anleitung für Spielwerkzeuge",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
|
||||
@@ -488,5 +488,299 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:00:39.268+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 801,
|
||||
"lang": "en-us",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "Notices",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "[Wolf Pearl] Chartered Headhunting Details",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "440",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Notice Regarding Game Issues Caused by NVIDIA Driver Updates",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "411",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Old Deep Water Dies, by Rising Tide It is Denied] Version Update Notes",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "383",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Budding Anew Issue] LTO Details",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "355",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Arknights: Endfield Game Tools Guide",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "138",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Arknights: Endfield Fair Play Statement",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "94",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Security Risk Warning for Using Unofficial Tools",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "397",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "48"
|
||||
},
|
||||
{
|
||||
"tabName": "News",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "[Old Deep Water Dies, by Rising Tide It is Denied] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2662",
|
||||
"start_ts": "1772445600000",
|
||||
"id": "321",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Arknights: Endfield [Official Release Preview] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "65",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "50"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:30:35.146+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 801,
|
||||
"lang": "en-us",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "Notices",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "[Scarlet Pearl Issue] LTO Details",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "426",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Wolf Pearl] Chartered Headhunting Details",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "440",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Notice Regarding Game Issues Caused by NVIDIA Driver Updates",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "411",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Old Deep Water Dies, by Rising Tide It is Denied] Version Update Notes",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "383",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Budding Anew Issue] LTO Details",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "355",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Arknights: Endfield Game Tools Guide",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "138",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Arknights: Endfield Fair Play Statement",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "94",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Security Risk Warning for Using Unofficial Tools",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "397",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "48"
|
||||
},
|
||||
{
|
||||
"tabName": "News",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "[Old Deep Water Dies, by Rising Tide It is Denied] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2662",
|
||||
"start_ts": "1772445600000",
|
||||
"id": "321",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Arknights: Endfield [Official Release Preview] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "65",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "50"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-04-01T02:00:43.498+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 801,
|
||||
"lang": "en-us",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "Notices",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "[Journey of the Long-Ear] Celebration Event Details",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1337",
|
||||
"start_ts": "1775008800000",
|
||||
"id": "454",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Scarlet Pearl Issue] LTO Details",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "426",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Wolf Pearl] Chartered Headhunting Details",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "440",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Notice Regarding Game Issues Caused by NVIDIA Driver Updates",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "411",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Old Deep Water Dies, by Rising Tide It is Denied] Version Update Notes",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "383",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Budding Anew Issue] LTO Details",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "355",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Arknights: Endfield Game Tools Guide",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "138",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Arknights: Endfield Fair Play Statement",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "94",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Security Risk Warning for Using Unofficial Tools",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "397",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "48"
|
||||
},
|
||||
{
|
||||
"tabName": "News",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "[Old Deep Water Dies, by Rising Tide It is Denied] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2662",
|
||||
"start_ts": "1772445600000",
|
||||
"id": "321",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Arknights: Endfield [Official Release Preview] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "65",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "50"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -13,6 +13,27 @@
|
||||
{
|
||||
"tabName": "Notices",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "[Journey of the Long-Ear] Celebration Event Details",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1337",
|
||||
"start_ts": "1775008800000",
|
||||
"id": "454",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Scarlet Pearl Issue] LTO Details",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "426",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Wolf Pearl] Chartered Headhunting Details",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "440",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Notice Regarding Game Issues Caused by NVIDIA Driver Updates",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
@@ -34,13 +55,6 @@
|
||||
"id": "355",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[River's Daughter] Chartered Headhunting Details",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"start_ts": "1773203400000",
|
||||
"id": "341",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Arknights: Endfield Game Tools Guide",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
|
||||
@@ -446,5 +446,278 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:00:39.304+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 801,
|
||||
"lang": "es-mx",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "Noticias",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Detalles de la caza de reclutas certificada [Perla del lobo]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "443",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Aviso sobre problemas del juego causados por las actualizaciones de los drivers de NVIDIA",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "414",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Notas sobre la actualización de versión de [Perecen las aguas profundas de antaño, borradas por la marea creciente]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "386",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Detalles OTL de la [Solicitud de Brotar de nuevo]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "358",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Guía de herramientas del juego de Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "141",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Juego limpio de Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "97",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Riesgo de seguridad: herramientas no oficiales",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "400",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "63"
|
||||
},
|
||||
{
|
||||
"tabName": "Novedades",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Arknights: Endfield [Official Release Preview] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "69",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "65"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:30:35.107+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 801,
|
||||
"lang": "es-mx",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "Noticias",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Detalles OTL de la [Solicitud de Perla escarlata]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "429",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Detalles de la caza de reclutas certificada [Perla del lobo]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "443",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Aviso sobre problemas del juego causados por las actualizaciones de los drivers de NVIDIA",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "414",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Notas sobre la actualización de versión de [Perecen las aguas profundas de antaño, borradas por la marea creciente]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "386",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Detalles OTL de la [Solicitud de Brotar de nuevo]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "358",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Guía de herramientas del juego de Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "141",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Juego limpio de Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "97",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Riesgo de seguridad: herramientas no oficiales",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "400",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "63"
|
||||
},
|
||||
{
|
||||
"tabName": "Novedades",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Arknights: Endfield [Official Release Preview] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "69",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "65"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-04-01T02:00:43.608+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 801,
|
||||
"lang": "es-mx",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "Noticias",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Detalles del evento de celebración [Viaje del orejilarga]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1337",
|
||||
"start_ts": "1775008800000",
|
||||
"id": "457",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Detalles OTL de la [Solicitud de Perla escarlata]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "429",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Detalles de la caza de reclutas certificada [Perla del lobo]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "443",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Aviso sobre problemas del juego causados por las actualizaciones de los drivers de NVIDIA",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "414",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Notas sobre la actualización de versión de [Perecen las aguas profundas de antaño, borradas por la marea creciente]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "386",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Detalles OTL de la [Solicitud de Brotar de nuevo]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "358",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Guía de herramientas del juego de Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "141",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Juego limpio de Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "97",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Riesgo de seguridad: herramientas no oficiales",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "400",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "63"
|
||||
},
|
||||
{
|
||||
"tabName": "Novedades",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Arknights: Endfield [Official Release Preview] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "69",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "65"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -13,6 +13,27 @@
|
||||
{
|
||||
"tabName": "Noticias",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Detalles del evento de celebración [Viaje del orejilarga]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1337",
|
||||
"start_ts": "1775008800000",
|
||||
"id": "457",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Detalles OTL de la [Solicitud de Perla escarlata]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "429",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Detalles de la caza de reclutas certificada [Perla del lobo]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "443",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Aviso sobre problemas del juego causados por las actualizaciones de los drivers de NVIDIA",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
@@ -34,13 +55,6 @@
|
||||
"id": "358",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Detalles de Caza de reclutas certificada [Hija del río]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"start_ts": "1773203400000",
|
||||
"id": "344",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Guía de herramientas del juego de Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
|
||||
@@ -446,5 +446,278 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:00:39.405+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 801,
|
||||
"lang": "fr-fr",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "Avis",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "[Joyau du loup] Détails du recrutement certifié",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "446",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Avertissement relatif à des problèmes dans le jeu liés aux mises à jour des pilotes NVIDIA",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "417",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Notes de mise à jour de la version [La source se meurt et la marée montante affleure]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "389",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Détails sur la durée limitée du [tirage de Bourgeonnement nouveau]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "361",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Arknights: Endfield - Guide des Outils de jeu",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "144",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Règles de fair-play d'Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "100",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Avertissement sur les risques des outils non officiels",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "403",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "69"
|
||||
},
|
||||
{
|
||||
"tabName": "Actualités",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Arknights: Endfield [Official Release Preview] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "72",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "71"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:30:35.136+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 801,
|
||||
"lang": "fr-fr",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "Avis",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Détails sur la durée limitée du [tirage de Perle écarlate]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "432",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Joyau du loup] Détails du recrutement certifié",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "446",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Avertissement relatif à des problèmes dans le jeu liés aux mises à jour des pilotes NVIDIA",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "417",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Notes de mise à jour de la version [La source se meurt et la marée montante affleure]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "389",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Détails sur la durée limitée du [tirage de Bourgeonnement nouveau]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "361",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Arknights: Endfield - Guide des Outils de jeu",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "144",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Règles de fair-play d'Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "100",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Avertissement sur les risques des outils non officiels",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "403",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "69"
|
||||
},
|
||||
{
|
||||
"tabName": "Actualités",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Arknights: Endfield [Official Release Preview] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "72",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "71"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-04-01T02:00:43.673+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 801,
|
||||
"lang": "fr-fr",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "Avis",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Détails de l'événement de fête [Voyage du longauris]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1337",
|
||||
"start_ts": "1775008800000",
|
||||
"id": "460",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Détails sur la durée limitée du [tirage de Perle écarlate]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "432",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Joyau du loup] Détails du recrutement certifié",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "446",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Avertissement relatif à des problèmes dans le jeu liés aux mises à jour des pilotes NVIDIA",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "417",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Notes de mise à jour de la version [La source se meurt et la marée montante affleure]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "389",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Détails sur la durée limitée du [tirage de Bourgeonnement nouveau]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "361",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Arknights: Endfield - Guide des Outils de jeu",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "144",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Règles de fair-play d'Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "100",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Avertissement sur les risques des outils non officiels",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "403",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "69"
|
||||
},
|
||||
{
|
||||
"tabName": "Actualités",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Arknights: Endfield [Official Release Preview] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "72",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "71"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -13,6 +13,27 @@
|
||||
{
|
||||
"tabName": "Avis",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Détails de l'événement de fête [Voyage du longauris]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1337",
|
||||
"start_ts": "1775008800000",
|
||||
"id": "460",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Détails sur la durée limitée du [tirage de Perle écarlate]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "432",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Joyau du loup] Détails du recrutement certifié",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "446",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Avertissement relatif à des problèmes dans le jeu liés aux mises à jour des pilotes NVIDIA",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
@@ -34,13 +55,6 @@
|
||||
"id": "361",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Détails sur le recrutement certifié [Fille de la rivière]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"start_ts": "1773203400000",
|
||||
"id": "347",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Arknights: Endfield - Guide des Outils de jeu",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
|
||||
@@ -446,5 +446,278 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:00:39.540+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 801,
|
||||
"lang": "id-id",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "Pemberitahuan",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Detail Headhunt Khusus [Mutiara Serigala]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "448",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Pemberitahuan Terkait Masalah Game Akibat Pembaruan Driver NVIDIA",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "419",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Catatan Pembaruan Versi [Perairan Dalam Tua Tiada, Disangkal oleh Ombak Pasang]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "391",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Edisi Tunas Baru] Detail OBW",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "363",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Panduan Alat Game untuk Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "146",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Pernyataan Bermain Adil Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "102",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Peringatan Risiko Keamanan Saat Menggunakan Alat Tidak Resmi",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "405",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "81"
|
||||
},
|
||||
{
|
||||
"tabName": "Berita",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Arknights: Endfield [Official Release Preview] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "74",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "83"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:30:35.355+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 801,
|
||||
"lang": "id-id",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "Pemberitahuan",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "[Edisi Mutiara Merah] Detail OBW",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "434",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Detail Headhunt Khusus [Mutiara Serigala]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "448",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Pemberitahuan Terkait Masalah Game Akibat Pembaruan Driver NVIDIA",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "419",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Catatan Pembaruan Versi [Perairan Dalam Tua Tiada, Disangkal oleh Ombak Pasang]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "391",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Edisi Tunas Baru] Detail OBW",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "363",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Panduan Alat Game untuk Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "146",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Pernyataan Bermain Adil Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "102",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Peringatan Risiko Keamanan Saat Menggunakan Alat Tidak Resmi",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "405",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "81"
|
||||
},
|
||||
{
|
||||
"tabName": "Berita",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Arknights: Endfield [Official Release Preview] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "74",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "83"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-04-01T02:00:43.784+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 801,
|
||||
"lang": "id-id",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "Pemberitahuan",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Detail Event Perayaan [Perjalanan si Kuping Panjang]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1337",
|
||||
"start_ts": "1775008800000",
|
||||
"id": "462",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Edisi Mutiara Merah] Detail OBW",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "434",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Detail Headhunt Khusus [Mutiara Serigala]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "448",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Pemberitahuan Terkait Masalah Game Akibat Pembaruan Driver NVIDIA",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "419",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Catatan Pembaruan Versi [Perairan Dalam Tua Tiada, Disangkal oleh Ombak Pasang]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "391",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Edisi Tunas Baru] Detail OBW",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "363",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Panduan Alat Game untuk Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "146",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Pernyataan Bermain Adil Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "102",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Peringatan Risiko Keamanan Saat Menggunakan Alat Tidak Resmi",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "405",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "81"
|
||||
},
|
||||
{
|
||||
"tabName": "Berita",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Arknights: Endfield [Official Release Preview] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "74",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "83"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -13,6 +13,27 @@
|
||||
{
|
||||
"tabName": "Pemberitahuan",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Detail Event Perayaan [Perjalanan si Kuping Panjang]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1337",
|
||||
"start_ts": "1775008800000",
|
||||
"id": "462",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "[Edisi Mutiara Merah] Detail OBW",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "434",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Detail Headhunt Khusus [Mutiara Serigala]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "448",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Pemberitahuan Terkait Masalah Game Akibat Pembaruan Driver NVIDIA",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
@@ -34,13 +55,6 @@
|
||||
"id": "363",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Detail Headhunt Khusus [Putri Sungai]",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"start_ts": "1773203400000",
|
||||
"id": "349",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Panduan Alat Game untuk Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
|
||||
@@ -446,5 +446,278 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:00:39.553+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 801,
|
||||
"lang": "it-it",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "Avvisi",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Dettagli sulla caccia ai talenti certificata \"Perla lupina\"",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "451",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Avviso sui problemi di gioco causati dagli aggiornamenti dei driver NVIDIA",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "422",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Note sull'aggiornamento \"Addio alle antiche acque, travolte dalla marea che avanza\"",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "394",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Dettagli Distribuzione Nuovo germoglio a tempo limitato",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "366",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Guida agli strumenti di gioco di Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "149",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Impegno al fair play in Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "105",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Avviso: rischio di sicurezza con strumenti non ufficiali",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "408",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "78"
|
||||
},
|
||||
{
|
||||
"tabName": "Novità",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Arknights: Endfield [Official Release Preview] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "77",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "80"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:30:35.363+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 801,
|
||||
"lang": "it-it",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "Avvisi",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Dettagli Distribuzione Perla scarlatta a tempo limitato",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "437",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Dettagli sulla caccia ai talenti certificata \"Perla lupina\"",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "451",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Avviso sui problemi di gioco causati dagli aggiornamenti dei driver NVIDIA",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "422",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Note sull'aggiornamento \"Addio alle antiche acque, travolte dalla marea che avanza\"",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "394",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Dettagli Distribuzione Nuovo germoglio a tempo limitato",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "366",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Guida agli strumenti di gioco di Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "149",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Impegno al fair play in Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "105",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Avviso: rischio di sicurezza con strumenti non ufficiali",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "408",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "78"
|
||||
},
|
||||
{
|
||||
"tabName": "Novità",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Arknights: Endfield [Official Release Preview] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "77",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "80"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-04-01T02:00:43.856+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 801,
|
||||
"lang": "it-it",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "Avvisi",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Dettagli Evento celebrazione \"Viaggio del lungorecchi\"",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1337",
|
||||
"start_ts": "1775008800000",
|
||||
"id": "465",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Dettagli Distribuzione Perla scarlatta a tempo limitato",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "437",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Dettagli sulla caccia ai talenti certificata \"Perla lupina\"",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "451",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Avviso sui problemi di gioco causati dagli aggiornamenti dei driver NVIDIA",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "422",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Note sull'aggiornamento \"Addio alle antiche acque, travolte dalla marea che avanza\"",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "394",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Dettagli Distribuzione Nuovo germoglio a tempo limitato",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "366",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Guida agli strumenti di gioco di Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "149",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Impegno al fair play in Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "105",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Avviso: rischio di sicurezza con strumenti non ufficiali",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "408",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "78"
|
||||
},
|
||||
{
|
||||
"tabName": "Novità",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Arknights: Endfield [Official Release Preview] DEV Comm",
|
||||
"jump_url": "https://endfield.gryphline.com/en-us/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "77",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "80"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -13,6 +13,27 @@
|
||||
{
|
||||
"tabName": "Avvisi",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "Dettagli Evento celebrazione \"Viaggio del lungorecchi\"",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1337",
|
||||
"start_ts": "1775008800000",
|
||||
"id": "465",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Dettagli Distribuzione Perla scarlatta a tempo limitato",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "437",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Dettagli sulla caccia ai talenti certificata \"Perla lupina\"",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "451",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Avviso sui problemi di gioco causati dagli aggiornamenti dei driver NVIDIA",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
@@ -34,13 +55,6 @@
|
||||
"id": "366",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Dettagli caccia ai talenti certificata Figlia del fiume",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"start_ts": "1773203400000",
|
||||
"id": "352",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "Guida agli strumenti di gioco di Arknights: Endfield",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
|
||||
@@ -488,5 +488,299 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:00:40.351+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 801,
|
||||
"lang": "ja-jp",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "お知らせ",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "特別スカウト「ウルフパール」の説明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "441",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "NVIDIAドライバー更新によるゲーム動作への影響について",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "412",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「潮起ち、故淵離る」バージョンアップデートの説明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "384",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「新芽・申請」期間限定ピックアップについて",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "356",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "『アークナイツ:エンドフィールド』ゲームツール使用案内",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "139",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "『アークナイツ:エンドフィールド』公平な運営に関する声明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "95",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "非公式ツール利用に関する注意喚起",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "398",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "54"
|
||||
},
|
||||
{
|
||||
"tabName": "ニュース",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "「潮起ち、故淵離る」開発通信",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2662",
|
||||
"start_ts": "1772445600000",
|
||||
"id": "322",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "『アークナイツ:エンドフィールド』「リリース予告」開発通信",
|
||||
"jump_url": "https://endfield.gryphline.com/ja-jp/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "66",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "56"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:30:35.385+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 801,
|
||||
"lang": "ja-jp",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "お知らせ",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "「緋珀・申請」期間限定ピックアップについて",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "427",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "特別スカウト「ウルフパール」の説明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "441",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "NVIDIAドライバー更新によるゲーム動作への影響について",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "412",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「潮起ち、故淵離る」バージョンアップデートの説明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "384",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「新芽・申請」期間限定ピックアップについて",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "356",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "『アークナイツ:エンドフィールド』ゲームツール使用案内",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "139",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "『アークナイツ:エンドフィールド』公平な運営に関する声明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "95",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "非公式ツール利用に関する注意喚起",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "398",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "54"
|
||||
},
|
||||
{
|
||||
"tabName": "ニュース",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "「潮起ち、故淵離る」開発通信",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2662",
|
||||
"start_ts": "1772445600000",
|
||||
"id": "322",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "『アークナイツ:エンドフィールド』「リリース予告」開発通信",
|
||||
"jump_url": "https://endfield.gryphline.com/ja-jp/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "66",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "56"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-04-01T02:00:43.928+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 801,
|
||||
"lang": "ja-jp",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "お知らせ",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "「長耳獣の旅」お祝いイベント概要",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1337",
|
||||
"start_ts": "1775008800000",
|
||||
"id": "455",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「緋珀・申請」期間限定ピックアップについて",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "427",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "特別スカウト「ウルフパール」の説明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "441",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "NVIDIAドライバー更新によるゲーム動作への影響について",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "412",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「潮起ち、故淵離る」バージョンアップデートの説明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "384",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「新芽・申請」期間限定ピックアップについて",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "356",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "『アークナイツ:エンドフィールド』ゲームツール使用案内",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "139",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "『アークナイツ:エンドフィールド』公平な運営に関する声明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "95",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "非公式ツール利用に関する注意喚起",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "398",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "54"
|
||||
},
|
||||
{
|
||||
"tabName": "ニュース",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "「潮起ち、故淵離る」開発通信",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2662",
|
||||
"start_ts": "1772445600000",
|
||||
"id": "322",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "『アークナイツ:エンドフィールド』「リリース予告」開発通信",
|
||||
"jump_url": "https://endfield.gryphline.com/ja-jp/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "66",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "56"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -13,6 +13,27 @@
|
||||
{
|
||||
"tabName": "お知らせ",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "「長耳獣の旅」お祝いイベント概要",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1337",
|
||||
"start_ts": "1775008800000",
|
||||
"id": "455",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「緋珀・申請」期間限定ピックアップについて",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "427",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "特別スカウト「ウルフパール」の説明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "441",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "NVIDIAドライバー更新によるゲーム動作への影響について",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
@@ -34,13 +55,6 @@
|
||||
"id": "356",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "特別スカウト「水の申し子」の説明",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1338",
|
||||
"start_ts": "1773203400000",
|
||||
"id": "342",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "『アークナイツ:エンドフィールド』ゲームツール使用案内",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
|
||||
@@ -488,5 +488,299 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:00:40.489+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 801,
|
||||
"lang": "ko-kr",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "공지",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "「울프펄」 특별 허가 헤드헌팅 설명",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "442",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "NVIDIA 드라이버 업데이트로 인한 비정상적인 게임 문제 안내",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "413",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「몰아치는 새로운 물결, 과거와의 작별」 버전 업데이트 설명",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "385",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「신아 신청」 기간 한정 판매 설명",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "357",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「명일방주: 엔드필드」 게임 도구 가이드",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "140",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "<명일방주: 엔드필드> 공정 운영 성명서",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "96",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "비공식 도구 사용에 따른 보안 위험성 안내",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "399",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "57"
|
||||
},
|
||||
{
|
||||
"tabName": "뉴스",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "「몰아치는 새로운 물결, 과거와의 작별」 개발자 통신",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2662",
|
||||
"start_ts": "1772445600000",
|
||||
"id": "323",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「명일방주: 엔드필드」 「정식 출시 미리보기」 개발자 통신",
|
||||
"jump_url": "https://endfield.gryphline.com/ja-jp/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "67",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "59"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-03-29T04:30:35.586+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 801,
|
||||
"lang": "ko-kr",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "공지",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "「적옥 신청」 기간 한정 판매 설명",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "428",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「울프펄」 특별 허가 헤드헌팅 설명",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "442",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "NVIDIA 드라이버 업데이트로 인한 비정상적인 게임 문제 안내",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "413",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「몰아치는 새로운 물결, 과거와의 작별」 버전 업데이트 설명",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "385",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「신아 신청」 기간 한정 판매 설명",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "357",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「명일방주: 엔드필드」 게임 도구 가이드",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "140",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "<명일방주: 엔드필드> 공정 운영 성명서",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "96",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "비공식 도구 사용에 따른 보안 위험성 안내",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "399",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "57"
|
||||
},
|
||||
{
|
||||
"tabName": "뉴스",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "「몰아치는 새로운 물결, 과거와의 작별」 개발자 통신",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2662",
|
||||
"start_ts": "1772445600000",
|
||||
"id": "323",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「명일방주: 엔드필드」 「정식 출시 미리보기」 개발자 통신",
|
||||
"jump_url": "https://endfield.gryphline.com/ja-jp/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "67",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "59"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"updatedAt": "2026-04-01T02:00:44.022+00:00",
|
||||
"req": {
|
||||
"appCode": "YDUTE5gscDZ229CW",
|
||||
"channel": 6,
|
||||
"subChannel": 801,
|
||||
"lang": "ko-kr",
|
||||
"region": "os",
|
||||
"platform": "Windows"
|
||||
},
|
||||
"rsp": {
|
||||
"data_version": "",
|
||||
"tabs": [
|
||||
{
|
||||
"tabName": "공지",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "「큰 귀 토끼의 여정」 경축 이벤트 설명",
|
||||
"jump_url": "https://endfield.gryphline.com/news/1337",
|
||||
"start_ts": "1775008800000",
|
||||
"id": "456",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「적옥 신청」 기간 한정 판매 설명",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2660",
|
||||
"start_ts": "1774758600000",
|
||||
"id": "428",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「울프펄」 특별 허가 헤드헌팅 설명",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3843",
|
||||
"start_ts": "1774756800000",
|
||||
"id": "442",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "NVIDIA 드라이버 업데이트로 인한 비정상적인 게임 문제 안내",
|
||||
"jump_url": "https://endfield.gryphline.com/news/3844",
|
||||
"start_ts": "1773590400000",
|
||||
"id": "413",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「몰아치는 새로운 물결, 과거와의 작별」 버전 업데이트 설명",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8907",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "385",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「신아 신청」 기간 한정 판매 설명",
|
||||
"jump_url": "https://endfield.gryphline.com/news/5213",
|
||||
"start_ts": "1773205200000",
|
||||
"id": "357",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「명일방주: 엔드필드」 게임 도구 가이드",
|
||||
"jump_url": "https://endfield.gryphline.com/news/0755",
|
||||
"start_ts": "1769050800000",
|
||||
"id": "140",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "<명일방주: 엔드필드> 공정 운영 성명서",
|
||||
"jump_url": "https://endfield.gryphline.com/news/8900",
|
||||
"start_ts": "1768892400000",
|
||||
"id": "96",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "비공식 도구 사용에 따른 보안 위험성 안내",
|
||||
"jump_url": "https://endfield.gryphline.com/news/7026",
|
||||
"start_ts": "1773277200000",
|
||||
"id": "399",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "57"
|
||||
},
|
||||
{
|
||||
"tabName": "뉴스",
|
||||
"announcements": [
|
||||
{
|
||||
"content": "「몰아치는 새로운 물결, 과거와의 작별」 개발자 통신",
|
||||
"jump_url": "https://endfield.gryphline.com/news/2662",
|
||||
"start_ts": "1772445600000",
|
||||
"id": "323",
|
||||
"need_token": false
|
||||
},
|
||||
{
|
||||
"content": "「명일방주: 엔드필드」 「정식 출시 미리보기」 개발자 통신",
|
||||
"jump_url": "https://endfield.gryphline.com/ja-jp/news/4499",
|
||||
"start_ts": "1768838400000",
|
||||
"id": "67",
|
||||
"need_token": false
|
||||
}
|
||||
],
|
||||
"tab_id": "59"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user