multy-stub/server/routers/gamehub/json/home-page-data/success.json

120 lines
2.9 KiB
JSON
Raw Permalink Normal View History

2024-12-24 16:34:43 +03:00
{
"success": true,
"data": {
"topSail": [
{
"image": "game1",
"text": "$10",
"imgPath": "img_top_1"
2024-12-24 16:34:43 +03:00
},
{
"image": "game2",
"text": "$10",
"imgPath": "img_top_2"
2024-12-24 16:34:43 +03:00
},
{
"image": "game3",
"text": "$10",
"imgPath": "img_top_3"
2024-12-24 16:34:43 +03:00
},
{
"image": "game4",
"text": "$10",
"imgPath": "img_top_4"
2024-12-24 16:34:43 +03:00
},
{
"image": "game5",
"text": "$10",
"imgPath": "img_top_5"
2024-12-24 16:34:43 +03:00
},
{
"image": "game6",
"text": "$10",
"imgPath": "img_top_6"
2024-12-24 16:34:43 +03:00
},
{
"image": "game7",
"text": "$10",
"imgPath": "img_top_7"
2024-12-24 16:34:43 +03:00
},
{
"image": "game8",
"text": "$10",
"imgPath": "img_top_8"
2024-12-24 16:34:43 +03:00
}
],
"categories": [
{
"image": "category1",
"text": "гонки",
"imgPath": "img_categories_1",
"category": "Race"
2024-12-24 16:34:43 +03:00
},
{
"image": "category2",
"text": "глубокий сюжет",
"imgPath": "img_categories_2",
"category": ""
2024-12-24 16:34:43 +03:00
},
{
"image": "category3",
"text": "симуляторы",
"imgPath": "img_categories_3",
"category": "Simulators"
2024-12-24 16:34:43 +03:00
},
{
"image": "category4",
"text": "открытый мир",
"imgPath": "img_categories_4",
"category": "RPG"
2024-12-24 16:34:43 +03:00
},
{
"image": "category5",
"text": "экшен",
"imgPath": "img_categories_5",
"category": "Action"
2024-12-24 16:34:43 +03:00
},
{
"image": "category6",
"text": "стратегии",
"imgPath": "img_categories_6",
"category": "Strategies"
2024-12-24 16:34:43 +03:00
},
{
"image": "category7",
"text": "шутеры",
"imgPath": "img_categories_7",
"category": "Shooters"
2024-12-24 16:34:43 +03:00
},
{
"image": "category8",
"text": "приключения",
"imgPath": "img_categories_8",
"category": "Adventures"
2024-12-24 16:34:43 +03:00
}
],
"news": [
{
"image": "news1",
"text": "Разработчики Delta Force: Hawk Ops представили крупномасштабный режим Havoc Warfare",
"imgPath": "img_news_1"
2024-12-24 16:34:43 +03:00
},
{
"image": "news2",
"text": "Первый трейлер Assassins Creed Shadows — с темнокожим самураем в феодальной Японии",
"imgPath": "img_news_2"
2024-12-24 16:34:43 +03:00
},
{
"image": "news3",
"text": "Призрак Цусимы» вышел на ПК — и уже ставит рекорды для Sony",
"imgPath": "img_news_3"
2024-12-24 16:34:43 +03:00
},
{
"image": "news4",
"text": "Авторы Skull and Bones расширяют планы на второй сезо",
"imgPath": "img_news_4"
2024-12-24 16:34:43 +03:00
}
]
}
}