Rust
API для [DK][NORDIC]Phoenix PvE 2x|#1 Custom Helis|Events|RP|Monthly
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/760619json
{
"response": {
"fps": 112,
"fps_avg": 110,
"entities_count": 78659,
"world_seed": 1929579473,
"world_size": 3500,
"steam_id": "90285157584022555",
"domain": null,
"id": 760619,
"ip": "80.208.56.246",
"port": 30002,
"query": 30003,
"color": 0,
"city": "Herning",
"description": "![[DK][NORDIC]Phoenix PvE 2x|#1 Custom Helis|Events|RP|Monthly](https://i.imgur.com/KIs4m6C.png)\nWelcome to Phoenix Gaming - Nordic's Largest Rust Community!\r\n\r\nMap Wipe monthly at 20:00 CEST.\r\n\r\nCheck out our Website PhoenixGaming.NET\r\n\r\n-2x Gathering\r\n-Short Nights & Long days\r\n-PVP/Raid Blocking\r\n-Skill Tree\r\n-SkillTree XP Event\r\n-75% less upkeep cost\r\n-Raidable Bases\r\n-Abandoned Bases 10 days\r\n-TP\r\n-Item Perks and Legendary Items\r\n-Build full basements - (Underground)\r\n-nature\r\n-AutoFarm\r\n-Always Day command\r\n-Air Event\r\n-Airfield Event\r\n-Cargo Plane Crash\r\n-Boss Monster\r\n-ZombieHorde\r\n-Bradley Guards\r\n-Guarded Crate\r\n-RP Server\r\n-Water Patrol\r\n-Water Bases /kit\r\n-Personal NPC - Can fly heli\r\n-NO GROUP LIMIT\r\n-NPC Raiders\r\n-Locked crate events\r\n-Lock your heli\r\n-Furnace Upgrade\r\n-Junk items removed from loot\r\n-StackSize 2x\r\n-Earn RP points for your activity on the server\r\n-Shop - /shop\r\n-/remove\r\n-Test Generator\r\n-Bgrade\r\n-Craftingspeed 2x - Smeltspeed 2x - Recyclerspeed 2x\r\n-Clans REBORN\r\n-Change base skin via TC\r\n\r\nNon playing active Admins + Strong Anti-Cheat\r\nPhoenix Gaming was founded on March 15, 2020, by SunShine ツ as a Danish Rust community that later became international and the largest Rust community in the Nordics.\r\nJoin our Discord server and see more about the server and the community\r\nPress the view Web Page button",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1777533809,
"score": null,
"last_online": 1777570219,
"icon": null,
"name": "[DK][NORDIC]Phoenix PvE 2x|#1 Custom Helis|Events|RP|Monthly",
"connect": "80.208.56.246:30002",
"request": "80.208.56.246:30003",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 4,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "DK",
"status": true,
"votes": 0,
"points": 63,
"add_date": 1680785072,
"last_update": 1777570219,
"banned": false,
"wipe": 1777502470,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1217,
"language": "da",
"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/760619");
$data = json_decode($json, true);
var_dump($data);