API для [TR/EU] OLD 3X TEST SERVER | By Dejavu
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 15,
"fps_avg": 15,
"entities_count": 76701,
"world_seed": 1,
"world_size": 3700,
"steam_id": "90286519927883796",
"domain": null,
"id": 11606289,
"ip": "91.124.63.79",
"port": 28025,
"query": 28026,
"color": 0,
"city": "Istanbul",
"description": "![[TR/EU] OLD 3X TEST SERVER | By Dejavu](https://i.hizliresim.com/knydpch.png)\n[TR/EU] OLD 3X RUST\r\n\r\n OLD 3X Rust Sunucusuna Hoş Geldin!\r\n\r\n❖ 3X Loot / 3X Gather / Hızlı Gelişim\r\n❖ Takım Limiti: Maksimum 5 Kişi\r\n❖ Aktif Admin Ekibi & Adil Oyun Ortamı\r\n❖ TP / home / outpost / kit / trade Sistemleri Aktif\r\n❖ Optimize Loot Sistemi & Akıcı PvP\r\n❖ Haftalık Wipe Düzeni ile Sürekli Rekabet\r\n\r\n❖Wipe Günleri: Pazartesi & Cuma - 19:00\r\n❖Hile, toxic davranış ve ittifak yasaktır.\r\n❖Destek ve duyurular için Discord sunucumuza katıl!\r\n\r\nhttps://discord.gg/oldrust",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780470419,
"last_online": 1780556427,
"icon": null,
"name": "[TR/EU] OLD 3X TEST SERVER | By Dejavu",
"connect": "91.124.63.79:28025",
"request": "91.124.63.79:28026",
"map": "Old Rust Generation",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "TR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779915466,
"last_update": 1780556427,
"banned": false,
"wipe": 1779726665,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5284,
"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.ru/servers/11606289");
$data = json_decode($json, true);
var_dump($data);