ArabRust #1 | x1000 | Kits Loot++ Tp için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 222,
"fps_avg": 204,
"entities_count": 66121,
"world_seed": 31628006,
"world_size": 3000,
"steam_id": "90286749613735945",
"domain": null,
"id": 10764275,
"ip": "82.153.70.203",
"port": 28019,
"query": 28020,
"project_id": null,
"color": 0,
"city": "City of London",
"description": "\nWelcome to ArabRust x1000\r\n\r\nHere a list of the Servers Rules:\r\n-> No Hacking/Exploits/Glitches.\r\n-> No 'Toxic , Bullying , Blaming , Racism' comments - Game chat or Voice chat.\r\n-> No URL links in chat or in your name.\r\n-> No Hacker Association, knowing or not.\r\n-> No Advertise.\r\n\r\n• The Server Wipes Weekly.\r\n• Last Wipe: 04-06-2026.\r\n• Any Report or Complain Please Directly Contact Admin or Moderator.\r\n• Discord: https://discord.gg/arabrust\r\n• Server Owners: hadeda | beast.1\r\n• And Finally Enjoy your time at ArabRust :D.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780602268,
"last_online": 1780931429,
"icon": null,
"name": "ArabRust #1 | x1000 | Kits Loot++ Tp",
"connect": "82.153.70.203:28019",
"request": "82.153.70.203:28020",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 6,
"maxplayers": 350,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1766261043,
"last_update": 1780931429,
"banned": false,
"wipe": 1780602263,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2647,
"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/10764275");
$data = json_decode($json, true);
var_dump($data);