-2stoned Rust | Creative Build Server için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 40,
"fps_avg": 39,
"entities_count": 66333,
"world_seed": 1337,
"world_size": 5500,
"steam_id": "90285941203664896",
"domain": null,
"id": 10922362,
"ip": "83.147.29.229",
"port": 28035,
"query": 28037,
"color": 0,
"city": "City of London",
"description": ".png)\nWelcome to 2stoned\r\n\r\nJoin the ultimate Rust experience built for fun, fairness, and community.\r\nMake sure to join our Discord to claim your role and stay updated!\r\ndiscord.2stonedrust.com\r\n\r\nMain Server Features:\r\n|> Beginner Friendly – Everyone is welcome, whether you're a pro or just starting out.\r\n|> 0.5x Decay – More time to build, less stress.\r\n|> Better Anti-Cheat – Keeping the game fair for everyone.\r\n|> Anti-Teaming Systems – Balanced gameplay, no unfair advantages.\r\n|> Custom Events & Plugins – Unique features you won’t find anywhere else.\r\n|> Active, Non-Playing Admins – Staff available via Discord to assist with any issues.\r\n|> High-Performance Hardware – Lag-free gameplay and 99.9% uptime.\r\n\r\nCommunity Rules:\r\n|> No Racism\r\n|> No Homophobic Slurs\r\n|> No Alliances\r\n|> No Blocking Monuments\r\n|> English Only in Public Chat\r\n|> No Cheating or Exploiting\r\n|> No EAC Game Bans <150 Days\r\n\r\nJoin a community that values fun, fairness, and unforgettable moments.\r\nWelcome to the Stoned Family.\r\n\r\nDiscord: discord.2stonedrust.com",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779114773,
"last_online": 1779195017,
"icon": null,
"name": "-2stoned Rust | Creative Build Server",
"connect": "83.147.29.229:28035",
"request": "83.147.29.229:28037",
"map": "WWW.2STONEDRUST.COM",
"gamemode": "Survival",
"version": "2625",
"numplayers": 5,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1768476932,
"last_update": 1779195017,
"banned": false,
"wipe": 1778178035,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1685,
"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/10922362");
$data = json_decode($json, true);
var_dump($data);