Rust
API для [US] - ChillWaves - 3X/SkillTree/Cooking/Skinbox/ItemPerks/Loot
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/8267629json
{
"response": {
"steam_id": "90284977429364763",
"domain": null,
"id": 8267629,
"ip": "104.129.132.229",
"port": 28209,
"query": 28206,
"color": 0,
"city": "Dallas",
"description": "![[US] - ChillWaves - 3X/SkillTree/Cooking/Skinbox/ItemPerks/Loot](https://i.imgur.com/0OjWO8K.png)\nChill Noobfriendly server Bradley drops, 3X SkillTree Cooking Skinbox RaidableBases Loot+ No VIP, https://discord.gg/nx7vHNjkuf",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775749326,
"score": 0,
"last_online": 1777612225,
"icon": null,
"name": "[US] - ChillWaves - 3X/SkillTree/Cooking/Skinbox/ItemPerks/Loot",
"connect": "104.129.132.229:28209",
"request": "104.129.132.229:28206",
"map": "Procedural Map",
"gamemode": "Rust",
"version": "2623",
"numplayers": 2,
"maxplayers": 160,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1742497720,
"last_update": 1777612225,
"banned": false,
"wipe": 1775346782,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3028,
"language": "en",
"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/8267629");
$data = json_decode($json, true);
var_dump($data);