[TR][EU] RUSTDEFT | Solo/Duo/Trio | Türkiye YeniOyuncu #Best के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 92038,
"world_seed": 1337,
"world_size": 3700,
"steam_id": "90287021666064411",
"domain": null,
"id": 11800709,
"ip": "46.203.182.227",
"port": 10004,
"query": 9004,
"project_id": null,
"color": 0,
"city": "Istanbul",
"description": "![[TR][EU] RUSTDEFT | Solo/Duo/Trio | 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": 1781463018,
"last_online": 1781503223,
"icon": null,
"name": "[TR][EU] RUSTDEFT | Solo/Duo/Trio | Türkiye YeniOyuncu #Best",
"connect": "46.203.182.227:10004",
"request": "46.203.182.227:9004",
"map": "BarrenFPS+ - 12 hour ago",
"gamemode": "Survival",
"version": "2627",
"numplayers": 3,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "TR",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1781463018,
"last_update": 1781503223,
"banned": false,
"wipe": 1781459493,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2133,
"language": "tr",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11800709");
$data = json_decode($json, true);
var_dump($data);