Rust
[TR] TORONTO Türkiye 3X - MAX 5 | Yeni Başlayan 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/11305042json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 43875,
"world_seed": 1,
"world_size": 3500,
"steam_id": "90284744919967757",
"domain": null,
"id": 11305042,
"ip": "45.150.149.213",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Istanbul",
"description": "![[TR] TORONTO Türkiye 3X - MAX 5 | Yeni Başlayan](https://i.imgur.com/ERDjC2E.png)\nToronto 3X | Sunucusuna Hoş Geldiniz\r\nSunucu Özellikleri ve Kuralları ;\r\n\r\n• 3 Günde 1 Wipe - Aylık BP Wipe!\r\n• Takım Sınırı 5 kişi - İttifak Yasak\r\n• Madenler ve Lootlar 3X\r\n• Çöp item çıkmaz\r\n• Yol Lootu direkt envanterinize gelir\r\n• Harita Boyutu 3750 - Map Procedural\r\n• Klandaki kişilere otomatik yetki ve BP paylaşım sistemi\r\n• Clan, TP, kit, trade, remove, bgrade ve skin komutları\r\n• Yollarda Minicopter ve Atlar spawn olur\r\n• Sadece gündüz\r\n• Craft Anında - Eritim 5x\r\n\r\n• Hile, Macro süresiz ban sebebidir\r\n• Cuma 18.00 - Pazartesi 18.00 Wipe\r\n\r\n➝ Discord: discord.gg/Torontorust",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776669801,
"score": 0,
"last_online": 1776824424,
"icon": null,
"name": "[TR] TORONTO Türkiye 3X - MAX 5 | Yeni Başlayan",
"connect": "45.150.149.213:28015",
"request": "45.150.149.213:28017",
"map": "Wiped 10 hours ago",
"gamemode": "Survival",
"version": "2623",
"numplayers": 1,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "TR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774592877,
"last_update": 1776824424,
"banned": false,
"wipe": 1776787247,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5049,
"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.cn/servers/11305042");
$data = json_decode($json, true);
var_dump($data);