-2stoned 5x | Monthly | Solo/Duo/Trio/Quads | Beginner Friendly için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 49,
"fps_avg": 48,
"entities_count": 116977,
"world_seed": 1337,
"world_size": 4000,
"steam_id": "90286585439736846",
"domain": null,
"id": 7920796,
"ip": "83.147.29.243",
"port": 28055,
"query": 28056,
"color": 0,
"city": "City of London",
"description": "\nBetter Anti-Cheat | Anti-Teaming | AI Admin Protection\r\n\r\nWelcome to 2stoned Rust — a protected, fair, and community-focused Rust server.\r\n\r\nJoin our Discord to claim your role, get updates, report issues, and stay connected:\r\ndiscord.2stonedrust.com\r\n\r\nMain Features:\r\n|> AI Admin Chat & Voice Protection\r\n|> In-House Anti-Cheat System\r\n|> Anti-Teaming System\r\n|> Beginner Friendly\r\n|> 0.5x Decay\r\n|> Custom Events & Plugins\r\n|> Custom Maps & Monuments\r\n|> Non-Playing Admins\r\n|> High-Performance Hardware\r\n\r\nRules:\r\n|> No Racism\r\n|> No Homophobic Slurs\r\n|> No Hate Speech\r\n|> No Extreme Toxicity\r\n|> No Alliances / Teaming\r\n|> No Blocking Monuments\r\n|> English Only in Public Chat\r\n|> No Cheating or Exploiting\r\n|> No EAC Game Bans Under 150 Days\r\n\r\nPlay fair, follow the rules, and enjoy 2stoned.\r\n\r\nDiscord: discord.2stonedrust.com",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780470420,
"last_online": 1780582844,
"icon": null,
"name": "-2stoned 5x | Monthly | Solo/Duo/Trio/Quads | Beginner Friendly",
"connect": "83.147.29.243:28055",
"request": "83.147.29.243:28056",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 2,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1740791945,
"last_update": 1780582844,
"banned": false,
"wipe": 1780243049,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2231,
"language": "en",
"parked": false,
"app": {
"id": 252490,
"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/7920796");
$data = json_decode($json, true);
var_dump($data);