API для [EU] HAVEN | 2x | Vanilla | Solo/Duo/Trio |
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 106,
"fps_avg": 105,
"map_url": "procedural_map_3500_seed_824816505_r286",
"map_kind": "procedural",
"map_name": "Procedural Map",
"map_seed": 824816505,
"map_size": 3500,
"map_revision": 286,
"entities_count": 66151,
"steam_id": "90291829090863106",
"domain": null,
"id": 11908906,
"ip": "194.50.234.178",
"port": 28080,
"query": 28015,
"project_id": null,
"color": 0,
"city": "Сити",
"description": "![[EU] HAVEN | 2x | Vanilla | Solo/Duo/Trio |](https://imgur.com/a/Uuf317e)\nWelcome to HAVEN \r\n Weekly map wipe every Friday. Monthly BP wipe. 2x gather and 2x smelt. Vanilla stack sizes. Furnace Splitter enabled. Active admins. No cheating, scripting or teaming over 3 players. Join our Discord for rules, wipe info and support.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1786771705,
"last_online": 1788243682,
"icon": null,
"name": "[EU] HAVEN | 2x | Vanilla | Solo/Duo/Trio |",
"connect": "194.50.234.178:28080",
"request": "194.50.234.178:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2631",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1783768833,
"last_update": 1788243682,
"ban_reason": null,
"banned": false,
"hidden": false,
"wipe": 1785575101,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4714,
"language": "en",
"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/11908906");
$data = json_decode($json, true);
var_dump($data);