Rust
API для [EU] MASTERS | 10X PVE++ | LEGENDARY WEAPONS | EPIC TOOLS
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10740602json
{
"response": {
"fps": 72,
"fps_avg": 73,
"entities_count": 178782,
"world_seed": 1337,
"world_size": 4500,
"steam_id": "90285650004371462",
"domain": null,
"id": 10740602,
"ip": "31.56.81.22",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Amsterdam",
"description": "![[EU] MASTERS | 10X PVE++ | LEGENDARY WEAPONS | EPIC TOOLS](https://i.ibb.co/zVDKdv3h/CAPA-EU.png)\nWelcome to The Masters\r\n\r\n- https://discord.gg/the-masters\r\n\r\n- PVE Server - Clans\r\n- Bug abuse results in a ban, Report and be rewarded\r\n- Friendly community, ideal for beginners or those seeking a peaceful experience\r\n- Commands /mymini /nv /top /shop /homes /clans\r\n- Raidable Bases at various levels for training\r\n- Skill Tree with many abilities\r\n- Epic Loot with sets that make your gameplay much more immersive\r\n- Integrated monetary system with several in-game advantages\r\n- VIP System, Kits and Unlocked Skins.\r\n- Exclusive Building Skins\r\n- Better TC and Better NPC for greater control and challenge\r\n- Bradley with custom drops\r\n- Heli using signal flares for strategic battles\r\n- Shop with useful items for your journey\r\n- Fast and practical Teleport System\r\n\r\n- Biweekly wipe.\r\n- Map Size: 4500",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778246583,
"score": 0,
"last_online": 1778574615,
"icon": null,
"name": "[EU] MASTERS | 10X PVE++ | LEGENDARY WEAPONS | EPIC TOOLS",
"connect": "31.56.81.22:28015",
"request": "31.56.81.22:28017",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 8,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 63,
"add_date": 1766250719,
"last_update": 1778574615,
"banned": false,
"wipe": 1778179269,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1285,
"language": "nl",
"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/10740602");
$data = json_decode($json, true);
var_dump($data);