[TR][EU] RUSTDEFT | Solo/Duo | Türkiye YeniOyuncu #Best के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 151866,
"world_seed": 1337,
"world_size": 3700,
"steam_id": "90286500993517569",
"domain": null,
"id": 11606284,
"ip": "46.203.182.201",
"port": 10002,
"query": 9002,
"color": 0,
"city": "Istanbul",
"description": "![[TR][EU] RUSTDEFT | Solo/Duo | Türkiye YeniOyuncu #Best](https://i.hizliresim.com/44e296s.png)\nServer Location: ISTANBUL\r\nFPS+ (Optimized Map) Best-Tickrate\r\nOutpost+ (Bandit Outpost Merged)-Bandit Karakol Birlesiktir\r\n- Low Ping Rate (Dusuk ping)\r\n- Low TC Upkeep (Cok dusuk TC Bakim maliyeti)\r\n- Use !help to view all commands(TR-EN-RU-ES)\r\n\r\nSERVER RULES:\r\n- Visit Website (Websiteyi Ziyaret Edin)",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780194232,
"last_online": 1780573826,
"icon": null,
"name": "[TR][EU] RUSTDEFT | Solo/Duo | Türkiye YeniOyuncu #Best",
"connect": "46.203.182.201:10002",
"request": "46.203.182.201:9002",
"map": "BarrenFPS+ - +FPS",
"gamemode": "Survival",
"version": "2625",
"numplayers": 14,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "TR",
"status": true,
"votes": 0,
"points": 66,
"add_date": 1779915466,
"last_update": 1780573826,
"banned": false,
"wipe": 1780070103,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 665,
"language": "tr",
"parked": false,
"app": {
"id": 252490,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11606284");
$data = json_decode($json, true);
var_dump($data);