API для US|AndysolAM 10x No BPs|PVP|Shop|Loot+|Kits|Raid+|Skinbox|WIPED
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 40,
"fps_avg": 39,
"entities_count": 88203,
"world_seed": 1337,
"world_size": 4250,
"steam_id": "90286087719728136",
"domain": null,
"id": 444818,
"ip": "208.52.152.210",
"port": 28015,
"query": 28035,
"color": 0,
"city": "Dallas",
"description": "\nWelcome to AndysolAM 10X NO BPS\n\nNeed support or want to engage with our community? Go to https://andysolam.com/discord\n\nServer wipe schedule:\nMon 4PM - Fri 4PM (NY)\nNext wipe: Mon 25 May 2026 20:00 UTC\nOn force wipe (the forced update that Facepunch does on the first Thursday @ 2PM ET of every month), this server will also wipe.\n\nServer feature list:\n- 10 player team limit\n- 10x gather rate (includes pickups & excavator)\n- Access to /mini\n- Highly active admin team\n- All BPs unlocked by default\n- Heavily improved loot tables (junk removed & 10x)\n- Clans & Automatic TC/Codelock sharing\n- PVP Leaderboards\n- Heavily optimised maps for increased performance (merged outpost/bandit & no swamps)\n- Base Upgrade, Base Repair and BGrade free for all users\n- Amazing server performance (12900k OC'd hardware)\n\nSome of our server rules include:\n- No cheating or associating with cheaters\n- No racism/homophobic chat/VC\n- No exploit abuse\n- No chat spam/excessive caps use\n- See https://andysolam.com/discord for a full breakdown of our rules\n\nWe hope you enjoy your stay on AndysolAM Rust servers!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778529783,
"last_online": 1779730223,
"icon": null,
"name": "US|AndysolAM 10x No BPs|PVP|Shop|Loot+|Kits|Raid+|Skinbox|WIPED",
"connect": "208.52.152.210:28015",
"request": "208.52.152.210:28035",
"map": "10x AndysolAM",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 1,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1630779698,
"last_update": 1779730223,
"banned": false,
"wipe": 1779479869,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2789,
"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/444818");
$data = json_decode($json, true);
var_dump($data);