Rust
API для Hex US ZEN 5x PVE | Skills | Jetpack | Quests | Raid Bases
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11131389json
{
"response": {
"steam_id": "90285144426003467",
"domain": null,
"id": 11131389,
"ip": "89.28.237.49",
"port": 28035,
"query": 28034,
"color": 0,
"city": "Dallas",
"description": "\n--------- ZEN and ASH are the same server design but different players --------\r\n\r\n• You can upgrade your character and specialize in skills related to mining, farming, raiding, and MORE!\r\n• Custom Maps + Custom Monuments + Custom NPCs + Custom Loot tables\r\n• Get around the map using Jetpacks, Pogo Stick, or learn the mini with an unbreakable mini.\r\n• Risk-free battle royale style PvP Arenas.\r\n• Build your farm anywhere on the map using magic sprinklers.\r\n• Rotation of over 300 Raidable Base designs. \r\n• A dynamic economy system that supports many rust playstyles.\r\n• We use many plugins to make your life easier and none of the playable content is locked behind donation ranks.\r\n \r\nWe use Discord to actively discuss the server and changes to the server based on player feedback.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1777559599,
"score": 0,
"last_online": 1777568592,
"icon": null,
"name": "Hex US ZEN 5x PVE | Skills | Jetpack | Quests | Raid Bases",
"connect": "89.28.237.49:28035",
"request": "89.28.237.49:28034",
"map": "Sakura Falls Map",
"gamemode": "Rust",
"version": "2623",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1770397352,
"last_update": 1777568592,
"banned": false,
"wipe": 1776364351,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4525,
"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/11131389");
$data = json_decode($json, true);
var_dump($data);