Rust
NEON | Rust X5 Clans, Events, Raid Bases, LOOT+, free VIP 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/9527599json
{
"response": {
"fps": 86,
"fps_avg": 84,
"entities_count": 78590,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90284198221184007",
"domain": null,
"id": 9527599,
"ip": "62.122.214.130",
"port": 20550,
"query": 20551,
"color": 0,
"city": "Moscow",
"description": "\nДобро пожаловать на NEON | Rust X5\r\n Рейд добычи X5\r\nСтаки и крафты X5\r\n Сайт проекта https://neonrustgame.gamestores.app/Модерация сервера 24/7\r\nУникальный магазин\r\nТелепортация домой и в города\r\nВайп в каждую пятницу в 9:00 по МСК\r\n сайт проекта",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775832727,
"score": 0,
"last_online": 1775887816,
"icon": null,
"name": "NEON | Rust X5 Clans, Events, Raid Bases, LOOT+, free VIP",
"connect": "62.122.214.130:20550",
"request": "62.122.214.130:20551",
"map": "Custom Map",
"gamemode": "Vanilla",
"version": "2623",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1750537938,
"last_update": 1775887816,
"banned": false,
"wipe": 1775832902,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3561,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/9527599");
$data = json_decode($json, true);
var_dump($data);