Rust
Rustobia 2x Monthly | Solo/Duo/Trio | 50% Upkeep | Shared BPs için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11305766json
{
"response": {
"fps": 77,
"fps_avg": 74,
"entities_count": 89252,
"world_seed": 1,
"world_size": 3800,
"steam_id": "90284737432173585",
"domain": null,
"id": 11305766,
"ip": "104.143.2.110",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Toronto",
"description": "\nLooking for a relax, chill 2x Trio server? Come check us out!\r\nBP Wipes every 2 Months(Next in May 2026)\r\n\r\n- 2x Loot/Gathering\r\n- 50% Upkeep\r\n- Trading\r\n- Shared BPs\r\n- Kits\r\n- Short Nights\r\n- Raid Protection Time\r\n- Shorter Locked Crates\r\n- Active Staff\r\n- Raidable Bases/Events\r\n- Check out our discord for more!\r\n\r\nRules\r\n- No Teaming/Alliances/Roaming as more than a 3 player group\r\n- No Cheating\r\n- No VAC/EAC or game bans within 180 days\r\n- No more than 2 total bans\r\n- No Stream Sniping, Doxxing, or IRL Threats",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776776600,
"score": 0,
"last_online": 1776858626,
"icon": null,
"name": "Rustobia 2x Monthly | Solo/Duo/Trio | 50% Upkeep | Shared BPs",
"connect": "104.143.2.110:28015",
"request": "104.143.2.110:28016",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "CA",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774592901,
"last_update": 1776858626,
"banned": false,
"wipe": 1775151808,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5219,
"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/11305766");
$data = json_decode($json, true);
var_dump($data);