Rust
Kemerovo 42 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/10824847json
{
"response": {
"fps": 79,
"fps_avg": 76,
"entities_count": 87948,
"world_seed": 1420884200,
"world_size": 4000,
"steam_id": "90284089849439262",
"domain": null,
"id": 10824847,
"ip": "185.189.255.63",
"port": 35000,
"query": 35010,
"color": 0,
"city": "Moscow",
"description": "[{\"id\":\"HGQZKPuKIt\",\"type\":\"image\",\"data\":{\"caption\":\"gm.link/u153924 RUST SERVER 12\",\"withBorder\":false,\"withBackground\":false,\"stretched\":false,\"file\":{\"url\":\"https://pic.survivalhost.org/images/2019/04/07/712bc4d43d8fd5c68118d71d48125d26.png\"}}},{\"id\":\"Ark2BSw0JY\",\"type\":\"paragraph\",\"data\":{\"text\":\"Хостинг SurvivalHost\\n Сайт хостинга - hostingrust.ru\\n Игровые сервера с защитой от DDoS атак:\\n•Рейты добычи ресурсов x2\\n• Мгновенный крафт\\n• Телепортация домой\\n•⚔️ Режим: Modded PvP\\n- 👤 /tpr [ник] — телепорт к игроку\\n- 🏠 /home — телепорт домой\\n\"}},{\"id\":\"l-GwFDPchy\",\"type\":\"paragraph\",\"data\":{\"text\":\"Магазин https://worldhosts.gamestores.app/\\n\"}}]",
"game": 252490,
"owner": 153924,
"boosts": 1,
"last_offline": 1775651526,
"score": 0,
"last_online": 1775898609,
"icon": null,
"name": "Kemerovo 42",
"connect": "185.189.255.63:35000",
"request": "185.189.255.63:35010",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2623",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 22,
"points": 112,
"add_date": 1767610054,
"last_update": 1775898609,
"banned": false,
"wipe": 1775208184,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 102,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "kotma123_sergey123",
"avatar": "no.jpg",
"last_online": 1775890274
},
"mods": [
{
"id": 1388,
"name": "Stack Size Controller"
},
{
"id": 909,
"name": "InfoPanel"
},
{
"id": 1431,
"name": "Teleportation"
},
{
"id": 1227,
"name": "RaidBlock"
},
{
"id": 1252,
"name": "Remover Tool"
}
],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/10824847");
$data = json_decode($json, true);
var_dump($data);