API для [EU] EURUST ONE | 2X Vanilla+ | Solo/Duo/Trio | Monthly
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 202,
"fps_avg": 200,
"map_url": "procedural_map_4000_seed_34455623_r286",
"map_kind": "procedural",
"map_name": "Procedural Map",
"map_seed": 34455623,
"map_size": 4000,
"map_revision": 286,
"entities_count": 94547,
"steam_id": "90291944641815563",
"domain": null,
"id": 11908623,
"ip": "91.134.204.244",
"port": 28015,
"query": 28017,
"project_id": null,
"color": 0,
"city": "Амстердам",
"description": "![[EU] EURUST ONE | 2X Vanilla+ | Solo/Duo/Trio | Monthly](https://playrust.nl/img/serverbanner.jpg)\nVanilla experience server, but with:\r\n\r\nFaster nights\r\n2X gather rate\r\n2X crafting speed\r\n2X smelt speed\r\n2X upkeep duration\r\n\r\nSuggestions? Join our Discord through the link!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1788238955,
"last_online": 1788243673,
"icon": null,
"name": "[EU] EURUST ONE | 2X Vanilla+ | Solo/Duo/Trio | Monthly",
"connect": "91.134.204.244:28015",
"request": "91.134.204.244:28017",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2631",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1783768827,
"last_update": 1788243673,
"ban_reason": null,
"banned": false,
"hidden": false,
"wipe": 1783198104,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4667,
"language": "nl",
"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/11908623");
$data = json_decode($json, true);
var_dump($data);