API для Noob Friendly PVE Server
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 29,
"fps_avg": 29,
"entities_count": 150051,
"world_seed": 1337,
"world_size": 4500,
"steam_id": "90286184375893007",
"domain": null,
"id": 11260780,
"ip": "65.108.142.23",
"port": 60421,
"query": 60423,
"color": 0,
"city": "Helsinki",
"description": "No Cheating / Be Nice To Other Players /No Stealing /All Monuments To Be Called In Main Chat Before Entering The Monument Once Called No Other Player May Enter.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779752003,
"last_online": 1779751226,
"icon": null,
"name": "Noob Friendly PVE Server",
"connect": "65.108.142.23:60421",
"request": "65.108.142.23:60423",
"map": "Generated Map",
"gamemode": "Softcore",
"version": "2625",
"numplayers": 0,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": false,
"country": "FI",
"status": false,
"votes": 0,
"points": 60,
"add_date": 1774555204,
"last_update": 1779752003,
"banned": false,
"wipe": 1778217297,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4496,
"language": "fi",
"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/11260780");
$data = json_decode($json, true);
var_dump($data);