Rust
RUSTONIK |X10|Shop|Kits|Tp|Vip|Skins|Duel|Bloody|BaseUp 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/10470393json
{
"response": {
"fps": 209,
"fps_avg": 204,
"entities_count": 79477,
"world_seed": 4819829,
"world_size": 3550,
"steam_id": "90284203847927818",
"domain": null,
"id": 10470393,
"ip": "185.189.255.107",
"port": 35300,
"query": 35310,
"color": 0,
"city": "Moscow",
"description": "\n\r\n-Рейты X10 \r\n-Мах 5 чел в тиме\r\n-Procedural Map карта (3550) \r\n-SkyBase \r\n-Дуэль\r\n- Телепорт \r\n- Вайп блок \r\n -Система уровней и наград \r\n- AutoBaseUpgrade\r\n-Быстрая плавка в печка \r\n-Быстрый крафт предметов \r\n -Вайп каждую пятницу!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775869917,
"score": 3.7,
"last_online": 1775888415,
"icon": null,
"name": "RUSTONIK |X10|Shop|Kits|Tp|Vip|Skins|Duel|Bloody|BaseUp",
"connect": "185.189.255.107:35300",
"request": "185.189.255.107:35310",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2623",
"numplayers": 1,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1760511019,
"last_update": 1775888415,
"banned": false,
"wipe": 1775798845,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3945,
"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/10470393");
$data = json_decode($json, true);
var_dump($data);