Rust
[US] BEAMZ | 2x Solo/Duo/TRIO/SQUAD | Skin | Kits | Just Wipe için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11189540json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 69158,
"world_seed": 296187628,
"world_size": 3500,
"steam_id": "90285648604519436",
"domain": null,
"id": 11189540,
"ip": "135.148.15.103",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Hudson",
"description": "![[US] BEAMZ | 2x Solo/Duo/TRIO/SQUAD | Skin | Kits | Just Wipe](https://i.ibb.co/Ndcx94S0/thumbnail512.png)\nWelcome to Butta Beamz Solo|Duo|Trio|Quad 2x! \r\n \r\nWipe Schedule: \r\n• Fullwipes Every FRIDAY at 11:00 New York Time \r\n\r\n Features: \r\n- 1 Skin Giveaway to weekly Top Clan \r\n- 2x gathering & loot \r\n- Upgradable Furnace Speed \r\n- /Skin \r\n- Fps++ Map \r\n- Max Group Size: 4 \r\n- Balanced kits & commands \r\n- Great anti-cheat + Active non-playing admins \r\n\r\n Hosted by Butta BeamZ",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778183583,
"score": 0,
"last_online": 1778602821,
"icon": null,
"name": "[US] BEAMZ | 2x Solo/Duo/TRIO/SQUAD | Skin | Kits | Just Wipe",
"connect": "135.148.15.103:28015",
"request": "135.148.15.103:28016",
"map": "Wiped 4 days ago",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 75,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1772699059,
"last_update": 1778602821,
"banned": false,
"wipe": 1778183727,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4395,
"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/11189540");
$data = json_decode($json, true);
var_dump($data);