API для Bestrust Solo ONLY 5x | JUST FULLWIPED 04.09 09/04
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"map_url": "2s2y682l140a423j23",
"map_kind": "custom",
"map_name": "2s2y682l140a423j23",
"map_seed": 1337,
"map_size": 2000,
"map_revision": null,
"entities_count": 17314,
"steam_id": "90292135114504213",
"domain": null,
"id": 11305956,
"ip": "141.11.117.79",
"port": 28015,
"query": 28017,
"project_id": null,
"color": 0,
"city": "Будапешт",
"description": "\nUpdating...Welcome to Bestrust Solo ONLY 5x!\nGet 3 free rust skins by using the BESTRUST code on https://rustmagic.com/\n\nWipe Schedule:\n• Fullwipes Every Friday at 11:45 CEST\n• Fullwipes Every Monday at 11:45 CEST\n- Last Wipe: 04.09 11:45 CEST Type: Full Wipe\n- Next Wipe: 07.09 11:45 CEST Type: Full Wipe\n\nFeatures:\n- 5x gathering & loot\n- Max Group Size: 1\n- Shared Blueprints\n- Balanced kits & commands\n- Great anti-cheat + Active non-playing admins",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1787218116,
"last_online": 1788522063,
"icon": null,
"name": "Bestrust Solo ONLY 5x | JUST FULLWIPED 04.09 09/04",
"connect": "141.11.117.79:28015",
"request": "141.11.117.79:28017",
"map": "Wiped 1 hours ago",
"gamemode": "Survival",
"version": "2633",
"numplayers": 13,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "HU",
"status": true,
"votes": 0,
"points": 63,
"add_date": 1774592905,
"last_update": 1788522063,
"ban_reason": null,
"banned": false,
"hidden": false,
"wipe": 1788514992,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1317,
"language": "hu",
"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/11305956");
$data = json_decode($json, true);
var_dump($data);