V Rising
API pentru [RU] Mindo PVP-DUO [Brutal]
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/10134551json
{
"response": {
"steam_id": "90284390662202374",
"domain": null,
"id": 10134551,
"ip": "77.37.224.140",
"port": 27017,
"query": 27018,
"color": 0,
"city": "Moscow",
"description": "[\n {\n \"id\": \"YEda8nrmOS\",\n \"type\": \"paragraph\",\n \"data\": {\n \"text\": \"Добро пожаловать на сервер стримера Mindo! Старт был [23.08] Рейды по выходным с 20:00 по 22:00 Мск [GMT+3].\\n\\nЖителей сервера найдешь тут - [t.me/DungeonOfMindo](http://discord.gg/eVvuAf245Y)\\nTwitch Mindo - [twitch.tv/mindscratcher](http://twitch.tv/mindscratcher)\"\n }\n },\n {\n \"id\": \"awb7HHGiVP\",\n \"type\": \"paragraph\",\n \"data\": {\n \"text\": \"Другие сервера - https://gamemonitoring.ru/users/mindscratcher/servers\"\n }\n }\n]",
"game": 1604030,
"owner": 132388,
"boosts": 1,
"last_offline": 1776007341,
"score": 0,
"last_online": 1776442214,
"icon": null,
"name": "[RU] Mindo PVP-DUO [Brutal]",
"connect": "77.37.224.140:27017",
"request": "77.37.224.140:27018",
"map": "VRisingWorld",
"gamemode": "5c67e720-6879-4688-b6da-2c857b7f0945",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 92,
"add_date": 1755974862,
"last_update": 1776442214,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3,
"language": "ru",
"parked": false,
"app": {
"id": 55075,
"steam_id": 1604030,
"name": "V Rising",
"url": "v-rising"
},
"server_owner": {
"username": "mindscratcher",
"avatar": "46af0d00-a34d-49dd-bbff-11b1751b656b.jpg",
"last_online": 1775637320
},
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/10134551");
$data = json_decode($json, true);
var_dump($data);