Rust
FOXX PVE - 3X - Come hang and build için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11435707json
{
"response": {
"fps": 31,
"fps_avg": 31,
"entities_count": 132544,
"world_seed": 1449136268,
"world_size": 4500,
"steam_id": "90285040950401026",
"domain": null,
"id": 11435707,
"ip": "23.94.65.82",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Buffalo",
"description": "\nDo PVP servers stress you out? If so, FOXX PVE+ is the place for you.nWebsite: http://foxxservers.com Discord: https://discord.gg/Kcq8kYZXxUnnFOXX PVE+ Bi-Weekly MapWipes / Monthly BP - Full Wipen3X - Wood / Ore / Acquire / Harvesting / Skinned animal meat and mats / Roadside barrel scrap / Road-signs.n4X - 5X Skill Tree Buffs for Wood / Ore / Acquire / Harvesting / Skinned animal meat and mats.n2X - 5X Furnace / Oil Refinery Upgrades available to produce more mats / increase speed / save fuel. Costs RP and is not refunded.nnSome Features:n - 350+ PVE Custom raidable bases in 4 different difficulties balanced with custom loot tablesn - Massive server-wide Nightmare raids every wipen - Skill Tree with XP, levels and 70+ skillsn - NPCs at monuments with varying difficultiesn - Random Bosses with 5K+ healthn - Bradleys at Launch, Air Field, Trainyard, and Water Treatmentn - Teleports to Home / Town / Outpost / Bandit / TPRn - Timed Ranks - 10H/50H/100H/250H/500H/1000H/2000H and FX+ Ranksn - Server Rewards - RP / PlayerChallenges / ServerShop / InfoPagen - Larger Stack Sizes / Instacraftn - Night will have X2 RP gainn - Furnace Splitter + Furnace / Oil Refinery Upgradesn - Increased workbench arean - Remove Tooln - Personal Vehicles n - Skinbox - Request skins in our Discordn - Kits n - Personal Recyclern - Clans / Friends / Private Messages / Ignore / Trades n - Sign ArtistnPlus much more!nFor more info click VIEW WEBPAGE.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1777305802,
"score": 0,
"last_online": 1777320619,
"icon": null,
"name": "FOXX PVE - 3X - Come hang and build",
"connect": "23.94.65.82:28015",
"request": "23.94.65.82:28017",
"map": "FOXX maps",
"gamemode": "Survival",
"version": "2623",
"numplayers": 5,
"maxplayers": 51,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 64,
"add_date": 1774977202,
"last_update": 1777320619,
"banned": false,
"wipe": 1777240720,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1150,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11435707");
$data = json_decode($json, true);
var_dump($data);