API для Untam3d Cataclysm |5x|Monthly|Tug Bases|Underwater Domes|Water
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 72,
"fps_avg": 67,
"entities_count": 106485,
"world_seed": 1337,
"world_size": 4096,
"steam_id": "90286213190880261",
"domain": null,
"id": 3378443,
"ip": "67.222.147.35",
"port": 28115,
"query": 28117,
"color": 0,
"city": "Akron",
"description": "\nWelcome to Untam3d Atlanta TWD part of UZI Gaming! \nWe're a BIWeekly Clan that wipes on the first Thursday. \n\nInstalled Plugins: \n\nAbsoluteSorter, Archery, AutoCodeLock, AutoDoors, AutoFuel, AutomatedEvents, AutomatedSearchLights, AutoUpgrade, Backpacks, BetterAttachments, BetterElectricity, BetterLoot, BluePrintShare, BountyNET, BuildingGrades, BuildingHealth, BuildingWorkBench, BuriedTreasure, ChestStacks, Chute, Clans, CraftQueueSaver, DangerousTreasures, DeathMarker, DeathNotes, DynamicCupShare, Economics, FancyDrop, Friends, FurnaceSplitter, GatherRewards, Hacker, HeliVote, HomeRecycler, HomesGUI, InstantBuy, InstantCraft, InstantResearch, ItemPuller, Jpipes, Kits, LightsOn, LockOnRockets, NeonSkins, NoDecay, NoDurability, NoEscape, PerfectRepair, PlaneCrash, PlayerChallenges, PowerlessTurrets, PowerSmelt, PrivateMessages, RecycleBluePrints, RemoteTurrets, RemoverTool, RustNET, RustRewards, SamSiteAuth, ScrapHeliStorage, SecureChests, SecurityCameras, SecurityLights, SentryTurrets, ServerRewards, SharedDoors, SignArtist, Skills, SkinBox, StacksExtended, TCManager, TeleportGUI, TownTeleport, Trade, TrophySigns, TurretBox, Uplifted, VehicleLicense, WaterBases.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779782609,
"last_online": 1779781822,
"icon": null,
"name": "Untam3d Cataclysm |5x|Monthly|Tug Bases|Underwater Domes|Water",
"connect": "67.222.147.35:28115",
"request": "67.222.147.35:28117",
"map": "Cataclysm",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 60,
"add_date": 1710310354,
"last_update": 1779782609,
"banned": false,
"wipe": 1778180720,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2665,
"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/3378443");
$data = json_decode($json, true);
var_dump($data);