Rust
Magic Rust — Main | Kлaccикa x1 | Baйп 09.04 için API
Geniş bir entegrasyon yöntemleri yelpazesi sunuyoruz. Bunlardan herhangi birini kullanabilir veya JSON API'sini kullanarak kendinizinkini oluşturabilirsiniz. Yeni bir entegrasyon yöntemi ekleme öneriniz varsa, lütfen bizimle iletişime geçin. Bizimle iletişime geçin
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/3630974json
{
"response": {
"fps": 48,
"fps_avg": 47,
"entities_count": 246027,
"world_seed": 411336455,
"world_size": 4250,
"steam_id": 90284157068897310,
"domain": null,
"id": 3630974,
"ip": "185.207.214.136",
"port": 10000,
"query": 10010,
"color": 0,
"city": "Moscow",
"description": "\nINFO\r\nWipe: Weekly on Thursday 16PM CET (17PM MSK), or when forced.\r\nBP Wipe: Monthly\r\nHigh Pop: 600 players\r\nMap size: 4250\r\n\r\nFEATURES\r\n• Slot reservation for 5 min after disconnect (Skip queue).\r\n• Custom anti-cheat and active non playing server moderation.\r\n\r\nREPORT\r\nUse our Discord, F7 menu or chat command /report.\r\n\r\nLINKS\r\nStore: https://magic-rust.ru/products\r\nDiscord: https://discord.gg/magicrust",
"game": 252490,
"owner": 100256,
"boosts": 1,
"last_offline": 1773545564,
"score": 1,
"last_online": 1775861409,
"icon": null,
"name": "Magic Rust — Main | Kлaccикa x1 | Baйп 09.04",
"connect": "185.207.214.136:10000",
"request": "185.207.214.136:10010",
"map": "Вайп был 1 д. наза�",
"gamemode": "VANILLA",
"version": "2623",
"numplayers": 246,
"maxplayers": 290,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 141,
"add_date": 1711660104,
"last_update": 1775861409,
"banned": false,
"wipe": 1775743065,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 32,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "arturmagicow",
"avatar": "no.jpg",
"last_online": 1736968299
},
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/3630974");
$data = json_decode($json, true);
var_dump($data);