API pentru The Stoners Wipe
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 38,
"fps_avg": 36,
"entities_count": 227576,
"world_seed": 0,
"world_size": 6000,
"steam_id": "90286566568006680",
"domain": null,
"id": 9765569,
"ip": "64.44.100.82",
"port": 28025,
"query": 28026,
"color": 0,
"city": "Chicago",
"description": "Smoke, Survive, Repeat.\r\n \r\n Hardcore Enabled\r\n 20% Upkeep\r\n 6k Procedural Map -\r\n Handpicked To Include Every Monument\r\n 80% Offline Raid Protection\r\n Uncapped Turret Interference\r\n Raidable Bases (NPC Protected)\r\n Train Heist\r\n Plane Crash\r\n StonersDealers /Dealer\r\n VehicleStorage (Additional storage on -\r\n Train wagons | Scrap helis | Car Storage Mods)\r\n HorseNPC Patrols (Custom Kits)\r\n Night Zombies (33% Spawn Chance)\r\n Locked Crates: 7m10s\r\n 2x Recycler Speed\r\n 2x NVG Durability\r\n 1h30m Days | 30m Nights\r\n 5Day HeliDecay | 24h Unsheltered\r\n /online OnlineList\r\n /sil SignArtist | /color ChatColor\r\n Drone Marketplace (Restored @ OP & BC)\r\n Storage Coffins For Sale @ BC\r\n Scrap For Chocolate @ BC\r\n PVEbulletdmgMulti (reverted to 1x)\r\n Frog Boots (On Spawn/Respawn)\r\n Death Gravestones\r\n 6h DeepSea Wipe\r\n 10m DeepSea Downtime\r\n /points PlayTimePoints\r\n (Points Carry Over On Wipe)\r\n Daily Restart 1PM CST\r\n Monthly Force + BP Wipe\r\n \r\n Join Discord For Updates/Information & More\r\n https://discord.gg/BUZbJVpUTg",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780509838,
"last_online": 1780590634,
"icon": null,
"name": "The Stoners Wipe",
"connect": "64.44.100.82:28025",
"request": "64.44.100.82:28026",
"map": "Procedural Map",
"gamemode": "Hardcore",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1752439802,
"last_update": 1780590634,
"banned": false,
"wipe": 1778178436,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3410,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/9765569");
$data = json_decode($json, true);
var_dump($data);