API для PooFest ancapworld|3x|offraidlimit|VeryLowUp|ArmedNakeds|+Mods
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 32,
"fps_avg": 31,
"entities_count": 205857,
"world_seed": 116864701,
"world_size": 6000,
"steam_id": "90286377363154949",
"domain": null,
"id": 11502514,
"ip": "68.48.86.121",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Rochester",
"description": null,
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780090415,
"last_online": 1780560102,
"icon": null,
"name": "PooFest ancapworld|3x|offraidlimit|VeryLowUp|ArmedNakeds|+Mods",
"connect": "68.48.86.121:28015",
"request": "68.48.86.121:28017",
"map": "Procedural Map",
"gamemode": "Softcore",
"version": "2625",
"numplayers": 0,
"maxplayers": 300,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779207202,
"last_update": 1780560102,
"banned": false,
"wipe": 1778451202,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 8047,
"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/11502514");
$data = json_decode($json, true);
var_dump($data);