API pentru SUPA RUST | 1.5x | Monthly | No BP Wipes
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 3844,
"world_seed": 1337,
"world_size": 1000,
"steam_id": "90286475622314008",
"domain": null,
"id": 11704430,
"ip": "156.236.84.35",
"port": 28030,
"query": 28032,
"color": 0,
"city": "Dallas",
"description": "\nMonthly Wipes Schedule\r\n Force Wipes: First Thursday of each month at 1 PM CST,\r\n T3 Blueprints Wipe: Monthly,\r\n\r\n --- Server Features\r\n No Team Limit,\r\n Custom Vehicles,\r\n Custom Events,\r\n Gather Rates: 1.5x,\r\n Farm Rates: 1.5x,\r\n Crafting & Recycling Times: Halved,\r\n Increased Stack Sizes,\r\n Smelting Speed: Increased,\r\n Minicopters: Spawn on roads,\r\n Vendors: Airwolf Vendor, Recyclers, and Drone Marketplace available at fishing villages,\r\n Day/Night Cycle: 5-minute nights and 2-hour days,\r\n Admin Presence: Active non-playing admins",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780262425,
"last_online": 1780333232,
"icon": null,
"name": "SUPA RUST | 1.5x | Monthly | No BP Wipes",
"connect": "156.236.84.35:28030",
"request": "156.236.84.35:28032",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780262425,
"last_update": 1780333232,
"banned": false,
"wipe": 1780245919,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 6191,
"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/11704430");
$data = json_decode($json, true);
var_dump($data);