RustyBase Casual | No Offline | 2x Monthly | Night Raids için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 173,
"fps_avg": 199,
"entities_count": 46950,
"world_seed": 6738,
"world_size": 3000,
"steam_id": "90285957433784321",
"domain": null,
"id": 11502348,
"ip": "152.53.242.189",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Manassas",
"description": "\nRustyBase Casual is Rust for people with jobs.\nMonthly force wipe only. No weekly wipe treadmill.\nNo offline: raiding is limited to prime-time raid hours.\n2x gather, mining, quarry, excavator, and road minis enabled.\nRaid window: 5:00 PM - 11:59 PM ET. Explosive raid cost is doubled during raid time.\nNo kits. No pay-to-win. Vanilla monument safe zones stay enabled.\nHigh-tier crate loot is throttled at very low pop so one solo cannot vacuum the map.\nLog in after work, build smart, fly the roads, and fight during prime time.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780635814,
"last_online": 1779795021,
"icon": null,
"name": "RustyBase Casual | No Offline | 2x Monthly | Night Raids",
"connect": "152.53.242.189:28015",
"request": "152.53.242.189:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 80,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779207199,
"last_update": 1780635814,
"banned": false,
"wipe": 1778434086,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 10995,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11502348");
$data = json_decode($json, true);
var_dump($data);