Rust
API для [TR/EU] Letra 3x | MAX5 | Loot X3 - TP - Home - Kit |
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11305032json
{
"response": {
"fps": 616,
"fps_avg": 601,
"entities_count": 99169,
"world_seed": 1337,
"world_size": 3750,
"steam_id": "90284792335567875",
"domain": null,
"id": 11305032,
"ip": "45.150.149.139",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Istanbul",
"description": "![[TR/EU] Letra 3x | MAX5 | Loot X3 - TP - Home - Kit |](https://i.hizliresim.com/mfdg699.png)\nLetra 3x – Max 5 – Sunucumuza Hoş Geldiniz. (Scroll for English) \r\n - Discord Adresimiz discord.gg/letrarust \r\n - Her Salı ve Cuma Saat 18:00'da wipe atılır. \r\n - Takım Limiti: 5 \r\n - Harita Boyutu: 3750 (Procedural Map) \r\n - Madenler ve Lootlar 3X \r\n - Çöp item çıkmaz \r\n - Yol lootu direkt envanterinize gelir \r\n - Seviye 1 BP'ler (Blueprint) açık \r\n - Anıtlarda (Monument) ek geri dönüştürücüler \r\n - Genişletilmiş Çalışma Tezgâhı (Workbench) menzili \r\n - Aktif Yetkili Ekip \r\n \r\n - Letra 3x – Max 5 – Welcome to Our Server \r\n - Discord: discord.gg/letrarust \r\n - Wipe: Every Tuesday & Friday at 18:00 \r\n - Team Limit: 5 \r\n - Map Size: 3750 (Procedural Map) \r\n - 3X Resources & Loot \r\n - No Junk Items \r\n - Road loot goes directly to your inventory \r\n - Tier 1 Blueprints unlocked \r\n - Extra recyclers at monuments \r\n - Extended Workbench range \r\n - Active Staff Team",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776468800,
"score": 0,
"last_online": 1776825619,
"icon": null,
"name": "[TR/EU] Letra 3x | MAX5 | Loot X3 - TP - Home - Kit |",
"connect": "45.150.149.139:28015",
"request": "45.150.149.139:28017",
"map": "Wiped 11 hours ago",
"gamemode": "Survival",
"version": "2623",
"numplayers": 1,
"maxplayers": 300,
"bots": 0,
"secured": true,
"private": false,
"country": "TR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774592877,
"last_update": 1776825619,
"banned": false,
"wipe": 1776783594,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5037,
"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.ru/servers/11305032");
$data = json_decode($json, true);
var_dump($data);