API для [EU Only/RU Banned] Vistula
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 156,
"fps_avg": 156,
"entities_count": 91370,
"world_seed": 1111907689,
"world_size": 4000,
"steam_id": "90286548764211229",
"domain": null,
"id": 11606387,
"ip": "87.205.15.242",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Gmina Sicienko",
"description": "![[EU Only/RU Banned] Vistula](https://i.ibb.co/b5fC91Sn/Vistula-survival-landscape-at-sunset.png)\nWielkość mapy: 4000\r\nDołącz do naszej społeczności na Discordzie: https://discord.gg/TsyCDGP3ye\r\n\r\nRules:\r\n 1. Game Bans are not allowed.\r\n 2. Be respectful to other players.\r\n 3. Have fun and enjoy your stay!\r\n\r\n - Map resets: pierwszy czwartek każdego miesiąca / first Thursday of each month (new seed each wipe)\r\n\r\nIf you have any questions contact me on Discord or via email:\r\nDiscord: razieraziel\r\nEmail: razieraziel@gmail.com\r\n\r\nEnjoy the game!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780552465,
"last_online": 1780531229,
"icon": null,
"name": "[EU Only/RU Banned] Vistula",
"connect": "87.205.15.242:28015",
"request": "87.205.15.242:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": false,
"country": "PL",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779915469,
"last_update": 1780552465,
"banned": false,
"wipe": 1778344606,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 12152,
"language": "pl",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11606387");
$data = json_decode($json, true);
var_dump($data);