Rust
API для [TR/EU]RUSTGELE X3 |Türkiye|Skin|Kits|Clan|Skill|Shop|
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10412092json
{
"response": {
"fps": 63,
"fps_avg": 67,
"entities_count": 88359,
"world_seed": 979,
"world_size": 3600,
"steam_id": "90284722262903833",
"domain": null,
"id": 10412092,
"ip": "176.98.43.217",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Sultanbeyli",
"description": "![[TR/EU]RUSTGELE X3 |Türkiye|Skin|Kits|Clan|Skill|Shop|](https://image.myrustserver.com/logo/ne10_663df8dcd2a12.jpg)\n→Sunucuda LAG olmaz\r\n→Sadece Global Wipe Aylık ## !wipe Yazarak kalan süre öğrenebilirsiniz.\r\n→ Team Limit Yok\r\n→ Map size: 3750-4250\r\n→ gündüz (daytime)=58 dk (minutes)\r\n→ gece (night) =2 dk (minutes)\r\n→ Stack size:10x\r\n→ Craft %30 Hızlı\r\n→ offlineraid\r\n→ turret Limits 20\r\n→ Madenler ve Lootlar 3X\r\n→ Çöp item çıkmaz\r\n→ Yol Lootu direkt envanterinize gelir\r\n→ Klandaki kişilere otomatik yetki ve BP paylaşım sistemi\r\n→ Clan, TP, kit, trade, remove, /up ve skin komutları",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776594151,
"score": 0,
"last_online": 1776825624,
"icon": null,
"name": "[TR/EU]RUSTGELE X3 |Türkiye|Skin|Kits|Clan|Skill|Shop|",
"connect": "176.98.43.217:28015",
"request": "176.98.43.217:28017",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2623",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "TR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1759823701,
"last_update": 1776825624,
"banned": false,
"wipe": 1776354737,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3558,
"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/10412092");
$data = json_decode($json, true);
var_dump($data);