API для [PVE]3X Modded Pure PVE Paradise|RaidableBases|SkillTree
JSON для программ, сайтов и прочего
text
json
{
"response": {
"modded": true,
"fps": 60,
"fps_avg": 58,
"entities_count": 146229,
"world_seed": 6738,
"world_size": 5000,
"steam_id": "90286184428552202",
"domain": null,
"id": 11501860,
"ip": "81.106.94.105",
"port": 28019,
"query": 28020,
"color": 0,
"city": "Bristol",
"description": "PVE based Noob Friendly with Abandoned Bases, no purge day\r\n Kits Available\r\n Raidable Bases, Duelist, SkillTree, Bradleys, Helicopter Signals, Individual player No Stability and RaidMe\r\n Also Quests, Guess the Number, Roaming Bosses, SkinBox, Discord Available\r\nNo food decay\r\nFlat Maps and linux friendly",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779681811,
"last_online": 1779727222,
"icon": null,
"name": "[PVE]3X Modded Pure PVE Paradise|RaidableBases|SkillTree",
"connect": "81.106.94.105:28019",
"request": "81.106.94.105:28020",
"map": "Paradise Generated Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 2,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1779207182,
"last_update": 1779727222,
"banned": false,
"wipe": 1779373795,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2688,
"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/11501860");
$data = json_decode($json, true);
var_dump($data);